4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected almost 3 years ago.
Dec 12, 2022 — Dec 12, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TextEditor: made tabs an object with their own editor and output screen. The buttons are laid out correctly and the screen are independent. The buttons will become icons. The "kill" button doesn't work (yet). More... almost 16 years ago
TextEditor: don't wrap the Executer.execute() body in try/catch. It's already done where it's called. More... almost 16 years ago
Merge branch 'master' into ac-texteditor More... almost 16 years ago
TextEditor: ensure setTitle runs GUI operations on the event despatch thread. More... almost 16 years ago
TextEditor: ensure PrintWriter is flushed. More... almost 16 years ago
TextEditor: more careful logic for piping text from text area to the script interpreter. More... almost 16 years ago
Script Editor: brown paper bag fix More... almost 16 years ago
Script Editor: offer an 'auto-save before compiling' option More... almost 16 years ago
Script Editor: avoid package-local member variables More... almost 16 years ago
Script Editor (Git>Commit): offer to add untracked files, if there are any More... almost 16 years ago
Script Editor: remove trailing white space when importing source code More... almost 16 years ago
Script Editor: turn CR (Mac) and CRLF (Windows) line endings into LF ones More... almost 16 years ago
Add a template for a Reader plugin More... about 16 years ago
Script Editor's Git commit: warn about too long subject, wrap the body More... about 16 years ago
Script Editor: remove underscores from name when creating a new plugin More... about 16 years ago
Script Editor: fix off-by-one More... about 16 years ago
Script Editor: open current line in gitweb More... about 16 years ago
Script Editor: add Git>Open in gitweb menu entry More... about 16 years ago
Script Editor: add a convenient method to write to the output screen More... about 16 years ago
Script Editor: do not try to go to line 'null' when the dialog was canceled More... about 16 years ago
Add a few more TODOs for the Script Editor More... about 16 years ago
Script Editor: make sure tools.jar is loaded when starting debugging More... about 16 years ago
Script Editor: lazily load tools.jar via internet when asked for it More... about 16 years ago
Script Editor: make template code saner More... about 16 years ago
Script Editor: work around some timing issues with RSyntaxTextArea More... about 16 years ago
Script Editor: add the Git>Grep... menu entry More... about 16 years ago
Script Editor: add a convenient method to add entries to the error list More... about 16 years ago
Script Editor: make tab size menu leaner, add "Other..." More... about 16 years ago
Script Editor: set tab size to 4 for Python, 8 otherwise by default More... about 16 years ago
Script Editor: update tab size menu correctly when switching tabs More... about 16 years ago