Sisong IDE
Download
- Description:
-
An IDE and programmer's editor inspired by Notepad++. Developed for Haiku under Haiku, open source (GPL3), supports the following features among others:
* Tabbed interface
* Syntax highlighting
* Unlimited undo/redo
* Function List & navigator side-panel
* Configurable sequenced ("Command+F, S") and F-key keyboard shortcuts
* Popup compile pane with highlighting of gcc error messages, takes you directly to the position of the error
* Find All, Replace All in All, & Find in Files search abilities
* Quick project switcher similar to workspaces remembers open tabs and document state when each project was closed
* Built-in MP3 player (no, this one is a lie). - Submitted On:
- 24 Oct 2009
- Submitted By:
- Caitlin Shaw (rogueeve)
- File Size:
- 233.96 Kb
- Downloads:
- 430
- License:
- GNU General Public License v3
- File Version:
- RC2-16
- File Author:
- Caitlin Shaw
- File HomePage:
- Click to visit site
- Rating:
-
Total Votes:1
Top Downloads in 30 Days
Search Files
Newest Files
| May 18 |
|
| May 16 |
|
| May 13 |
|
| May 12 |
|
| May 12 |
|



Comments
gcc -o file file.cpp
file
in the buildfile. Is this okay or am I doing something wrong?
I'm afraid not. Translating errors that gcc spits out into simple English is not a task that I would consider easy or trivial. Stepping through a program is the job of a debugger. Paladin just integrates together separate tools into a simpler system so that you can develop faster and more easily. It can start a program in gdb, but unfortunately there is no reasonably-complete graphical debugger available for Haiku. Ingo Weinhold has started one, but it's not finished nor is it possible to add it to Haiku unless you build it from source. Rest assured that I'll be adding support for it once it's even reasonably useful.
RSS feed for comments to this post