Refactoring Settigs procedure source code

Some changes into messages files (localisation)
This commit is contained in:
Sergey Kalinin
2018-02-22 13:57:51 +03:00
parent 2ce14eea80
commit 9f4ee1ad33
8 changed files with 425 additions and 655 deletions

View File

@@ -513,7 +513,7 @@ proc TabIns {text} {
incr shouldBeSpaces $tabSize
} else {
incr shouldBeSpaces
}
}
}
#see last symbol in the prev String.
set lastSymbol [string index $prevText [expr {[string length $prevText] - 1}]]
@@ -983,3 +983,4 @@ GetOp

View File

@@ -234,3 +234,4 @@ proc HighLightTCL {text line lineNumber node} {
}
}

View File

@@ -290,7 +290,7 @@ FileTree::create $nbFiles
set frmTree [ScrolledWindow $nbProjects.frmTree -bg $editor(bg)]
global tree noteBook
set tree [Tree $frmTree.tree \
-relief sunken -borderwidth 1 -width 5 -height 5 -highlightthickness 1\
-relief sunken -borderwidth 1 -width 3 -height 5 -highlightthickness 1\
-redraw 0 -dropenabled 1 -dragenabled 1 -dragevent 3 \
-background $editor(bg) -selectbackground $editor(selectbg) -selectforeground white\
-droptypes {
@@ -399,3 +399,5 @@ if {[info exists workingProject]} {

View File

@@ -666,3 +666,5 @@ proc GetExtention {node} {

File diff suppressed because it is too large Load Diff