Results 1 to 10 of 23

Thread: VS Code + Pascal : Editor for the future!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    IntelliJ Idea with the I-Pascal plugin is also quite nice. It does lack a few things, and Idea isn't really a 'small' editor, but it's usable. I just don't like IDE;s, most of them tend to clutter the screen with information I do not need, and as a worst case scenario you have Lazarus with that multiple window setup. 99% of the time I edit code, and I want a streamlined yet powerful editor, preferably extendable like emacs, vim or atom/vs-code.

  2. #2
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    I use Lazarus for compiling and debugging and managing the compiler stuff. as far as the editor goes I have my own design. a long time ago when I start out back in the days of delphi3 before the days of XML I developed the fold file format. in short it allows use to view our code more like the oop object it has intended to be. not to be confused with things like code explorer which sort of do the same thing but only move your editors view. with the explorer you see only what you intended to see and work only that. your editor area can be fill with pages of code you want to see and nothing else. you can have multiple files open at the same time. code can be moved,copied,pasted,removed painlessly from one fold to the next. the explorer has a layout manager to deal with all pages you open there is no complicated docking system to deal with. also the explorer was design from the start to have a scripted front-end and is build into the framework. the end goal is not yet another editor but a full on graphic work station for creating games,and such. it already has alot of graphic design code built into it but thats another story so I wont get into that today
    Attached Images Attached Images

  3. #3
    I actually prefer FP-IDE over Lazarus for code editing. Laz has a nasty habit of munching up all your RAM and acts like a real CPU hog for me on Linux, filed numerous bug reports over it since I started using it. Minimalized it alone uses 70-80% cpu power and buttloads of memory. Ofcourse the Lazarus people told me it was a Kernel bug, so I should file a bug report aimed at the Fedora kernel instead.. Yeah.. right that's not going to happend... Even Eclipse with a massive amount of plugins runs smoother then Lazarus for me on Linux. Tried it on four different computers and swapped four different distros over those machines, and all I found out was that the battery on a laptop drains awfully fast when the fan is revvin' like a formula one car....

    Found a nice vim setup aswell, and beeing as old as I am I remember using it on the Amiga. Nice, sleek editor but to start fresh with it might be a bit frigthening - lots of crazy keybinds, but I assure you they all made sense when you worked on an Amiga 500

  4. #4
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    I am using linux mint and I am not having that problem, memory usage goes up only 2% and cpu idle 0-2%, never tried fp-ide. I was a fan of amiga as well in fact AmigaE was my favourite language. it was really hard to move on.

  5. #5
    PGDCE Developer de_jean_7777's Avatar
    Join Date
    Nov 2006
    Location
    Bosnia and Herzegovina (Herzegovina)
    Posts
    287
    Lazarus uses far less memory for me than other IDEs, including VS Code which munches up 200 MiB by default just for three small files open. Both Linux and Windows.
    Existence is pain

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
  •