|
|
Line 1: |
Line 1: |
| The project roadmap outlines the future goals and milestones of the bluefish project. | | The project roadmap outlines the future goals and milestones of the bluefish project. |
|
| |
|
| == 1.0 branch (old stable) == | | == 2.2.5 == |
| | * faster syntax scanning after small changes to the text |
| | * fix for a corner case in search and replace where nothing was replaced |
| | * '''.... restore needed after our wiki went down!!!!!!''' |
|
| |
|
| === Version 1.0.8 ?===
| | == beyond our planning horizon == |
| * translation updates
| |
| * enchant compatibility
| |
| | |
| | |
| == 2.0 branch (current stable) ==
| |
| | |
| === development for 2.0.1 ===
| |
| [https://bugzilla.gnome.org/buglist.cgi?query_format=advanced;order=Importance;bug_status=RESOLVED;bug_status=VERIFIED;product=bluefish;target_milestone=2.0.1 | all closed bugreports with milestone 2.0.1]
| |
| | |
| * column indicator (a vertical line at e.g. 80 characters) -> done
| |
| * template manager (that support multiple templates, and a project just sets the default one) -> 90% done
| |
| * improved spell check (such as add your own words to the dictionary) -> done
| |
| * tab/shift-tab can be used to indent/unindent a selected block
| |
| * experimental native MAC OSX build with OSX integration -> 50% done
| |
| * external commands and filters on windows -> temp files and pipes don't work, the rest mostly works
| |
| * improved windows installer for normal and system wide installs -> mostly done, except for upgrading the current installer
| |
| * remove libpcre dependency -> done
| |
| | |
| === development for 2.0.2 ===
| |
| | |
| [https://bugzilla.gnome.org/buglist.cgi?query_format=advanced;order=Importance;bug_status=RESOLVED;bug_status=VERIFIED;product=bluefish;target_milestone=2.0.2 | all closed bugreports with milestone 2.0.2]
| |
| | |
| * various small fixes
| |
| * small language file improvements
| |
| * upgrade deprecated gtkitemfactory to gtkuimanager for future gtk-3 compatibility
| |
| * remove old tooltips code and main_v->tooltips
| |
| * new "jump" feature
| |
| * auto-indenting now also supports outdenting
| |
| | |
| === development for 2.0.3 ===
| |
| * faster scrolling
| |
| * slightly faster syntax highlighting
| |
| * initial work towards gtk3
| |
| * new translations: Hungarian and Nynorsk
| |
| * several new syntax definition files
| |
| * better 'toggle comment' feature
| |
| | |
| === development for 2.0.4 ===
| |
| * faster syntax scanning
| |
| * less memory usage for syntax cache
| |
| * more work towards gtk3 or even complete gtk3 support
| |
| | |
| === beyond that ===
| |
|
| |
|
| * clipboard history | | * clipboard history |
| * undo redo browser | | * undo redo browser |
|
| |
| == New development branch beyond 2.0 ==
| |
|
| |
|
| some ideas: | | some ideas: |
| * rewrite of search and replace backend with options like
| |
| ** highlight all matches in the text
| |
| ** allow forward and backward searching
| |
| * completion of words in current document | | * completion of words in current document |
| * storing undo/redo information in the project file | | * storing undo/redo information in the project file |
The project roadmap outlines the future goals and milestones of the bluefish project.
2.2.5
- faster syntax scanning after small changes to the text
- fix for a corner case in search and replace where nothing was replaced
- .... restore needed after our wiki went down!!!!!!
beyond our planning horizon
- clipboard history
- undo redo browser
some ideas:
- completion of words in current document
- storing undo/redo information in the project file