Adam Fowler

Results 111 comments of Adam Fowler

Successfully implemented a workable Plugin API here: https://github.com/adamfowleruk/HaikuPluginAPI

Yeah I'm already passing line number (supported by both Pe and Koder) and column (supported by Koder) - E.g. if you double click on a compilation error.

No real need to change them to sentence case AFAIK. For translations, best way to do this is just the name of the project rather than all the files for...

This may be due to how the DEPENDENCY lines get created. They are created from the post-build output of gcc -MM. To verify this as a bug a build, save,...

Cannot be fixed with current source layout. Header files are generated by the SourceTypeC.cpp file, completely separately from the UI or project file. Refactoring will need to occur to better...

Another issue: **Position of Pe editor window** If possible, open Pe editor windows to the right of the Project Window. Often it appears over the top of it.

Also ensure libstdc++.so is selected and linked by default for such apps (they will inevitably use iostream and so need this library>

Ah perfect. I think the Paladin compilation code hasn't been updated much in a while. It still uses gcc explicitly IIRC. I'll add that in as another enhancement. Thanks!

Postponed until there's more Developer shinyness

Consider a Window Layout library. Pass it a set of Windows and a layout descriptor, and it will layout the windows. Also allow capturing of current layouts, and specification of...