public
Description: A cross-platform programmer's editor written in Ruby.
Homepage: http://redcareditor.com
Clone URL: git://github.com/danlucraft/redcar.git
redcar / CHANGES
100644 73 lines (52 sloc) 1.63 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
 
Version 0.3 (TBA)
=================
 
New features, enhancements:
 
  * Autocompletion (hit Escape)
  * Select Word command
 
New contributors:
 
  * aokai
  * Silvio Heuberger (kung_foo)
  * itrekkie
 
Planned:
 
  * Performance improvements
  * Less fucked up indenter
  * Embedded project pane
  * Rails, RSpec, Cucumber, Clojure bundles supported
 
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