milimd.blogg.se

Scaling in gideros
Scaling in gideros






  1. Scaling in gideros update#
  2. Scaling in gideros code#
  3. Scaling in gideros windows#

  • 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 = ].

    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#

  • 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.

    scaling in gideros

  • 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

    scaling in gideros

    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








    Scaling in gideros