mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-11 11:06:48 +01:00
Tweaking comments
This commit is contained in:
@@ -4076,8 +4076,8 @@ var ICEcoder = {
|
||||
get('tab'+i).style.background = i === selectedTab ? this.colorCurrentBG : this.colorOpenBG;
|
||||
}
|
||||
|
||||
// Now we can set about clearing the current coloring of dirs/files in the file manager
|
||||
// First we clear the highlighing, then highlight the open diirs/files, then highlight the current
|
||||
// Now we can set about setting the coloring of dirs/files in the file manager
|
||||
// First we clear the highlighing, then highlight the open dirs/files, then highlight the current
|
||||
// file that's open as a tab (overides open highlighting) and finally highlight all of the
|
||||
// user selected dirs/files (overrides previous highlighting too)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user