On 2016-03-26 12:19, Krzysztof wrote: > I have question about IDE itself. Is it possible to have everything > docked in one window?
Yes, MSEide's docking is years ahead of Lazarus's. Simply select "View -> Panels -> New Panel". Create as many as you need, drag any IDE windows using the right edge double-grip and dock them as you need in the panels. > 'm also > missing code completition so much :( . This is sometimes a bit of a pain, but I've gotten used to developing code while having DocView permanently open to quick search for things I can't remember out of my head. > is it possible to have build modes (debug, release) in MSE project? Something you might not be aware of. With MSEide each project contains all settings - editor, build modes, external tools etc. This is different to Lazarus where many of those are global IDE settings. To get to the point, build modes can be set up via "Project Options -> Make", then look at "Make Options" and "Directories". There are 6 groups (call them build modes if you want). M - Make, B - Build, and then 1-4 additional groups. Set your compiler settings for each group as you want. TIP: MSEide can import project settings from another project. So once you have one project set up, you can create a new project, and import the settings from the previous project. Look at "Project Options -> Storage" Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp ------------------------------------------------------------------------------ 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

