Project Roadmap: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
=== 2.0.1 === | === 2.0.1 === | ||
* column indicator (a vertical line at e.g. 80 characters) | * 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) | * 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) | * improved spell check (such as add your own words to the dictionary) -> done | ||
* experimental native MAC OSX build with OSX integration -> 50% done | |||
* improved windows installer for normal and system wide installs -> status unknown | |||
=== beyond 2.0.1 === | === beyond 2.0.1 === |
Revision as of 15:05, 11 March 2010
The project roadmap outlines the future goals and milestones of the bluefish project.
1.0 branch (old stable)
Version 1.0.8 ?
- translation updates
- enchant compatibility
2.0 branch (current stable)
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
- experimental native MAC OSX build with OSX integration -> 50% done
- improved windows installer for normal and system wide installs -> status unknown
beyond 2.0.1
- clipboard history
- undo redo browser
New development branch beyond 2.0
some ideas:
- rewrite of search and replace backend using glib regex functions (drop pcre3-dev requirement), with options like
- highlight all matches in the text
- allow forward and backward searching
- completion of words in current document
- storing undo/redo information in the project file