On Saturday 26 March 2016 13:19:57 Krzysztof wrote: > I have question about IDE itself. Is it possible to have everything > docked in one window? (like lazarus AnchrDockingDsgn package)
Yes, there is a docking area in main window. Although doing so is not recommended. The "command central" should be small and always visible. Normally one uses 'View'-'Panels'-'New Panel' in order to combine related windows. Please do not use the window title bar in order to drag and dock windows but the slim grip at right edge. > I'm also > missing code completition so much :( Parameter listing (Shift+Ctrl+Space) and code navigation (Ctrl+LeftClick) are supported. The searched directories must be listed in 'Project'-'Options'-'Debugger'-'Source directories'. > . I guess that I can use MSEide > for designing and Lazarus code editor for coding right? Sure. > Last question: > is it possible to have build modes (debug, release) in MSE project? > Yes, please take a look on 'Project'-'Options'-'Make'-'Make Options'. The default template projects use 'Project'-'Make' and 'Project'-'Build' for debugging and 'Project'-'Make 4' for release. Martin ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

