Skip to content

Commit

Permalink
Updated CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed Feb 17, 2010
1 parent d4e38a5 commit 662011b
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions CHANGES
Expand Up @@ -4,16 +4,22 @@ Version 0.3.3dev (TBA)

New features:

* FindFileDialog:
- opens with a list of files opened this session.
- caches file list between invocations (cleared on window focus)
* Can autocomplete with a menu popup.
* Opens files and folders passed on the command line.
* Reopens last open directory on startup.
* FindFileDialog opens with a list of files opened this session.
* Can autocomplete with a menu popup (thanks Sam Clopton).
* Single instance support: redirects to currently open instance if any.
* Tab stops:
- Can set tab width for open tab.
- Default tab width is remembered per language.
- Soft tabs.
- Default soft/hard option is remembered per language.
* Added 'encryption' plugin, mainly as an example.
* Opens files and folders passed on the command line.
* Quick open: redirects to currently open instance if any.
* Can set tab width for open tab.
* Default tab width is remembered per language.
* Can choose soft or hard tabs for open tab.
* Default soft/hard option is remembered per language.
* Forward search: wraps, regex option, match case option.
* Very raw edit preferences command (Show me the YAML!)
* Help > About command

Internal changes:

Expand All @@ -27,6 +33,13 @@ Fixes:

* Fixed some highlighter bugs.
* Search searches last line in doc.

New contributors:

* Mat Schaffer
* Felipe Coury
* Sam Clopton
* Roger D Pack

Version 0.3.2dev (23 Jan 2010)
==============================
Expand Down

0 comments on commit 662011b

Please sign in to comment.