Skip to content

Commit b062430

Browse files
committed
Messages updated
1 parent a5ffafb commit b062430

File tree

4 files changed

+82
-71
lines changed

4 files changed

+82
-71
lines changed

messages.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
{
22
"install": "messages/install.txt",
3-
"1.2.0": "messages/1.2.0.txt",
4-
"1.3.0": "messages/1.3.0.txt",
5-
"1.4.0": "messages/1.4.0.txt",
6-
"2.0.0": "messages/2.0.0.txt",
7-
"2.0.1": "messages/2.0.1.txt",
8-
"2.0.2": "messages/2.0.2.txt",
9-
"2.0.3": "messages/2.0.3.txt",
10-
"2.0.4": "messages/2.0.4.txt",
11-
"2.0.5": "messages/2.0.5.txt",
12-
"2.0.6": "messages/2.0.6.txt",
13-
"2.1.0": "messages/2.1.0.txt",
14-
"2.1.1": "messages/2.1.1.txt",
15-
"2.1.2": "messages/2.1.2.txt",
16-
"2.1.3": "messages/2.1.3.txt",
17-
"2.1.4": "messages/2.1.4.txt",
18-
"2.1.5": "messages/2.1.5.txt",
19-
"2.1.6": "messages/2.1.6.txt",
20-
"2.1.7": "messages/2.1.7.txt",
21-
"2.1.8": "messages/2.1.8.txt",
22-
"2.1.9": "messages/2.1.9.txt",
23-
"2.2.0": "messages/2.2.0.txt"
3+
"2.2.0": "messages/2.2.0.txt",
4+
"2.2.0+st3": "messages/2.2.0.txt",
5+
"3.0.0-beta6": "messages/3.0.0.txt"
246
}

