Добавлены горячие клавиши для удаления слова, части строки, строки целиком. Исправлен автоформат при закрытии скобки
This commit is contained in:
parent
c8db2764ce
commit
2f7b37ac66
12
CHANGELOG
12
CHANGELOG
|
@ -88,4 +88,14 @@
|
||||||
- Change color scheme for FindFunction dialog
|
- Change color scheme for FindFunction dialog
|
||||||
- Added sh icon (for shell scripts)
|
- Added sh icon (for shell scripts)
|
||||||
- Fixed lexers for find procedures and functions
|
- 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
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,7 @@ bind . <Control-K> {
|
||||||
}
|
}
|
||||||
bind . <Control-s> {FileOper::Save}
|
bind . <Control-s> {FileOper::Save}
|
||||||
bind . <Control-S> {FileOper::Save}
|
bind . <Control-S> {FileOper::Save}
|
||||||
|
bind . <Alt-t> ViewFilesTree
|
||||||
#ttk::style configure TPanedwindow -background blue
|
#ttk::style configure TPanedwindow -background blue
|
||||||
#ttk::style configure Sash -sashthickness 5
|
#ttk::style configure Sash -sashthickness 5
|
||||||
#ttk::style configure TButton -padding 60 -relief flat -bg black
|
#ttk::style configure TButton -padding 60 -relief flat -bg black
|
||||||
|
|
|
@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
|
||||||
######################################################
|
######################################################
|
||||||
# Version: 2.0.0
|
# Version: 2.0.0
|
||||||
# Release: alpha
|
# Release: alpha
|
||||||
# Build: 26082022111459
|
# Build: 26082022155110
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
# определим текущую версию, релиз и т.д.
|
# определим текущую версию, релиз и т.д.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user