I am running dual monitors and have the IDE stretched across both screens. Is there a way to tell the IDE to limit the width of editor (WED SED etc...) and other windows (error etc...) upon open? (they open at double width due to my using 2 monitors)
Create [WindowPosition] in Cavo27.cfg
CAVO27Editor=0,0,0,700,500
this will position your editor window.
Where the first 0 is 0 or 1 meaning window or maximised
next 0,0 is top-left corner of window
next 700,500 is width and height of the window
Note that if you have saved the debugger settings (via save desktop), these settings _might_ override those. (Untested, but I seem to recall there was an interaction).
A list of options:
[WindowPosition]
CAVO27Editor=0,0,30,970,500 ; Sed
CAVO27MenuEditor=0,0,30,970,500 ; Menu
CAVO27DBCntParent=0,0,30,970,500 ; Fieldspec
CAVO27__PMDCN__=0,0,30,970,500 ; Wed
CAVO27__ICPMNCN__=0,0,30,970,500 ; Image
CAVO27ErrorBrowser=0,0,505,970,130 ; Errors
CAVO27Debugger=0,0,30,970,500 ; Source
CAVO27DebugWorkarea=0,0,250,600,200 ; Workareas
CAVO27DebugWatch=0,0,250,600,200 ; Watch
CAVO27DebugVariables=0,0,250,600,200 ; Locals/Globals
CAVO27DebugCallStack=0,0,250,600,200 ; Callstack
(thanks to Paul Tucker and Gary Hancq )