Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 361)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#70 fixed Add documentation for developer-recommended plugins David Aspinall David Aspinall <da+pgtrac@…>
Description

Suggested so far (ones I use):

#74 wontfix Coq: bug in electric terminator: typing '.' in comment causes comment to be sent and locked David Aspinall David Aspinall
Description

When I type a '.' within a comment, the comment is sent to Coq and then locked. This is obviously not what I want! A '.' within a comment should be ignored.

Emacs : GNU Emacs 22.0.93.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.10.9)

of 2007-02-13 on hs20-bc1-6.build.redhat.com

Package: Proof General

current state: ============== (setq

proof-general-version "Proof General Version 3.6pre061107. Released by da." proof-assistant "Coq" )

#78 fixed Preferences: support dynamically computed defaults David Aspinall David Aspinall
Description

The preference mechanism should support dynamically computed defaults. This can be achieved by using reflection together with a method name given in the preference file:

 <pref name="ActiveHighlight" type="string" setDefault="setExample"/>

The method should be located in the already given class associated with the preference file, e.g. ExamplePrefs.java:

  public Boolean setExample() {
     return Eclipse.isRunningOnMac() ? "Orange" : "Blue";
  }

This is bogus and slightly silly example, but one reason we want this is to set platform-specific defaults for some values.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.