4
I Use This!
Activity Not Available

Commits : Listings

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