|
| 1 | +2012.09.17, Version 0.1.0 |
| 2 | + |
| 3 | +* New Features |
| 4 | + - Multiple cursors and selections (https://c9.io/site/blog/2012/08/be-an-armenian-warrior-with-block-selection-on-steroids/) |
| 5 | + - Fold buttons displayed in the gutter |
| 6 | + - Indent Guides |
| 7 | + - Completely reworked vim mode (Sergi Mansilla) |
| 8 | + - Improved emacs keybindings |
| 9 | + - Autoclosing of html tags (danyaPostfactum) |
| 10 | + |
| 11 | +* 20 New language modes |
| 12 | + - Coldfusion (Russ) |
| 13 | + - Diff |
| 14 | + - GLSL (Ed Mackey) |
| 15 | + - Go (Davide Saurino) |
| 16 | + - Haxe (Jason O'Neil) |
| 17 | + - Jade (Garen Torikian) |
| 18 | + - jsx (Syu Kato) |
| 19 | + - LaTeX (James Allen) |
| 20 | + - Less (John Roepke) |
| 21 | + - Liquid (Bernie Telles) |
| 22 | + - Lua (Lee Gao) |
| 23 | + - LuaPage (Choonster) |
| 24 | + - Markdown (Chris Spencer) |
| 25 | + - PostgreSQL (John DeSoi) |
| 26 | + - Powershell (John Kane) |
| 27 | + - Sh (Richo Healey) |
| 28 | + - SQL (Jonathan Camile) |
| 29 | + - Tcl (Cristoph Hochreiner) |
| 30 | + - XQuery (William Candillion) |
| 31 | + - Yaml (Meg Sharkey) |
| 32 | + |
| 33 | + * Live syntax checks |
| 34 | + - for XQuery and JSON |
| 35 | + |
| 36 | +* New Themes |
| 37 | + - Ambiance (Irakli Gozalishvili) |
| 38 | + - Dreamweaver (Adam Jimenez) |
| 39 | + - Github (bootstraponline) |
| 40 | + - Tommorrow themes (https://github.com/chriskempson/tomorrow-theme) |
| 41 | + - XCode |
| 42 | + |
| 43 | +* Many Small Enhancements and Bugfixes |
| 44 | + |
1 | 45 | 2011.08.02, Version 0.2.0 |
2 | 46 |
|
3 | 47 | * Split view (Julian Viereck) |
|
27 | 71 | - SCAD (Jacob Hansson) |
28 | 72 |
|
29 | 73 | * Live syntax checks |
30 | | - - Lint for Css using CSS Lint <http://csslint.net/> |
| 74 | + - Lint for CSS using CSS Lint <http://csslint.net/> |
31 | 75 | - CoffeeScript |
32 | 76 |
|
33 | 77 | * New Themes |
34 | 78 | - Crimson Editor (iebuggy) |
35 | 79 | - Merbivore (Michael Schwartz) |
36 | 80 | - Merbivore soft (Michael Schwartz) |
37 | | - - Solarized dark/light <http://ethanschoonover.com/solarized> (David Alan |
38 | | - Hjelle) |
| 81 | + - Solarized dark/light <http://ethanschoonover.com/solarized> (David Alan Hjelle) |
39 | 82 | - Vibrant Ink (Michael Schwartz) |
40 | 83 |
|
41 | 84 | * Small Features/Enhancements |
|
48 | 91 | highlight are not affected (Irakli Gozalishvili) |
49 | 92 | - Added setFontSize method |
50 | 93 | - Improved vi keybindings (Trent Ogren) |
51 | | - - When unfocused make cursor transparent instead of removing it (Harutyun |
52 | | - Amirjanyan) |
53 | | - - Support for matching groups in tokenizer with arrays of tokens (Chris |
54 | | - Spencer) |
| 94 | + - When unfocused make cursor transparent instead of removing it (Harutyun Amirjanyan) |
| 95 | + - Support for matching groups in tokenizer with arrays of tokens (Chris Spencer) |
55 | 96 |
|
56 | 97 | * Bug fixes |
57 | 98 | - Add support for the new OSX scroll bars |
58 | 99 | - Properly highlight JavaScript regexp literals |
59 | 100 | - Proper handling of unicode characters in JavaScript identifiers |
60 | 101 | - Fix remove lines command on last line (Harutyun Amirjanyan) |
61 | 102 | - Fix scroll wheel sluggishness in Safari |
62 | | - - Make keyboard infrastructure route keys like []^$ the right way (Julian |
63 | | - Viereck) |
| 103 | + - Make keyboard infrastructure route keys like []^$ the right way (Julian Viereck) |
64 | 104 |
|
65 | 105 | 2011.02.14, Version 0.1.6 |
66 | 106 |
|
|
0 commit comments