forked from danlucraft/redcar
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES
More file actions
165 lines (126 loc) · 4.72 KB
/
CHANGES
File metadata and controls
165 lines (126 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
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.
* 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.
* Forward search: wraps, regex option, match case option.
* Very raw edit preferences command (Show me the YAML!)
* Help > About command
Internal changes:
* Keybindings are now stored in Keymap objects.
* Speedbar now uses an EditView for textboxes.
* Speedbars can have combos in them.
* Speedbars have access to the properties of the widgets in them.
* Added tab and escape key handler support to the EditView.
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)
==============================
New features:
* Dialog API for plugins and commands to use.
* Speedbar API for plugins and commands to use (e.g. Goto Line command).
* Remembers last directory when opening a file/directory. (thanks Roger Pack)
* Word movement (alt-left, alt-right) now works as it should in an editor for
programmers.
* Very simple forward search command.
* Somewhat faster startup time.
* Nicer error message when jruby jar is missing.
* Goto Line command
* Select All and Select Line commands.
* Cut and Copy will take the line if there is no selection
* Block typing mode
* Auto completion
* HTML View, with Ruby/JavaScript interface, to write plugins in HTML+CSS+JS.
* PluginManagerUI plugin, running on the HTML View.
Internal changes:
* Ported plugins to plugin_manager gem (github.com/danlucraft/plugin_manager)
* Pure Ruby clipboard and Copy/Cut/Paste commands.
Fixes:
* The show more tabs menu in a notebook is handled properly.
* Deleting a lot of lines no longer causes the last few to lose highlighting.
* Clojure highlighting works.
* HTML colours no longer 'bleed' past the tags
Version 0.3.1dev (9 Jan 2010)
=============================
Enhancements:
* Fuzzy file finder.
* Directory tree refreshes on window focus.
* Keybindings to switch tabs and notebooks.
* Undo/redo.
* Home/end keys.
* Modified tabs have little stars before their names.
* Increase indent and decrease indent commands (need further work).
* Themes support bold, italic and underline again.
* All commands are greyed out when inapplicable.
* Files can not be opened twice.
* Added Java, Perl and Ruby on Rails bundles.
* New simpler way for bundles to add commands to menus (used in repl.rb)
* New "redcar install" command to download jars.
Fixes:
* Change key logic in JavaMateView - should fix a bunch of subtle highlighting bugs.
* Runs on Java 5.
* Open Directory doesn't log an error if you cancel.
Version 0.3.0dev (25 Dec 2009)
==============================
Rewritten in JRuby/SWT.
Enhancements:
* _Much_ simpler installation: packaged as a gem.
* Faster highlighter
* Fewer bugs
* Clearer architecture
* Multiple window/project support.
Version 0.2 (28 May 2009)
=========================
New features, enhancements:
* Fuzzy file finder notices new files and runs MUCH faster.
* Undo close tab (Ctrl+Shift+T)
* Type " or ( or [ etc to wrap selection in pair.
* Warm startup 3 times faster.
* Added Incremental Search menu item.
* Now prompts to save if file is modified when closed.
* HtmlTab now uses Webkit instead of Mozilla
* Convert case commands
* Keybindings match up with Gnome better (Ctrl+C/V)
* Added Scala and Haskell bundles.
* Added theme from Railscasts
Bug fixes:
* Fixed Jaunty DBus bug (no more --multiple-instance!) (#60)
* Fixed paste-over bug (#74)
* Fixed bug that allows multiple project tabs (#69)
* Fixed so only one copy of a file can be open (#62)
* Fixed file finder not finding new files
* Fixed silently failing to save when bad permissions (#10)
New contributors:
* Mark Wilkinson
* Pat Ciambrone
* poweradapter
* Henrik Hodne
Version 0.1 (6 April 2009)
==========================
http://redcareditor.com/releases/redcar-0.1.tar.gz
First release.
Features:
* Textmate syntax highlighting
* Textmate snippets
* Text, Source, Ruby Textmate commands + some others
* Project pane
Contributors:
* Daniel Lucraft
* Cairo Noleto