src/Tools/jEdit/lib/Tools/jedit
Thu, 08 May 2014 00:14:06 +0200 wenzelm some odd tricks to provide "Detach" menu item, via "PIDE" docking framework;
Tue, 06 May 2014 16:57:17 +0200 wenzelm renamed "Find" to "Query", with more general operations;
Sun, 27 Apr 2014 19:32:55 +0200 wenzelm modernized Isabelle classpath for graphview;
Wed, 23 Apr 2014 10:38:56 +0200 wenzelm updated workaround;
Tue, 15 Apr 2014 11:05:48 +0200 wenzelm common context menu for Isabelle/jEdit;
Fri, 11 Apr 2014 23:26:31 +0200 wenzelm added spell-checker based on jortho-1.0;
Sat, 05 Apr 2014 18:14:54 +0200 wenzelm clarified Doc entry: more explicit path;
Sat, 05 Apr 2014 15:03:40 +0200 wenzelm updated to jedit_build-20140405: Code2HTML.jar, CommonControls.jar, Console.jar, kappalayout.jar, Navigator.jar, SideKick.jar, doc with jEdit manuals (ant dist-manuals);
Tue, 25 Mar 2014 15:15:33 +0100 wenzelm separate "sml" mode, suppress old "ml" mode altogether;
Tue, 18 Mar 2014 17:39:03 +0100 wenzelm clarifed module name;
Sat, 01 Mar 2014 19:39:27 +0100 wenzelm tuned signature -- separate module Font_Info;
Sat, 15 Feb 2014 16:27:58 +0100 wenzelm isabelle-ml mode with separate token marker;
Tue, 04 Feb 2014 09:04:59 +0000 Lars Hupel interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Fri, 06 Dec 2013 21:49:08 +0100 wenzelm tuned;
Thu, 05 Dec 2013 19:59:43 +0100 wenzelm uniform use of transparent icons, as for main "apps";
Wed, 04 Dec 2013 18:59:20 +0100 wenzelm remove junk; Isabelle2013-2
Wed, 04 Dec 2013 18:38:26 +0100 wenzelm recover main entry point from d9c88171b393 -- occasionally useful with plain "java -jar jedit.jar";
Sun, 01 Dec 2013 13:54:41 +0100 wenzelm prefer isabelle application icon;
Thu, 26 Sep 2013 13:28:26 +0200 wenzelm obsolete (see also 48d13465c7c7);
Wed, 25 Sep 2013 15:40:34 +0200 wenzelm include MacOSX plugin by default -- disabled by default to avoid multiplatform confusion;
Wed, 25 Sep 2013 15:26:19 +0200 wenzelm removed obsolete cobra.jar, js.jar (see also 30de372ca56f);
Sun, 22 Sep 2013 14:30:34 +0200 wenzelm clarified location of GUI modules (which depend on Swing of JFX);
Sat, 21 Sep 2013 16:44:31 +0200 wenzelm removed obsolete README;
Thu, 12 Sep 2013 14:06:08 +0200 wenzelm tuned comments;
Thu, 12 Sep 2013 13:48:17 +0200 wenzelm clarified directory structure;
Thu, 12 Sep 2013 13:23:54 +0200 wenzelm maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
Sat, 07 Sep 2013 11:28:30 +0200 wenzelm odd workaround for scalac to enable nohup;
Sat, 07 Sep 2013 00:02:19 +0200 wenzelm build session before start of jedit;
Fri, 06 Sep 2013 21:28:07 +0200 wenzelm use JEDIT_OPTIONS only once (in isabelle.Main.start_jedit);
Fri, 06 Sep 2013 21:13:19 +0200 wenzelm warm start of Isabelle/jEdit from Isabelle/Scala;
Fri, 06 Sep 2013 17:26:58 +0200 wenzelm prefer Isabelle/Scala over bash;
Fri, 06 Sep 2013 17:20:48 +0200 wenzelm prefer Isabelle/Scala over bash;
Fri, 06 Sep 2013 17:01:49 +0200 wenzelm prefer warm start via JEdit_Main;
Thu, 05 Sep 2013 12:33:51 +0200 wenzelm updated to jedit_build-20130905 which is based on jedit-5.1.0;
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);
Tue, 13 Aug 2013 22:25:24 +0200 wenzelm Completion popup based on javax.swing.PopupFactory, which has better cross-platform chances than JWindow (cf. org/gjt/jedit/gui/CompletionPopup.java);
Mon, 12 Aug 2013 17:17:49 +0200 wenzelm moved generic module to its proper place;
Mon, 12 Aug 2013 17:11:27 +0200 wenzelm manage hyperlinks via PIDE editor interface;
Mon, 12 Aug 2013 11:39:29 +0200 wenzelm tuned signature -- more abstract PIDE editor operations;
Fri, 09 Aug 2013 13:37:51 +0200 wenzelm separate Process_Indicator -- simplified/clarified version of org.gjt.sp.jedit.gui.AnimatedIcon;
Thu, 08 Aug 2013 14:24:21 +0200 wenzelm dockable window for Sledgehammer, based on asynchronous/parallel query operation;
Mon, 05 Aug 2013 17:14:02 +0200 wenzelm slightly more general support for one-shot query operations via asynchronous print functions and temporary document overlay;
Fri, 02 Aug 2013 11:51:21 +0200 wenzelm dockable window for "find" dialog (GUI only);
Sat, 06 Jul 2013 21:50:14 +0200 wenzelm more dependencies;
Sat, 06 Jul 2013 21:19:38 +0200 wenzelm minimal jedit mode for Isabelle NEWS;
Fri, 28 Jun 2013 14:05:12 +0200 wenzelm support for idea-icons (using ideaIC-129.354/platform/icons/src from IntelliJ IDEA Community Edition 12.1.2);
Tue, 25 Jun 2013 16:55:10 +0200 wenzelm dockable window for Isabelle documentation;
Tue, 26 Mar 2013 11:26:13 +0100 wenzelm dockable window for timing information;
Sun, 24 Mar 2013 16:12:45 +0100 wenzelm basic support for xz files;
Thu, 31 Jan 2013 22:21:05 +0100 wenzelm some native Mac OS X support, notably quit_handler (important for dialog on unsaved changes);
Wed, 09 Jan 2013 21:59:53 +0100 wenzelm refrain from writing to JEDIT_SETTINGS in BUILD_ONLY mode -- relevant for makedist;
Wed, 09 Jan 2013 14:01:50 +0100 wenzelm build browser more robustly before startup;
Fri, 04 Jan 2013 20:55:33 +0100 wenzelm actually install required copy of Highlight.jar;
Mon, 31 Dec 2012 16:41:51 +0100 wenzelm scala mode is already part of jedit-5.0.0;
Sat, 15 Dec 2012 14:45:08 +0100 wenzelm tuned command line;
Sat, 15 Dec 2012 13:14:55 +0100 wenzelm clarified build_dialog command line;
Sat, 15 Dec 2012 12:16:16 +0100 wenzelm fold handling within Pretty_Text_Area, based on formal document content, which is static here;
Mon, 10 Dec 2012 13:52:33 +0100 wenzelm generalized notion of active area, where sendback is just one application;
Sat, 08 Dec 2012 22:19:24 +0100 wenzelm basic monitor panel, using the powerful jfreechart library;
Fri, 07 Dec 2012 14:30:00 +0100 wenzelm more rigorous "build only" mode: avoid build dialog of logic image and its potential need for GUI display;
less more (0) -100 -60 tip