Results 1 to 7 of 7

Thread: IDE

  1. #1

    IDE

    I was thinking about pascal IDEs.
    Beside Delphi, what other IDE did you use?
    Anyone ever tryed to make an IDE from scratch?


    Ah, and what's your favourite feature ? i think i couldn't live without code insight e code completition
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  2. #2

    IDE

    Try Free Pascal and Lazarus:

    http://www.freepascal.org/
    Favorite feature? Dunno. Debugging maybe? :lol:

  3. #3

    IDE

    Quote Originally Posted by Robert Kosek
    Try Free Pascal and Lazarus:

    http://www.freepascal.org/
    Favorite feature? Dunno. Debugging maybe? :lol:
    But has freepascal code insight and completition ?
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  4. #4

    IDE

    Both support "code completeish" features. I don't remember what code insight is though.

  5. #5
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    IDE

    I'm currently using Dev_Pascal as the IDE for FreePascal.

    The feature I most miss are the short cut keys used by delphi to move around in the code (Shift-Ctrl C: Complete the Class; Ctrl-Up - Go to declaration; Ctrl-Down go to implementation).
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  6. #6
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    IDE

    I've just got Lazarus downloaded and installed - it has those cool keyboard short cuts!

    Guess I wont be using DevPascal anymore
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  7. #7

    IDE

    Quote Originally Posted by cairnswm
    I've just got Lazarus downloaded and installed - it has those cool keyboard short cuts!
    Guess I wont be using DevPascal anymore
    I just downloaded & installed it too! I was able to compile my project in my Debian box with no great problems.
    It seems that the code completition is present, but i'm having trouble to use it.. i'm trying to fix it now

    The only problem is that it uses gtk 1 and it look really ugly
    There's no hope they will pass to gtk2 in short time..

    Also, i actually prefer having all on a single window like recent Borland JBuilder instead of 4 or 5 open windows.
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

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
  •