Thu, 29 Aug 2013 23:01:04 +0200 blanchet renamed BNF fact
Thu, 29 Aug 2013 22:56:39 +0200 blanchet renamed BNF axiom
Thu, 29 Aug 2013 22:39:46 +0200 blanchet renamed BNF fact
Thu, 29 Aug 2013 22:39:46 +0200 blanchet renamed BNF axiom
Thu, 29 Aug 2013 22:39:46 +0200 blanchet compile
Thu, 29 Aug 2013 22:39:46 +0200 blanchet renamed BNF fact
Thu, 29 Aug 2013 20:15:13 +0200 kuncar make SML/NJ happy
Thu, 29 Aug 2013 19:22:48 +0200 wenzelm merged
Thu, 29 Aug 2013 19:20:35 +0200 wenzelm tuned proofs;
Thu, 29 Aug 2013 15:53:56 +0200 wenzelm clarified SideKick parser name, which serves as quasi "mode" here;
Thu, 29 Aug 2013 15:48:37 +0200 wenzelm explicit indication of outer syntax with no tokens;
Thu, 29 Aug 2013 15:29:24 +0200 wenzelm clarified module location;
Thu, 29 Aug 2013 15:24:36 +0200 wenzelm always use extended styles (despite de26cf3191a3);
Thu, 29 Aug 2013 13:53:45 +0200 wenzelm more uniform configuration of editor modes and token markers;
Thu, 29 Aug 2013 13:14:00 +0200 wenzelm syntax for isabelle-news with symbol completion;
Thu, 29 Aug 2013 13:00:59 +0200 wenzelm tuned signature;
Thu, 29 Aug 2013 12:38:33 +0200 wenzelm maintain Completion_Popup.Text_Area as client property like Document_View;
Thu, 29 Aug 2013 10:24:43 +0200 wenzelm some completion options;
Thu, 29 Aug 2013 10:01:59 +0200 wenzelm more abstract Completion_Popup.Text_Area;
Thu, 29 Aug 2013 09:16:03 +0200 wenzelm GTK+ works better due to avoidance of default list view popups;
Thu, 29 Aug 2013 18:44:03 +0200 blanchet renamed BNF axiom
Thu, 29 Aug 2013 18:31:23 +0200 blanchet merge
Thu, 29 Aug 2013 18:24:11 +0200 blanchet handle type class annotations on (co)datatype parameters gracefully
Thu, 29 Aug 2013 18:17:13 +0200 traytel store nesting_bnfs in fp_sugar (required in "nested to mutual" reduction)
Thu, 29 Aug 2013 17:57:25 +0200 blanchet cleaner handling of bootstrapping "fake" context, with fewer (no?) obscure bugs
Thu, 29 Aug 2013 17:20:17 +0200 blanchet qualify BNF constants properly
Thu, 29 Aug 2013 16:26:11 +0200 blanchet qualify generated constants uniformly
Thu, 29 Aug 2013 15:02:42 +0200 blanchet rationalized bindings
Thu, 29 Aug 2013 13:51:31 +0200 blanchet rationalize message generation + added a warning
Thu, 29 Aug 2013 11:19:27 +0200 panny removed outdated comments
Thu, 29 Aug 2013 10:08:55 +0200 traytel build relator term for compound type (generalized build_map)
Thu, 29 Aug 2013 08:05:29 +0200 blanchet documentation ideas
Thu, 29 Aug 2013 07:49:54 +0200 blanchet renamed an ML filed for consistency (low-level => ctor/dtor/xtor in name)
Thu, 29 Aug 2013 05:42:37 +0200 blanchet merge
Thu, 29 Aug 2013 05:41:58 +0200 blanchet more
Thu, 29 Aug 2013 00:18:02 +0200 wenzelm tuned proofs;
Wed, 28 Aug 2013 23:48:45 +0200 wenzelm merged
Wed, 28 Aug 2013 23:41:21 +0200 wenzelm tuned proofs;
Wed, 28 Aug 2013 22:50:23 +0200 wenzelm tuned proofs;
Wed, 28 Aug 2013 22:25:14 +0200 wenzelm complete symbols only in backslash forms -- less intrusive editing, greater chance of finding escape sequence in text;
Wed, 28 Aug 2013 19:12:15 +0200 wenzelm tuned signature -- no need for ooddities;
Wed, 28 Aug 2013 19:08:11 +0200 wenzelm tuned -- help finding rare NPE on cold start;
Wed, 28 Aug 2013 17:20:16 +0200 wenzelm tuned proofs;
Wed, 28 Aug 2013 16:36:46 +0200 wenzelm uniform use of isabelle.jEdit.Popup, based on generic screen location operations;
Wed, 28 Aug 2013 15:14:58 +0200 wenzelm more elementary Popup via JLayeredPane -- avoid javax.swing.PopupFactory with its many problems and dangers of accidental HeavyWeightPopup (especially on Mac OS X);
Wed, 28 Aug 2013 10:35:12 +0200 wenzelm tuned;
Wed, 28 Aug 2013 09:36:05 +0200 wenzelm dismiss popups more uniformly;
Wed, 28 Aug 2013 09:12:50 +0200 wenzelm more uniform check (see JEdit_Lib.propagate_key);
Wed, 28 Aug 2013 09:08:36 +0200 wenzelm tuned signature;
Wed, 28 Aug 2013 00:18:50 +0200 wenzelm more symbols;
Tue, 27 Aug 2013 23:54:23 +0200 wenzelm tuned proofs;
Tue, 27 Aug 2013 23:21:12 +0200 wenzelm tuned proofs;
Tue, 27 Aug 2013 22:40:39 +0200 wenzelm tuned proofs;
Tue, 27 Aug 2013 22:23:40 +0200 wenzelm enable jEdit KeyEventWorkaround uniformly;
Tue, 27 Aug 2013 22:20:11 +0200 wenzelm de-register completion first, which is important to make new popup reliably;
Tue, 27 Aug 2013 22:00:35 +0200 wenzelm register single instance within root, in order to get rid of old popup as user continues typing;
Tue, 27 Aug 2013 20:58:53 +0200 wenzelm more careful refocus operation: do not reset focus if it was already lost (relevant when activating a different GUI component, for example);
Tue, 27 Aug 2013 20:45:02 +0200 wenzelm some actual completion via outer syntax;
Tue, 27 Aug 2013 17:17:20 +0200 wenzelm tuned signature;
Tue, 27 Aug 2013 16:45:32 +0200 wenzelm avoid complication and event duplication due to KeyEventInterceptor -- NB: popup has focus within root window, it is closed on loss of focus;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip