Changes for Farabi
0.07 2012.9.10
- Added POD tab that automatically shows editor POD as HTML in realtime
- Added Help and about dialog
- Various HTML fixes that fix the long editor bug
- Improved documentation
0.06 2012.9.8
- Added a search engine selector: Local Help (current working), MetaCPAN and CPAN Search (for the future)
- Added an example on how to use a different port.
- Preserve newlines with <br/> for Perl::Critic diagnostics
- Remove breakpoints unused feature
- Trim whitespace while searching
- Display editor statistics at the bottom
- Changed the location of script/farabi into bin/farabi
- Added tab size numeric field
- New vertical UI for options and added line numbers on/off checkbox
- Added a simple line divider between perl critic results
- Better parameter validation
- Search autocompletion input is now visible above the editor
- Ability to change Perl::Critic severity in Options.
- Updated Perlito 5 runtime to fix some Perl compiler bugs. fglock++
- Add version information to header
- When a Perlito error occurs the log tab is shown.
- Added modules name search
- POD X<> index now includes all *.pm and *.pm on your local system instead of only the pod|pods folder
- Al-Farabi quote of the day is basically hidden after 8 seconds. bowtie++
- Refactored code
- Improved documentation
0.05 2012.9.6
- Added missing META.yml information to Makefile.PL
- Autocomplete X<> references in your local perl documentation
0.04 2012.9.5
- Stopped using jQuery UI. Frabi now uses Twitter Bootstrap
- Fixed output tab selection
- Better determination of perl POD/PODS path using @INC
- Lots of refactoring and UI changes
- Actions, options and help are shown on the left and the editor on the right
- In "Run in browser", Perlito 5 is now loaded at runtime instead of at startup
- Moved modes list creation into the Perl backend
- Rename Farabi::Controller into Farabi::Editor
- Remove ambiance theme since it changes the size of the view
- Completely remove "Compiled to JavaScript" tab
- Less dialogs. More simple perl critic and help search dialogs. They're modal now.
- Output and log is now visible in the lower pane
- Ctrl-1,... is not no longer used
0.03 2012.9.3
- Removed the concept of selector and started using Ctrl-1, Ctrl-2,..etc to
open actions, output, options and help dialogs
- Perl::Critic results dialog
0.02 2012.9.3
- More UI fixes
- Added Help about Frabi dialog
- F1 triggers a help search dialog that shows X<> references for that selection
0.01 2012.9.3
- Initial release to CPAN