Results 1 to 5 of 5

Thread: How would you advice setting up an Dev Enviroment?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    You don't have to be using the LCL when using Lazarus. I use it to develop very non-visual firmware for ARM processors

    Those days I can't live without Lazarus. There are just so many nice and nifty features packed into it, and I wouldn't hesitate to call it the best IDE I know. I guess you could use some old version of Delphi to write code in, and just compile from the command line

    But if you just want a pretty good text editor, then I can recommend Programmers Notepad 2. I very often use it for minor edits
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  2. #2
    Lazarus is very lightweight IDE in the end, at least compared to Delphi. What "too much" is there that you wouldn't use? It is designed to fit also in purpose of making just console applications. There is just the component palette, which you can almost completely hide by making the palette window just show other menus. You could possibly even compile Lazarus so that none of them are showing, because they are "installed components" like any custom ones.

    It's possible to code pascal with just Notepad, but you would miss features like code completion, debugging, fpc compiler settings and so on.

    Another thing that possibly makes Lazarus seem heavier than it is, is the splash screen. Start Lazarus with parameter:
    lazarus.exe --no-splash-screen
    ... and you will see that Lazarus starts up in a fraction of second.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •