v2.1.4 released · SourceCode/SublimeCodeIntel@79bd80c · GitHub
Skip to content

Commit 79bd80c

Browse files
committed
v2.1.4 released
1 parent 708d8ae commit 79bd80c

6 files changed

Lines changed: 65 additions & 9 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.3"
65+
VERSION = "2.1.4"
6666

6767
import os
6868
import re

messages.json

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

messages/2.1.4.txt

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

messages/install.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
SublimeCodeIntel
22
================
3-
[Restart Sublime Text after reading this. In case of trouble, please read the Troubleshooting section in the README]
43

54
A 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+
820
If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html
921

1022

packages.json

Lines changed: 6 additions & 6 deletions

0 commit comments

Comments
 (0)