
- #Gideros text field update#
- #Gideros text field code#
- #Gideros text field windows#
This is mostly useful for remote debugging to specify how the output should be redirected. Or 'd' for ‘default’ (only appears in the application output). 'r' for ‘redirecting’ (only appears in the Output panel), Use 'c' for ‘copying’ (appears in the application output and the Output panel),
debugger.redirect = nil: specify how print results should be redirected in the application being debugged ( v0.39+). debugger.port = 8172: set port number to use for debugging. The numbers in the Console are shown using "%.17g" format, which is needed for preserving all significant bits in double values. debugger.numformat = "%.16g": specify numeric format used in the Stack and Watch results ( v1.51+). debugger.maxdatalevel = 3: limit the number of nested levels for tables shown in the Stack and Watch results as well as in the tooltips. debugger.maxdatanum = 128: limit the number of elements for tables shown in the Stack and Watch results. debugger.maxdatalength = 256: set (approximate) limit (in bytes) for the data shown in the Stack and Watch results. debugger.linetobreakpoint = false: move the current line in the editor to the line with the triggered breakpoint ( v1.41+). This may be used to provide some initialization to be applied before the debugging starts.įor example, debugger.init = ]. #Gideros text field 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. #Gideros text field 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. #Gideros text field update#
outlineinactivity = 0.250: trigger Outline update after N seconds of inactivity ( v1.0+) set to nil to disable Outline handling.
On Linux may not show even when set to true, as it is also controlled by gtk-menu-images setting.
menuicon = true: show icons in the menu ( v1.31+). language = "en": set the language to use in the IDE this requires a language file in cfg/i18n directory. If it only contains the file name (for example, file.ini), then the file is created in the system-dependent location. file.ini or path/file.ini), then the file is created relative to the IDE directory ( v1.11+) if it is relative and includes a path component (for example. If the filename is absolute, it is used as the new location ini = false: provide an alternative location for the. This session information is saved in the. The changes in files and all unsaved buffers should be restored during the next launch. hotexit = false: enable quick exit without prompting to save files ( v0.71+).
filehistorylength = 20: set history length for files. commandlinehistorylength = 10: set history length for command lines ( v1.31+) the history is kept across all projects. Set to to set a specific code page (for example, use 936 for Simplified Chinese/GB2312). Set to true to enable auto-detection of the current code page, or 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