Skip to content

Commit

Permalink
Easy mode view renamed to Simple editor view
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Oct 26, 2024
1 parent 761618c commit 743682d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,14 +537,14 @@ config.name.recentColors = Recent colors
config.description.recentColors = Recent colors in the color dialog

#after 21.1.1
config.name.gui.splitPaneEasyVertical.dividerLocationPercent = (Internal) Easy UI vertical splitter location
config.name.gui.splitPaneEasyVertical.dividerLocationPercent = (Internal) Simple UI vertical splitter location
config.description.gui.splitPaneEasyVertical.dividerLocationPercent =

config.name.gui.splitPaneEasyHorizontal.dividerLocationPercent = (Internal) Easy UI horizontal splitter location
config.name.gui.splitPaneEasyHorizontal.dividerLocationPercent = (Internal) Simple UI horizontal splitter location
config.description.gui.splitPaneEasyHorizontal.dividerLocationPercent =

config.name.lastSessionEasySwf = Last Easy mode session file
config.description.lastSessionEasySwf = Contains the selected SWF from the last session in Easy mode
config.name.lastSessionEasySwf = Last Simple editor session file
config.description.lastSessionEasySwf = Contains the selected SWF from the last session in Simple editor

config.name.maxScriptLineLength = Maximum script line length
config.description.maxScriptLineLength = Maximum line length in the script editor before line wrapping occurs. 0 = unlimited. On linux there might be problems on displaying very large lines so that's why it's limited by default.

0 comments on commit 743682d

Please sign in to comment.