ABOUT
This plug-in adds a number of useful commands to the editor; including features for cursor movement, code movement, and word searching.
EndWordPrior and EndWordNext in action
FEATURES
- EndWordNext - Move cursor to the end of the next word
- EndWordPrior- Move the cursor to the end of the previous word
- FindWithWrapNext - Search from the current cursor position to the end of the file. If the target is not found, the search loops around to the top of the file and tries again. You will get an info box that says nothing found when the wrap occurs.
- FindWithWrapPrior - Same as FindWithWrapNext, except searches backwards
- MoveCurrentLineToBottom - Move the line the cursor is on to the bottom of the screen
- MoveCurrentLineToMiddle - Move the line the cursor is on to the middle of the screen
- MoveCurrentLineToTop - Move the line the cursor is on to the top of the screen
In addition, when a project is opened, the component palette, object inspector, and edit windows will be repositioned to give maximum size for the available screen real estate.