File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,6 +149,13 @@ More information in SublimeCodeIntel/CodeIntelSources/`src <https://github.com/S
149149What's New
150150----------
151151
152+ v2.1.3 (2015-01-20):
153+
154+ + Features and enhancements from wizza-smile's fork.
155+
156+ + PHP completions within function brackets.
157+
158+
152159v2.1.2 (2015-01-16):
153160
154161+ Fixed issue with ordereddict in ST3 (Python 3).
Original file line number Diff line number Diff line change 6262"""
6363from __future__ import print_function , unicode_literals
6464
65- VERSION = "2.1.1 "
65+ VERSION = "2.1.3 "
6666
6767import os
6868import re
Original file line number Diff line number Diff line change 1212 "2.0.6" : " messages/2.0.6.txt" ,
1313 "2.1.0" : " messages/2.1.0.txt" ,
1414 "2.1.1" : " messages/2.1.1.txt" ,
15- "2.1.2" : " messages/2.1.2.txt"
15+ "2.1.2" : " messages/2.1.2.txt" ,
16+ "2.1.3" : " messages/2.1.3.txt"
1617}
Original file line number Diff line number Diff line change 1+ SublimeCodeIntel v2.1.2 Release Notes
2+ =====================================
3+
4+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HELP WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+ !! Maintaining this project is hard, I do it in my spare time, but I'm !!
6+ !! basically all alone. If anyone is interested in contributing, please !!
7+ !! contact me. I really need much more help maintaining SublimeCodeIntel !!
8+ !! Follow me on twitter @germbravo !!
9+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
11+ I'd like to continue extending a big THANK YOU to wizza-smile for his hard work
12+ towards improving SublimeCodeIntel, without his help this realease wouldn't have
13+ been possible.
14+
15+ ** Restart Sublime Text after reading this **
16+
17+ In case of trouble, please read the Troubleshooting section in the README.
18+
19+ A full-featured code intelligence and smart autocomplete engine for Sublime Text.
20+ (Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
21+
22+ If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html
23+
24+
25+ For more information:
26+ ---------------------
27+ Please take the time to read the documentation:
28+
29+ * Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
30+
31+
32+ CHANGES/FIXES
33+ -------------
34+ v2.1.3 (2015-01-20):
35+
36+ + Features and enhancements from wizza-smile's fork.
37+
38+ + PHP completions within function brackets.
Original file line number Diff line number Diff line change 1313 "releases" : [
1414 {
1515 "sublime_text" : " <3000" ,
16- "version" : " 2.1.2 " ,
17- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.2 .zip" ,
18- "date" : " 2015-01-16 00:00:00"
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"
1919 },
2020 {
2121 "sublime_text" : " >=3000" ,
22- "version" : " 2.1.2 +st3" ,
23- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.1.2 +st3.zip" ,
24- "date" : " 2015-01-16 00:00:00"
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"
2525 }
2626 ]
2727 }
You can’t perform that action at this time.
0 commit comments