Добавлены горячие клавиши для удаления слова, части строки, строки целиком. Исправлен автоформат при закрытии скобки

master
svkalinin 2022-08-26 15:54:41 +03:00
parent c8db2764ce
commit 2f7b37ac66
3 changed files with 13 additions and 2 deletions

View File

@ -88,4 +88,14 @@
- Change color scheme for FindFunction dialog
- Added sh icon (for shell scripts)
- Fixed lexers for find procedures and functions
26/08/2022
- Update image library (added some icons)
- Added hot keys:
- Alt+p - Show/Hide additional panel
- Alt+w - delete word on the cursor below
- Alt+r - delete row
- Alt+b - delete text beetween line Begin and cursor
- Alt+e - delete text between cursor and line End
- Fix close braces indent

View File

@ -56,6 +56,7 @@ bind . <Control-K> {
}
bind . <Control-s> {FileOper::Save}
bind . <Control-S> {FileOper::Save}
bind . <Alt-t> ViewFilesTree
#ttk::style configure TPanedwindow -background blue
#ttk::style configure Sash -sashthickness 5
#ttk::style configure TButton -padding 60 -relief flat -bg black

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
######################################################
# Version: 2.0.0
# Release: alpha
# Build: 26082022111459
# Build: 26082022155110
######################################################
# определим текущую версию, релиз и т.д.