messages/2.2.0.txt

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
SublimeCodeIntel v2.2.0 Release Notes
2-
=====================================
3-
41
____ _ _ _ ____ _ ___ _ _
52
/ ___| _ _| |__ | (_)_ __ ___ ___ / ___|___ __| | ___|_ _|_ __ | |_ ___| |
63
\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | / _ \ / _` |/ _ \| || '_ \| __/ _ \ |
74
___) | |_| | |_) | | | | | | | | __/ |__| (_) | (_| | __/| || | | | || __/ |
85
|____/ \__,_|_.__/|_|_|_| |_| |_|\___|\____\___/ \__,_|\___|___|_| |_|\__\___|_|
9-
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
6+
A full-featured code intelligence and smart autocomplete engine for Sublime Text
107
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
118

129

@@ -23,13 +20,23 @@ A full-featured code intelligence and smart autocomplete engine for Sublime Text
2320
+------------------------------------------------------------------------------+
2421

2522

26-
Notes
27-
-----
23+
24+
SublimeCodeIntel
25+
================
26+
27+
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
28+
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
29+
30+
31+
32+
Release Notes for v2.2.0
33+
------------------------
2834

2935
For the next major version of SublimeCodeIntel (v3.0.0) you will have to ensure
3036
that CodeIntel package (https://pypi.python.org/pypi/CodeIntel) is installed on
3137
your system usually by using pip or easy_install. The Code intelligence will be
32-
handled by that package and the command ``codeintel`` it will install.
38+
handled by that package and the command ``codeintel`` it will install in your
39+
system.
3340

3441

3542
Please start trying to install the CodeIntel package as soon as possible to make

messages/3.0.0.txt

Lines changed: 49 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,66 @@
1-
SublimeCodeIntel v3.0.0 Release Notes
2-
=====================================
1+
____ _ _ _ ____ _ ___ _ _
2+
/ ___| _ _| |__ | (_)_ __ ___ ___ / ___|___ __| | ___|_ _|_ __ | |_ ___| |
3+
\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | / _ \ / _` |/ _ \| || '_ \| __/ _ \ |
4+
___) | |_| | |_) | | | | | | | | __/ |__| (_) | (_| | __/| || | | | || __/ |
5+
|____/ \__,_|_.__/|_|_|_| |_| |_|\___|\____\___/ \__,_|\___|___|_| |_|\__\___|_|
6+
A full-featured code intelligence and smart autocomplete engine for Sublime Text
7+
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
8+
9+
10+
+-------------------------------- HELP WANTED ---------------------------------+
11+
| Maintaining this project is hard, I do it in my spare time, but I'm |
12+
| basically all alone. If anyone is interested in contributing, please |
13+
| contact me. I really need much more help maintaining SublimeCodeIntel |
14+
| |
15+
| Follow me on twitter @germbravo |
16+
| You can find us at #sublimecodeintel on irc.freenode.net |
17+
| |
18+
| If you like SublimeCodeIntel, please make a donation: |
19+
| http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html |
20+
+------------------------------------------------------------------------------+
21+
22+
23+
24+
SublimeCodeIntel
25+
================
326

427
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
528
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
629

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-
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1530

16-
** Restart Sublime Text after reading this **
1731

18-
In case of trouble, please read the Troubleshooting section in the README.
32+
Release Notes for v3.0.0-beta6
33+
------------------------------
34+
35+
SublimeCodeIntel v3 requires the CodeIntel Package (which is a Python 2 package)
36+
[https://pypi.python.org/pypi/CodeIntel] and it should be installed on your
37+
system usually by using pip or easy_install. The Code Intelligence is handled by
38+
that package and the command ``codeintel`` it will install in your system.
39+
1940

20-
If you like SublimeCodeIntel, please make a donation:
21-
http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html
41+
SublimeCodeIntel v3.0.0-beta6 requires CodeIntel v0.9.3. Make sure it's updated!
42+
43+
1. Install Python 2 and pip (http://www.pip-installer.org/en/latest/installing.html).
44+
45+
2. Install (or upgrade) ``CodeIntel`` by typing the following in a terminal:
46+
``pip install -U codeintel``
2247

2348

24-
For more information:
25-
---------------------
2649
Please take the time to read the documentation:
2750

2851
* Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
52+
* Git - https://github.com/SublimeCodeIntel/SublimeCodeIntel
53+
54+
In case of trouble, please read the Troubleshooting section in the README.
55+
56+
** Restart Sublime Text after reading all this **
57+
58+
2959

60+
What's New
61+
----------
3062

31-
CHANGES/FIXES
32-
-------------
3363
v3.0.0 (unreleased, alpha):
3464

3565
+ Uses CodeIntel as an OOP command and package.
36-
Needs to install CodeIntel with pip: `pip install codeintel`
66+
Needs to install CodeIntel with pip: `pip install -U codeintel`

messages/install.txt

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
SublimeCodeIntel
2-
================
3-
41
____ _ _ _ ____ _ ___ _ _
52
/ ___| _ _| |__ | (_)_ __ ___ ___ / ___|___ __| | ___|_ _|_ __ | |_ ___| |
63
\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | / _ \ / _` |/ _ \| || '_ \| __/ _ \ |
74
___) | |_| | |_) | | | | | | | | __/ |__| (_) | (_| | __/| || | | | || __/ |
85
|____/ \__,_|_.__/|_|_|_| |_| |_|\___|\____\___/ \__,_|\___|___|_| |_|\__\___|_|
9-
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
6+
A full-featured code intelligence and smart autocomplete engine for Sublime Text
107
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
118

129

@@ -23,12 +20,20 @@ A full-featured code intelligence and smart autocomplete engine for Sublime Text
2320
+------------------------------------------------------------------------------+
2421

2522

26-
Features
27-
--------
23+
24+
SublimeCodeIntel
25+
================
26+
27+
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
28+
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
2829

2930
Supports all the languages Komodo Editor supports for Code Intelligence (CIX, CodeIntel2):
3031

31-
JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.
32+
ActionScript, Django, Docker, EJS, epMojo, HTML, KomodoSnippet, LaravelBlade,
33+
Mason, Mustache, MXML, PHP, R, reStructuredText, RHTML, Smarty, TracWiki,
34+
TemplateToolkit, Twig, XBL, XML, XSLT, XUL,
35+
Python, Python3, Ruby, Perl, Go, JavaScript, Node.js, CSS, SCSS, Sass, Less,
36+
HTML5, Tcl.
3237

3338

3439
Provides the following features:
@@ -60,27 +65,14 @@ Provides the following features:
6065

6166

6267

63-
Notes
64-
-----
65-
66-
** Restart Sublime Text after reading this **
68+
Release Notes
69+
-------------
6770

68-
69-
More information
70-
----------------
7171
Please take the time to read the documentation:
7272

73-
In case of trouble, please read the Troubleshooting section in the README.
74-
7573
* Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
7674
* Git - https://github.com/SublimeCodeIntel/SublimeCodeIntel
7775

76+
In case of trouble, please read the Troubleshooting section in the README.
7877

79-
IMPORTANT
80-
---------
81-
82-
Do NOT edit the default SublimeCodeIntel settings. Your changes will be lost
83-
when SublimeCodeIntel is updated. ALWAYS edit the user SublimeCodeIntel settings
84-
by selecting "Preferences->Package Settings->SublimeCodeIntel->Settings - User".
85-
Note that individual settings you include in your user settings will **completely**
86-
replace the corresponding default setting, so you must provide that setting in its entirety.
78+
** Restart Sublime Text after reading all this **

0 commit comments

Comments
 (0)