Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
respect current offsets
2009-02-01, by immler
modified netbeans build such that dist can be used as settings-directory for jedit;
2009-02-01, by immler
merge
2009-02-01, by immler
take content of asset for description in status-view of Sidekick
2009-01-24, by immler
eliminated Command.Status.REMOVE/REMOVED;
2009-01-27, by wenzelm
eliminated Command.Status.REMOVE/REMOVED;
2009-01-27, by wenzelm
eliminated Command.Status.REMOVE/REMOVED;
2009-01-27, by wenzelm
use plain toInt;
2009-01-27, by wenzelm
ProofDocument: pass is_command_keyword directly, not via full-blown Prover object;
2009-01-27, by wenzelm
eliminated Prover.start -- part of main constructor;
2009-01-27, by wenzelm
tuned whitespace;
2009-01-27, by wenzelm
added Isabelle.default_logic;
2009-01-27, by wenzelm
beginnings of global document state;
2009-01-27, by wenzelm
state_results: separate buffer for messages from running command;
2009-01-27, by wenzelm
misc tuning;
2009-01-27, by wenzelm
Prover.start: determine logic in one place;
2009-01-27, by wenzelm
more explicit indication of mutable collections;
2009-01-27, by wenzelm
renamed getNextCommandContaining to find_command_at;
2009-01-20, by wenzelm
Command: added name field and toString;
2009-01-20, by wenzelm
misc tuning -- de-camelization;
2009-01-20, by wenzelm
case class Changed;
2009-01-20, by wenzelm
Token: plain val kind;
2009-01-20, by wenzelm
Command: turned content into plain val;
2009-01-20, by wenzelm
use Symbol.Interpretation from IsabelleSystem instance;
2009-01-20, by wenzelm
replaced java.util.Property by plain association list;
2009-01-20, by wenzelm
use IsabelleProcess.parse_message (with global Isabelle.system instance);
2009-01-20, by wenzelm
use Symbol.Interpretation from IsabelleSystem instance;
2009-01-20, by wenzelm
tuned handling of accumulated results;
2009-01-20, by wenzelm
joined Document with ProofDocument;
2009-01-19, by wenzelm
eliminated explicit method equals, which is always behind == / != anyway in Scala;
2009-01-19, by wenzelm
superficial tuning;
2009-01-19, by wenzelm
turned Token.Kind into Enumeration;
2009-01-19, by wenzelm
replaced type parameter C by Command (thanks to globally simultaneous scope);
2009-01-19, by wenzelm
simplified implicit convertion Int => Position;
2009-01-19, by wenzelm
merged
2009-01-16, by wenzelm
removed jEdit/build-support (belongs to src distribution);
2009-01-16, by wenzelm
IsabelleProcess.parse_message (message markup within Scala layer);
2009-01-16, by wenzelm
tuned import;
2009-01-16, by wenzelm
implemented IsabelleSideKickParser.complete
2009-01-12, by immler
tuned;
2009-01-11, by wenzelm
unified with dynamic version;
2009-01-11, by wenzelm
some more token kinds, based on classification in
2009-01-11, by wenzelm
decl_info: cover both commands and keywords, with kind;
2009-01-11, by wenzelm
tuned;
2009-01-11, by wenzelm
failsafe mkdir;
2009-01-11, by wenzelm
maintain Isabelle properties via object Isabelle.Property with apply/update methods;
2009-01-11, by wenzelm
created DynamicTokenMarker
2009-01-11, by immler
explicitly refer to superclass
2009-01-11, by immler
added EventBus for new command- or keyword-declarations
2009-01-11, by immler
removed comment:
2009-01-11, by immler
changed install/uninstall prover on view to private
2009-01-10, by immler
merged
2009-01-10, by immler
create folder 'jars' before copying
2009-01-10, by immler
ability to deactivate buffers
2008-12-19, by immler
adapted Isar.command;
2009-01-02, by wenzelm
- renamed Command.Phase to Command.Status (cf. src/Pure/Isar/isar.ML);
2008-12-29, by wenzelm
tuned;
2008-12-29, by wenzelm
replaced EventSource by EventBus;
2008-12-29, by wenzelm
obsolete (cf. isabelle.EventBus in Pure/General/event_bus.scala);
2008-12-29, by wenzelm
removed debug output;
2008-12-29, by wenzelm
eliminated hardwired string constants;
2008-12-29, by wenzelm
removed redundant CommandChangeInfo;
2008-12-28, by wenzelm
command id via Isabelle.plugin;
2008-12-28, by wenzelm
tuned;
2008-12-28, by wenzelm
added central id generator;
2008-12-28, by wenzelm
command state color: use PG 4.0 values;
2008-12-28, by wenzelm
tuned;
2008-12-28, by wenzelm
superficial tuning;
2008-12-28, by wenzelm
use symbolic Markup elements instead of literal strings;
2008-12-28, by wenzelm
replaced inUIThread by scala-style swing/swing_async combinators;
2008-12-28, by wenzelm
dynamic instances Isabelle.system, Isabelle.symbols;
2008-12-27, by wenzelm
use System.getenv temporarily;
2008-12-27, by wenzelm
replaced static IsabelleSystem by Isabelle.system;
2008-12-27, by wenzelm
renamed object Plugin to Isabelle;
2008-12-27, by wenzelm
IsabelleSystem.find_logics;
2008-12-27, by wenzelm
proper import isabelle.renderer.UserAgent;
2008-12-21, by wenzelm
dummy class to make ant javadoc work;
2008-12-21, by wenzelm
use Plugin.self.symbols;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
tuned;
2008-12-21, by wenzelm
renamed isabelle.jedit.UserAgent to isabelle.renderer.UserAgent;
2008-12-21, by wenzelm
tuned;
2008-12-21, by wenzelm
basic setup of anti-aliasing, according to jEdit property;
2008-12-21, by wenzelm
tuned order of menu items;
2008-12-20, by wenzelm
renamed isabelle.prover.IsabelleSKParser to isabelle.jedit.IsabelleSideKickParser;
2008-12-20, by wenzelm
tuned sidekick properties;
2008-12-20, by wenzelm
setPreferredSize for floating dockables;
2008-12-20, by wenzelm
default docking of sidekick and isabelle-state;
2008-12-20, by wenzelm
more conventional action names;
2008-12-20, by wenzelm
added author field;
2008-12-20, by wenzelm
regular plugin activation via "defer";
2008-12-20, by wenzelm
basic isabelle mode setup;
2008-12-20, by wenzelm
renamed IsabellePlugin to Isabelle;
2008-12-20, by wenzelm
misc tuning and adaption according to original IsabelleParser --
2008-12-20, by wenzelm
obsolete, cf. build.xml and makedist;
2008-12-20, by wenzelm
MOVABLE="TRUE" reuses existing instance when changing docking position --
2008-12-20, by wenzelm
updated to 4.3pre16;
2008-12-20, by wenzelm
removed jEdit sources from target;
2008-12-20, by wenzelm
more robust handling of FILES with spaces, using bash array variables;
2008-12-20, by wenzelm
disabled tracing;
2008-12-19, by wenzelm
misc tuning;
2008-12-19, by wenzelm
proper spelling of JEDIT_JAVA_OPTIONS;
2008-12-19, by wenzelm
added some headers and comments;
2008-12-19, by wenzelm
added some headers and comments;
2008-12-19, by wenzelm
restructured: independent provers in different buffers
2008-12-18, by immler
added 'delay or ignore'
2008-12-15, by immler
delayed repainting new phase in buffer and overview;
2008-12-15, by immler
information on command-phase left of scrollbar (with panel)
2008-12-10, by immler
information on command-phase left of scrollbar
2008-12-10, by immler
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip