v2.1.0 released · SourceCode/SublimeCodeIntel@ab86f84 · GitHub
Skip to content

Commit ab86f84

Browse files
committed
v2.1.0 released
1 parent 3a5dcfd commit ab86f84

4 files changed

Lines changed: 58 additions & 8 deletions

File tree

SublimeCodeIntel.py

Lines changed: 1 addition & 1 deletion

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"2.0.3": "messages/2.0.3.txt",
1010
"2.0.4": "messages/2.0.4.txt",
1111
"2.0.5": "messages/2.0.5.txt",
12-
"2.0.6": "messages/2.0.6.txt"
12+
"2.0.6": "messages/2.0.6.txt",
13+
"2.1.0": "messages/2.1.0.txt"
1314
}

messages/2.1.0.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
SublimeCodeIntel v2.1.0 Release Notes
2+
=====================================
3+
I'd like to extend a big thank you to wizza-smile for his hard work towards
4+
improving SublimeCodeIntel, without his help this realease wouldn't have been
5+
possible.
6+
7+
!!!!!!!!!!!!!!!!!!!!!!!!!! HELP WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8+
Maintaining this project is hard, I do it in my spare time, but I'm
9+
alone. If anyone is interested in contributing, please contact me. I
10+
really need much more help maintaining SublimeCodeIntel.
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
[Restart Sublime Text after reading this. In case of trouble, please read the Troubleshooting section in the README]
14+
15+
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
16+
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
17+
18+
If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html
19+
20+
21+
For more information:
22+
---------------------
23+
Please take the time to read the documentation:
24+
25+
* Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
26+
27+
28+
CHANGES/FIXES
29+
-------------
30+
31+
+ New settings concept. Settings can now be defined in *.sublime-project file
32+
33+
+ Define the directory, where your projects codeintel database should reside (new setting "codeintel_database_dir")
34+
35+
+ Sublime style word completions from buffer (new setting "codeintel_word_completions" possible values: "buffer", "all" or "none")
36+
37+
+ cCmpletions are now showing user-defined snippets (the way its supposed to be, isnt it?)
38+
39+
+ PHP local variables support
40+
41+
+ PHP static variables support
42+
43+
+ PHP completions from HTML embedded blocks
44+
45+
+ Fix the "codeintel_scan_exclude_dir" setting (it was doing nothing at all so far!)
46+
47+
+ Improved speed for PHP completions dramatically by fixing the number of import libs
48+
49+
+ No longer crashes when saving settings file

packages.json

Lines changed: 6 additions & 6 deletions

0 commit comments

Comments
 (0)