v2.1.3 released · SourceCode/SublimeCodeIntel@4e554ef · GitHub
Skip to content

Commit 4e554ef

Browse files
committed
v2.1.3 released
1 parent e1b2b75 commit 4e554ef

5 files changed

Lines changed: 54 additions & 8 deletions

File tree

README.rst

Lines changed: 7 additions & 0 deletions

SublimeCodeIntel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"""
6363
from __future__ import print_function, unicode_literals
6464

65-
VERSION = "2.1.1"
65+
VERSION = "2.1.3"
6666

6767
import os
6868
import re

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
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
}

messages/2.1.3.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.

packages.json

Lines changed: 6 additions & 6 deletions

0 commit comments

Comments
 (0)