Changes for Farabi: The Modern Perl Editor
0.37 2013-02-16
[FIXED]
- Fixed Perl::Critic to work with the new problems tab
[CHANGED]
- Farabi is now a modern Perl IDE instead of an editor
- Add source column to problems table
- JSHint automatically analyzes statically javascript files and
adds JS problems to the problems tab
- Updated documentation
- Diff and Patch files extensions are shown in diff CodeMirror mode
[REMOVED]
- Remove the experimental note warning from the documentation
0.36 2013-02-15
[FIXED]
- Fixed Firefox copy/paste regression; enabled text selection until CodeMirror Issue #1250 '-moz-user-select Firefox Copy/Paste bug' is fixed
- Fixed INI and LOG files to be shown in plain mode instead of Perl
- Fixed remaining Open file to Open file(s) missed text
- Fixed Problems tab to be scrollable
- Fixed various JS bugs by downgrade to jQuery 1.8.3 from buggy jQuery 1.9.1
[CHANGED]
- Problems are now sorted by line number
- Added 'perlbrew exec' run option
- Added CheckChangesHasContent to dist.ini
- Added JavaScript code documentation
[REMOVED]
- Removed unneeded files
- Cleanup old run dialog runtimes
0.35 2013-02-09
[FIXED]
- Plugin manager is now websocket enabled
- About dialog now prints "development release" when there is no version
- ALT-A now trigger actions dialog when outside the editor focus
[CHANGED]
- Syntax check action now works instead of "TODO"
- Add Problems tab and automatic syntax checking of Perl files
- Disable text selection with mouse drag
- About dialog table rows are now sorted
- Simplify editor statistics UI
- Problems status is shown in editor statistics and clicking on the red
problem button opens the problems tab
- Disabled automatic pod update until it works with syntax check
- Syntax check adds a line widget under the error/warning line. Clicking on it
opens the problems tab
- Problems table is now clickable and when clicked, the problematic line is focused
- POD tab is updated on each click of its it
[REMOVED]
- Removed useless pod checking
- Removed run coffeescript support
- Removed unfinished Niecza support
- Removed unfinished run Perlito6 support
- Removed unused sample script template
- Removed unneeded JavaScript test and HTML files from CodeMirror
0.34 2013-02-09
[FIXED]
- Add missing package version that caused 0.33 to be broken
- Fixed abstract for bin/farabi
0.33 2013-02-09
[FIXED]
- Bug fix: Exit code is now returned correctly when a script is run
[CHANGED]
- Moved to Dist::Zilla to save my time
- Upgrade Bootstrap to 2.3.0
- Add a "connection status" red/green button on the right
- The websocket connection is retried automatically upon close
- Actions link is now a blue button
- Better hover effect on close tab and add new tab icons
0.32 2013.2.8
[CHANGED]
- Open File is now 'Open File(s)' and supports opening one or more files
- Farabi uses websockets instead of stateless POST requests
- When a file is opened, it is added or its timestamp is updated
in the recent list table
- Fix Firefox workaround: Escape key kills the websocket connection.
[FIXED]
- Fix: run dialog was not showing any output after a successful run
[REMOVED]
- Remove obsolete unsafe feature environment support
- Remove unimplemented "Open URL" action
- Remove old POST actions that were migrated to websockets
0.31 2013.2.6
- Less left and right margin space. More horizontal space
- Less top/bottom/left space on the actions link. More vertical space.
- Focus on output tab when dump ppi or run Perl is used
- "POD Viewer?" on/off option is now "Right Side Shown?" on/off checkbox
- Output textarea is now a CodeMirror readonly editor
- Plugin manager now works but plugins fail to load because of a reload issue
- use Moo in all future plugins
0.30 2013.2.6
- More vertical space to the left-side editor. Output and POD
Preview are right-side tabs to utilize wide-screen resolutions.
- Less module dependencies
- Farabi database is now created with the recent list table
- Started to remove help documentation index autocompletion.
The feature will be replaced by a simple and standard perldoc lookup.
Each project will have a Perl runtime version and therefore will
use the runtime's perldoc command
- Plugin Manager is broken at the moment. A farabi plugin now reports
back required dependencies after creation.
- Upgrade to jQuery 1.9.1
- Added more documentation
0.29 2013.1.29
- Fixed missing MANIFEST in 0.28
0.28 2013.1.28
- Added Plugin Manager which displays the Farabi plugins at the moment.
- When a tab is shown, let us update current editor id.
This fixes a lot of file save/run bugs.
- Added dummy plugins for Perl::Critic and Perl::Tidy support
- Require Module::Pluggable 4.5 instead of 4.6 (Thanks to kevin dawson)
- Perl and Javascript code refactor
0.27 2013.1.27
- Updated copyright for 2013
- Added more license documentation
- Added "Dump PPI Tree" action
- Added MediaWiki::API to dependencies for the future Rosetta
code browser feature
0.26 2013.1.26
- Add Find duplicate code dialog
- Added Code::CutNPaste to dependencies
- Increased the size of the Run dialog runtime list
from 5 to 10 elements
0.25 2013.1.26
- Run CoffeeScript in your browser using Farabi
- Default to 'Perl' instead of Perlito in the run dialog
- When there is no extension, default to 'plain' text
- Fixed redundant no_index entries and added lib/Farabi/files to it
- "what sri says - don't do it." Do not use internal mojo jquery :)
- Fix various focus after modal dialog fade in animations
- Less file extension regex weirdness
- Fix close file bug after closing an open file
- Fix package name for Farabi::Plugin::Debug
0.24 2013.1.26
- Fix CREDITS markdown
- Fix Perl warning about variable redeclaration
- Upgrade to CodeMirror 3.02
- Remove the "Editor" line
- Added an empty Perl 5 Debugger plugin
- Added Module::Pluggable to list of dependencies
- Remove the '*' after the tab name after a successful save
- First implementation of a save file action
- Add modal dialog fade effect for all dialogs
- Fix a bug with icon remove
- Added the "new file" button which is shown to the right of the editor tabs (like chrome)
- Smaller tabs
0.23 2013.1.2
- Devel::REPL is now supported if installed as an internal in-process REPL
- Disable all form submission to prevent UI from refreshing by mistake on ENTER key
- When the a file is closed and it not clean we need to popup a save confirmation dialog
- Various stability and refactorings into a better close file/files action
- More fixes to the REPL dialog
- Untitled editors are considered Perl by default
- Close the last editor tab create a new Untitled one
- Added * after an editor tab name if is modified
- Add the initial implementation of save file
- REPL command output is now readonly in REPL dialog
- Added Close File and Close All Files.
- Fix mode selection bug when open a file that is not perl
- Added a feature to accept a directory parameter to find-file
0.22 2012.12.24
- New file opens an empty "Untitled %d" new tab
- Open file action opens a file in a new tab
0.21 2012.12.24
- Refactored dialogs client-side JS code into their seperate files
- Implemented global window.ChangeMode and window.GetCurrentEditor
- Scroll always to the bottom in the REPL dialog
- Fix extra newline line in REPL dialog
- Add more source documentation
- Add New file (dummy at the moment)
- ENTER in the open file or action dialog opens the file or action
- Prevent Action field from being autocompleted and fix weird
event consumption bug with actions dialog
- Support Niecza, perl6 and re.pl (Devel::REPL)
0.20 2012.12.23
- Read-Eval-Print-Loop (REPL) dialog is here and
currently support rakudo Perl 6
- Refactor each dialog HTML into its own dialog HTML template.
- Enter key in the actions dialog runs the action now.
- Added action help text to actions dialog.
- Added IPC::Run to dependencies for REPL feature.
0.19 2012.12.21
- Actions dialog UI refactored.
- Dialog Close buttons are blue and cancel buttons are orange.
- Enable unsafe features by default. Yes we're unsecure by default :)
- HTTP actions should use hyphen instead of underscore.
- Perl Critic is not run by default on every change.
- Perl Critic command now says alerts the result after execution.
- Set proper editor syntax highlighting based on extension.
- Open file dialog is here (a farabi6 feature port).
- Update README about listening to a different TCP port.
0.18 2012.12.20
- Fix experimental Actions dialog to actually work
- Remove tab-based look and feel
- Every action in Farabi can be triggered by the Actions dialog
(Alt-A).
0.17 2012.12.16
- Remove unneeded CodeMirror mode tests html and css files.
- Fix RELEASE_TESTING=1 xt/eol.t bug.
- Experimental Actions dialog that has autocomplete (type-ahead)
0.16 2012.12.13
- Fixed failure in `RELEASE_TESTING=1 make test`
0.15 2012.12.10
- Allow scripts to be posted to Farabi (Thanks to Toby Inkster).
- Added File::Which and Debug::Client to dependencies.
- Ability to run PIR scripts on Parrot virtual machine.
- Updated to CodeMirror v3.0 stable
0.14 2012.12.9
- Options tab is now a dialog
- Run with different Perl, Perl 6 runtimes under unsafe operations
- More farabi6 functionality backported: New file, Open URL, Open file,
and syntax check.
- Update Bootstrap to version 2.2.2
0.13 2012.12.9
- Added Perlito 6 javascript runtime and update Perlito 5 javascript runtime to 5.014001 (2012-12-09)
- Removed Humane.js notification library. Basically it becomes annoying
- Add Perl 6 mode to language mode selector
- Updated to CodeMirror 3.0rc2
0.12 2012.12.9
- Removed git files from distribution that was introduced in 0.11
- Added CREDITS.md and LICENSE
- Added "POD Viewer" show/hide option (Thanks to Joel Berger)
- Added "Run on Server" option that is enabled by FARABI_UNSAFE environment variable
(Thanks to Toby Inkster)
0.11 2012.12.9
- Moved to Github instead of Google Code
0.10 2012.9.20
- Fix xt/eol.t for CPAN testers with RELEASE_TESTING enabled (CPAN testers; Thank you)
0.09 2012.9.19
- Added missing File::Find::Rule to dependencies (Yuni Kim; Thank you)
- Added missing Test::EOL and Test::More dependencies
- Update CodeMirror to 20481c3 for more bug fixes
0.08 2012.9.16
- Added a help icon over the annotated line
- Bigger side-by-side POD preview
- Bigger editor
- Perl mode is by default selected
- Dynamically load CodeMirror themes
- Run perl critic on severity option change
- Better editor statistics. More Humane :)
- Add POD checking using Pod::Checker
- Perl Critic and pod checking are performed on every editor change
- Removed pod check and critique code buttons. There are always run in the background.
- Removed humane.js notification noise from perl critic and checker
- Added proper POD check and Perl::Critic under-the-line annotations
- 20% smaller minified Perlito 5
- Improved documentation
- Perl::Critic violations are shown under the line where they occurred and when clicked
they open the detailed dialog for that violation.
- Switched to development CodeMirror v3 branch
- Updated sample script POD by Kevin dawson (bowtie++)
- Added Perl 5.10.1 requirement at the beginning because Mojolicious already defines that. We do not want to fail later.
- Added 'Learn' tab
- Updated humane.min.js to 3.0.5
- A better about dialog that shows more technologies used version information
- Added dummy Perlito IO API implementation. use Modern::Perl; does not croak anymore but does nothing at the same time :)
- F5 is now "Run in browser". Please note that it is only active when the editor is focused.
- Fixed long-line-in-editor layout bug
- xt/eol.t (release testing) now checks all files for UNIX newlines.
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