Changed Undo / Redo history type to Deque interface instead of specifying
Quit and fixed a space in build.gradle
Changed how SWT is included.
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
Added gradle.properties file to .gitignore
Fixed minor issue with undent, now moves to start of text if no selection
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.
Added tabs for buffers.
Added tabs for buffers.
Broken build
Deleted test file.
Merge branch 'tabs'
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