You are not logged in.
1. Add horizontal scrollbar - It seems to have a vertical scrollbar so why not a horizontal scrollbar as well? Currently long lines just scroll off-screen to the right and it's irritating to have to click on those lines and press End each time to see the rest instead of simply scrolling.
2. Implement a checkbox for text wrapping - Would be really great to see this.
3. Add missing keyboard shortcut for Scripts button - All the other buttons i.e. Try to Compile, Go To and Help have keyboard shortcuts but the Scripts button doesn't for some reason. Shortcuts are required for keyboard users because these buttons cannot be tabbed to.
Offline
Or add a [Reload] Button to the PascalScript dialog
and maybe a "[_] Automatically re-read current loaded script if modified" option.
That would make it more easy to use an external editor for scripting.
.
Read the *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)
Offline
Or add a [Reload] Button to the PascalScript dialog.
Would love to see that as an option but not at the expense of the ones I mentioned above.
Offline
1. Add horizontal scrollbar - It seems to have a vertical scrollbar so why not a horizontal scrollbar as well? Currently long lines just scroll off-screen to the right and it's irritating to have to click on those lines and press End each time to see the rest instead of simply scrolling.
Horizontal scrollbar has been added.
2. Implement a checkbox for text wrapping - Would be really great to see this.
I have to say "no" to this one. It can cause loads of issues, e.g. broken code, compiling errors, mismatching line numbers when debugging.
3. Add missing keyboard shortcut for Scripts button - All the other buttons i.e. Try to Compile, Go To and Help have keyboard shortcuts but the Scripts button doesn't for some reason. Shortcuts are required for keyboard users because these buttons cannot be tabbed to.
Shortcut Ctrl+L has been added.
Offline
Or add a [Reload] Button to the PascalScript dialog and maybe a "[_] Automatically re-read current loaded script if modified" option.
You could also drag and drop the modified script to the PascalScript window.
Offline
#1 and #3 being implemented are what I was mainly looking for. I can understand the issues #2 might cause so no problem leaving it out - was an optimistic request anyway.
Offline