
Scaling in gideros code#
debugger.init = nil: specify code to run (as a string) at the beginning of the debugger session.This can be used to activate files that have different spelling of the file names (case-wise) debugger.ignorecase = false: make debugger to ignore case mismatch when activating files ( v1.41+).debugger.hostname = "hostname.or.IP.address": set hostname to use for debugging.debugger.allowediting = false: enable editing of files while debugging.symbolindexinactivity = 2: trigger indexing of project files for symbol search after N seconds of inactivity ( v1.11+).singleinstance = true: enable check that prevents starting multiple instances of the IDE.showmemoryusage = nil: display memory usage stats in the Status bar ( v1.11+).Set to true to display both files and directories or to wx.wxDIR_FILES to display only files and to wx.wxDIR_DIRS to display only directories.
Scaling in gideros windows#
showhiddenfiles = false: display hidden files (those that have “hidden” attribute set on Windows or those that start with.savebak = false: create backup on file save.projecthistorylength = 20: set history length for projects.projectautoopen = true: auto-open windows on project switch.
Scaling in gideros update#


codepage = false: set the codepage for the script output on Windows ( v1.61+).bordersize = 3: set the size of the border (sash) between windows and panels ( v0.91+, updated default in v1.31+).autorecoverinactivity = 10: trigger saving autorecovery after N seconds of inactivity set to nil to disable autorecovery.autoanalyzer = true: enable autoanalyzer that adds scope aware indicators to variables ( up to v0.50 it was spelled as autoanalizer).( removed in v1.30) allowinteractivescript = true: allow interaction in the output window.activateoutput = true: activate Output or Console window on new content added.To modify default general preferences, you can use these commands and apply themĪs described in the configuration section
