File tree Expand file tree Collapse file tree 4 files changed +50
-10
lines changed
Expand file tree Collapse file tree 4 files changed +50
-10
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,11 @@ v3.0.0 (unreleased, alpha):
186186 Needs to install CodeIntel with pip: `pip install codeintel `
187187
188188
189+ v2.1.9 (2015-03-21):
190+
191+ + Fixed issue with codeintel_enabled()
192+
193+
189194v2.1.8 (2015-03-18):
190195
191196+ Fixed issue with is_enabled()
Original file line number Diff line number Diff line change 1818 "2.1.5" : " messages/2.1.5.txt" ,
1919 "2.1.6" : " messages/2.1.6.txt" ,
2020 "2.1.7" : " messages/2.1.7.txt" ,
21- "2.1.8" : " messages/2.1.8.txt"
21+ "2.1.8" : " messages/2.1.8.txt" ,
22+ "2.1.9" : " messages/2.1.9.txt"
2223}
Original file line number Diff line number Diff line change 1+ SublimeCodeIntel v2.1.9 Release Notes
2+ =====================================
3+
4+ A full-featured code intelligence and smart autocomplete engine for Sublime Text.
5+ (Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
6+
7+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HELP WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8+ !! Maintaining this project is hard, I do it in my spare time, but I'm !!
9+ !! basically all alone. If anyone is interested in contributing, please !!
10+ !! contact me. I really need much more help maintaining SublimeCodeIntel !!
11+ !! !!
12+ !! Follow me on twitter @germbravo !!
13+ !! You can find us at #sublimecodeintel on irc.freenode.net !!
14+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
15+
16+ ** Restart Sublime Text after reading this **
17+
18+ In case of trouble, please read the Troubleshooting section in the README.
19+
20+ If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html
21+
22+
23+ For more information:
24+ ---------------------
25+ Please take the time to read the documentation:
26+
27+ * Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
28+
29+
30+ CHANGES/FIXES
31+ -------------
32+ v2.1.9 (2015-03-21):
33+
34+ + Fixed issue with codeintel_enabled()
Original file line number Diff line number Diff line change 1313 "releases" : [
1414 {
1515 "sublime_text" : " <3000" ,
16- "version" : " 2.1.8 " ,
17- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.8 .zip" ,
18- "date" : " 2015-03-18 00:00:00"
16+ "version" : " 2.1.9 " ,
17+ "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.9 .zip" ,
18+ "date" : " 2015-03-21 00:00:00"
1919 },
2020 {
2121 "sublime_text" : " >=3000" ,
22- "version" : " 2.1.8 +st3" ,
23- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.8 +st3.zip" ,
24- "date" : " 2015-03-18 00:00:00"
22+ "version" : " 2.1.9 +st3" ,
23+ "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.9 +st3.zip" ,
24+ "date" : " 2015-03-21 00:00:00"
2525 },
2626 {
2727 "sublime_text" : " *" ,
28- "version" : " 3.0.0-alpha1 " ,
29- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v3.0.0-alpha1 .zip" ,
30- "date" : " 2015-03-18 00:00:00"
28+ "version" : " 3.0.0-alpha2 " ,
29+ "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v3.0.0-alpha2 .zip" ,
30+ "date" : " 2015-03-21 00:00:00"
3131 }
3232 ]
3333 }
You can’t perform that action at this time.
0 commit comments