File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,6 +180,13 @@ More information in SublimeCodeIntel/CodeIntelSources/`src <https://github.com/S
180180What's New
181181----------
182182
183+ v2.1.4 (2015-01-21):
184+
185+ + Improved compatibility with ST2
186+
187+ + PHP magic-methods tweaks ported from wizza-smile's fork
188+
189+
183190v2.1.3 (2015-01-20):
184191
185192+ Features and enhancements from wizza-smile's fork.
Original file line number Diff line number Diff line change 6262"""
6363from __future__ import print_function , unicode_literals
6464
65- VERSION = "2.1.3 "
65+ VERSION = "2.1.4 "
6666
6767import os
6868import re
Original file line number Diff line number Diff line change 1313 "2.1.0" : " messages/2.1.0.txt" ,
1414 "2.1.1" : " messages/2.1.1.txt" ,
1515 "2.1.2" : " messages/2.1.2.txt" ,
16- "2.1.3" : " messages/2.1.3.txt"
16+ "2.1.3" : " messages/2.1.3.txt" ,
17+ "2.1.4" : " messages/2.1.4.txt"
1718}
Original file line number Diff line number Diff line change 1+ SublimeCodeIntel v2.1.4 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.4 (2015-01-21):
33+
34+ + Improved compatibility with ST2
35+
36+ + PHP magic-methods tweaks ported from wizza-smile's fork
Original file line number Diff line number Diff line change 11SublimeCodeIntel
22================
3- [Restart Sublime Text after reading this. In case of trouble, please read the Troubleshooting section in the README]
43
54A full-featured code intelligence and smart autocomplete engine for Sublime Text.
65(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
76
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+
820If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html
921
1022
Original file line number Diff line number Diff line change 1313 "releases" : [
1414 {
1515 "sublime_text" : " <3000" ,
16- "version" : " 2.1.3 " ,
17- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.3 .zip" ,
18- "date" : " 2015-01-20 00:00:00"
16+ "version" : " 2.1.4 " ,
17+ "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.4 .zip" ,
18+ "date" : " 2015-01-21 00:00:00"
1919 },
2020 {
2121 "sublime_text" : " >=3000" ,
22- "version" : " 2.1.3 +st3" ,
23- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.3 +st3.zip" ,
24- "date" : " 2015-01-20 00:00:00"
22+ "version" : " 2.1.4 +st3" ,
23+ "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.4 +st3.zip" ,
24+ "date" : " 2015-01-21 00:00:00"
2525 }
2626 ]
2727 }
You can’t perform that action at this time.
0 commit comments