Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
Anti-aliasing is now controlled via the smoothing threshhold
2009-04-20, by immler
incomplete changes of immutable tokens and commands
2009-04-20, by immler
prepared proofdocument for only needed changes
2009-04-16, by immler
use jEdits styles
2009-04-15, by immler
corrected displaying of phases in buffer with few lines;
2009-04-15, by immler
fixed shifting;
2009-04-14, by immler
correct order, added curreeeent change
2009-04-07, by immler
implemented to_current and from_current in dependancy of document-versions
2009-04-06, by immler
proofdocument-versions get id from changes
2009-04-06, by immler
when jEdit is run from Netbeans, activate=defer does not work (why?)
2009-03-28, by immler
merged: resolved conflicts with Markups: ML-syntax styles in styles.props
2009-03-23, by immler
changes of text with unique id
2009-03-20, by immler
fixes
2009-03-20, by immler
merged; resolved conflicts (kept own versions)
2009-03-19, by immler
Prover as actor managing ProofDocument-versions (removed EventBus structural_changes);
2009-03-19, by immler
build jar before running/debugging
2009-03-19, by immler
probably setup from new Scala Plugin 0.15.1 for NetBeans
2009-03-19, by immler
LinearSet.prev
2009-03-19, by immler
merged, resolving minor conflicts;
2009-03-02, by wenzelm
preliminary/failed attempt to use the new IsarDocument access model to the prover;
2009-03-02, by wenzelm
ProofDocument without state
2009-03-08, by immler
*very* superficial usage of LinearSet
2009-03-05, by immler
implemented delete_after
2009-03-05, by immler
implemented insert_after
2009-03-05, by immler
changed title
2009-03-04, by immler
added Makarius' LinearSet
2009-03-04, by immler
tokens and commands as lists
2009-02-19, by immler
styles properties
2009-02-05, by immler
syntax styles in properties
2009-02-04, by immler
all token kinds have to be non-null
2009-02-04, by immler
removed redundant code
2009-02-04, by immler
added ML syntax markup;
2009-03-20, by wenzelm
recovered activate=defer, which is the "new" way to invoke jEdit plugins (cf. 3fbb7b565013);
2009-03-20, by wenzelm
more robust copying of jars;
2009-03-20, by wenzelm
referred to old version of TokenMarker
2009-02-02, by immler
implemented markTokens;
2009-02-02, by immler
more flexible commands-iterators
2009-02-01, by immler
use FontMetrics.getMaxAdvance if available; tuned
2009-02-01, by immler
renamed fields of MarkupNode; implemented flatten and leafs
2009-02-01, by immler
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip