Minor changes, mostly for PMD's recommendations, plus comments and javadoc.
Started out as fixes for PMD recommendations, but also ended up MASSIVELY
Minor adjustments for PMD suggestions.
Fixed issues with AlignComments, including one undo / redo step,
remove build.gradle.bak
Changed Undo / Redo history type to Deque interface instead of specifying
Quit and fixed a space in build.gradle
Changed how SWT is included.
Changed gradle settings to use local SWT instead of trying to pull from
Merge branch 'HEAD' of https://git.code.sf.net/p/swedit/SWediT
Minor gradle setup changes
Syntax highlighting and commenting;
Fixed syntax highlighting!
Changed gradle to use a local version of SWT, rather than from Maven Central.
Comments and JavaDoc in a few files. More importantly, updated to Gradle 7.3.3
Changed keyboard shortcuts for edit menu items from accelerator
Miscellaneous minor changes, especially comments
Commenting / javadoc
Merge branch 'HEAD' of ssh://ingraham@git.code.sf.net/p/swedit/SWediT into main
Fixed type in About Box
Added Zoom feature. Fixed issue with new line. Minor fixes.
Work on adding zoom
Now use <user home>/.swedit directory for swedit.cfg and (if necessary) font file.
Added gradle.properties file to .gitignore
Fixed minor issue with undent, now moves to start of text if no selection
Added toolbar. Fixed bug in MatchBracket
Preparation for adding ToolBar
Attempt to add custom font.
Commenting and javadoc.
Created new Range class for tracking multi-line quotes and comments,
Comments and javadoc
Fixed minor issue with AlignComments
Fixed issues with Comment / Uncomment
Added comment string to Syntax
Removed Synch class and replaced it with a BlockingQueue.
Removed unnecessary calls to setChanged
Remove unnecessary call to scanControl. Commenting.
Added ForceRedraw Command (mapped to Escape)
Fixed issue with block cut
Fixed major memory leak on close buffer.
Fixed apparently very old bug in FindQuotesandComments.
Kill background thread when buffer is closed.
Fixed Line Numbers not updating during scroll. Commenting.
Further work on updating line numbers when the view scrolls
Changed MultiLine subclasses to use new style UndoableAction.
Changed BlockPaste to use new style UnodableAction
Changed UndoableAction and associated operations to use a LinkedList
Reworking Undo
Created MultiLine abstract class for operations on multiple lines.
Merge branch 'master' of ssh://ingraham@git.code.sf.net/p/swedit/SWediT
Restored F2 to Save and F6 to load.
SweditCommand completely replaced with Command.
Nearing removal of SweditCommand
Fixed Find, Find Next, and Find / Replace
Switching from SweditCommand to Command.
Further changing of SweditCommands to Commands.
Broken build
Added tabs for buffers.
Merge branch 'tabs'
Added tabs for buffers.
Deleted test file.
Further separating into class files.
Separated Find / Replace dialogs into separate classes.
Further separation into individual class files.
Further separation into individual class files.
Fixes to line numbers, especially intercepting tab and control-tab
Work on separating classes into individual files.
Added line numbers
Minor cleanup
Added license file and README file to resources
SWediT 3.0 Initial Git Setup