Skip to content

Releases: HaikuArchives/Paladin

2.7 Release of the Paladin IDE

30 Dec 22:27
11dc4af
Compare
Choose a tag to compare

As for 2.6, but fixes various build issues.

Mainly concentrated on recent user requests and bug fixing. Lots of changes since the last successful rollout to Haiku Depot (2.0 release).

Major enhancements:-

  • #268 Project file locator, aka Quick Find, command added - Alt+F, type part of a file name, use up/down arrows and hit enter to open a file
  • #272 Added new Monitor Window. When using ‘Run logged’, this window shows all output live streamed from stderr and stdout (Previously this output was only shown once the app finished running)
  • System library window now includes the system develop libraries
  • #183 Saving a project file now saves in a consistent order, minimising version control changes to PLD files
  • When opening a project file on 64 bit or 32 bit, the correct libraries are added automatically, and do so without now warning about every single library change
  • #194 Added additional Templates from Haiku Book examples

Minor Enhancements

  • Quick Find now appears as a thin popup, not a full window, and disappears on losing focus or hitting Esc
  • Added framework for future unit tests and code coverage validation during development of Paladin
  • #278 Running a build now creates a compile_commands.json file. Best to do a full build
  • #328 Makefile generation now respects 80 column limit
  • #304 Project Window and Monitor Window remember positions between uses, per-project
  • #309 Buildsuite now checks and warns for required libraries, and builds and executes tests always
  • #312 Multiple template folders supporter - Place your own user templates in /boot/home/config/Paladin/Templates/My Template
  • #322 Include (partial) language files for additional languages -

Bugs fixed

  • Saving a project now correctly references libraries with a leading slash character
  • Crash when loading templates in German locale
  • Templates reference the correct libraries now
  • Projects created from templates are no longer read only
  • #227 Paladin respects system colours
  • #257 Paladin project file now uses correct relative folder for Includes
  • #325 Status bar always draws immediately
  • #329 Source Group creation and removal now works as expected
  • #322 Tested build on Haiku Beta 1.
  • #280 Paladin can now build itself with debug info
  • #283 Added guard for B_SCROLL_VIEW_AWARE which cannot build on Haiku Beta1

2.6 Release of the Paladin IDE

28 Dec 15:52
f21059c
Compare
Choose a tag to compare

Mainly concentrated on recent user requests and bug fixing. Lots of changes since the last successful rollout to Haiku Depot (2.0 release).

Major enhancements:-

  • #268 Project file locator, aka Quick Find, command added - Alt+F, type part of a file name, use up/down arrows and hit enter to open a file
  • #272 Added new Monitor Window. When using ‘Run logged’, this window shows all output live streamed from stderr and stdout (Previously this output was only shown once the app finished running)
  • System library window now includes the system develop libraries
  • #183 Saving a project file now saves in a consistent order, minimising version control changes to PLD files
  • When opening a project file on 64 bit or 32 bit, the correct libraries are added automatically, and do so without now warning about every single library change
  • #194 Added additional Templates from Haiku Book examples

Minor Enhancements

  • Quick Find now appears as a thin popup, not a full window, and disappears on losing focus or hitting Esc
  • Added framework for future unit tests and code coverage validation during development of Paladin
  • #278 Running a build now creates a compile_commands.json file. Best to do a full build
  • #328 Makefile generation now respects 80 column limit
  • #304 Project Window and Monitor Window remember positions between uses, per-project
  • #309 Buildsuite now checks and warns for required libraries, and builds and executes tests always
  • #312 Multiple template folders supporter - Place your own user templates in /boot/home/config/Paladin/Templates/My Template
  • #322 Include (partial) language files for additional languages -

Bugs fixed

  • Saving a project now correctly references libraries with a leading slash character
  • Crash when loading templates in German locale
  • Templates reference the correct libraries now
  • Projects created from templates are no longer read only
  • #227 Paladin respects system colours
  • #257 Paladin project file now uses correct relative folder for Includes
  • #325 Status bar always draws immediately
  • #329 Source Group creation and removal now works as expected
  • #322 Tested build on Haiku Beta 1.
  • #280 Paladin can now build itself with debug info
  • #283 Added guard for B_SCROLL_VIEW_AWARE which cannot build on Haiku Beta1

2.5 Release of Paladin IDE

17 Dec 21:35
f8b0fe7
Compare
Choose a tag to compare
  • Added missing Locales
  • FIxed broken build on Haiku Beta issue

2.4 Release of Paladin IDE

16 Dec 16:50
ef42b06
Compare
Choose a tag to compare

Fixes broken 2.3 build

2.3 Release of Paladin IDE

16 Dec 01:09
403d5a4
Compare
Choose a tag to compare

New enhancements:-

  • Added more samples from DarkWyrm's online tutorials #194
  • Quick file find window now supports file abbreviations E.g. typing 'qfw' finds 'QuickFindWindow.cpp' #268
  • A build now generates a standard compile_commands.json file at the same level as the pld project file (used by other tools outside of Paladin) #278

2.2 Release of the Paladin IDE

13 Dec 19:32
a27058b
Compare
Choose a tag to compare

Enhancements

  • Project file locator, aka Quick Find, command added - Alt+F, type part of a file name, use up/down arrows and hit enter to open a file
  • System library search now include system develop libraries
  • Saving a project file now saves in a consistent order, minimising version control changes to PLD files
  • When opening a project file on 64 bit or 32 bit, the correct libraries are added automatically, and do so without now warning about every single library change
  • Added framework for future unit tests and code coverage validation during development of Paladin

Bugs fixed

  • Saving a project now correctly references libraries with a leading slash character

2.1 Release of the Paladin IDE

02 Dec 22:46
f2f494d
Compare
Choose a tag to compare

Minor release

  • Added translation edits
  • Confirm working against the latest nightly build of Haiku

2.0 Release of the Paladin IDE for Haiku

02 Nov 14:39
41c8ec8
Compare
Choose a tag to compare

Changes in Paladin 2.0

New Features

  • Dependencies (Header files) automatically calculated and shown in Project List
  • Abstracted platform specific library paths (x86 vs x64) from Project file, hence a major release as these new project files won't open in older versions of Paladin (older project files can be opened by this version)
  • 13 enhancements in total, many minor in this release around UI/UX

Bug fixes