Skip to content

Commit 1cb32f5

Browse files
added version 0.16.18
1 parent 96cbbda commit 1cb32f5

File tree

3 files changed

+211
-2
lines changed

3 files changed

+211
-2
lines changed

changelog/0.16.18.txt

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
v0.16.18
2+
3+
## Fixes
4+
5+
- Fixed "Some default key bindings are overridden by JavaScriptEnhancements" #57:
6+
- New key binding for "Can I use" feature: super+alt+j
7+
- New key binding for "Show Hint Parameters" feature: super+alt+h
8+
9+
10+
v0.16.17
11+
12+
## Improvements
13+
14+
- Updated flow-bin to 0.73.0
15+
16+
17+
v0.16.16
18+
19+
## Fixes
20+
21+
- Fixed "Autocompletion does not work on files with non-latin chars" #54
22+
23+
24+
v0.16.15
25+
26+
## Improvements
27+
28+
- Updated flow-bin to 0.72.0
29+
30+
31+
v0.16.14
32+
33+
## Fixes
34+
35+
- Try to solve "Interoperability with sublimelinter" #47
36+
37+
## Improvements
38+
39+
- Updated flow-bin to 0.71.0
40+
41+
42+
v0.16.13
43+
44+
## Fixes
45+
46+
- Fixed "How to install flow typings?" #48
47+
48+
## Improvements
49+
50+
- Updated flow-bin to 0.70.0
51+
- Updated flow-typed to 2.4.0
52+
53+
54+
v0.16.12
55+
56+
## Fixes
57+
58+
- Trying to fix #41
59+
- Fixed "Plugin not honouring ST3 user settings - show_definitions" #42
60+
61+
## Improvements
62+
63+
- Updated flow-bin to 0.69.0
64+
- Improved unused variable feature
65+
66+
67+
v0.16.11
68+
69+
## Fixes
70+
71+
- Trying to fix #41
72+
73+
## Improvements
74+
75+
- Updated flow-bin to 0.68.0
76+
77+
78+
v0.16.1
79+
80+
## Fixes
81+
82+
- Fixed NameError: global name 'subprocess' is not defined on /src/libs/terminal.py - Windows OS
83+
- Fixed NoneType error on self.completions.append(completion) in /src/listeners/completion.py
84+
85+
86+
v0.16.0
87+
88+
## Fixes
89+
90+
- Fixed jsdoc generate command
91+
- Fixed error on refactor safe commands when the file name is empty
92+
- Fixed export refactor feature preview
93+
- Fixed some popup colors with different theme color scheme
94+
- Fixed completions and hover_description that starts with "$"
95+
- Fixed issue #36, keymap of next flow error feature changed from "super+alt+c" to "super+alt+b"
96+
97+
## Improvements
98+
99+
- Complete code plugin refactoring
100+
- Improved completions performance using 'flow ide' command
101+
- Added "code screenshot" feature using [carbon](https://carbon.now.sh/)
102+
- updated flow-bin to 0.67.1
103+
- Added initial support for Vue.js (see https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Example-Vue.js-project)
104+
- Improved extract method feature
105+
- Improved completions detection from default_autocomplete.json
106+
- Added Flow warnings
107+
- Improved unused variable feature
108+
109+
## Misc
110+
- Changed gutter color (using other available sublime scopes) for errors and unused variable features.
111+
112+
=================================================================
113+
** THIS PLUGIN IS IN BETA! Thanks for your support in advance! **
114+
=================================================================
115+
116+
If you like it, remember to star it ⭐ on GitHub: https://github.com/pichillilorenzo/JavaScriptEnhancements
117+
118+
** USAGE **
119+
===========
120+
121+
See how it works on the Wiki: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki 👈👈
122+
123+
A little introduction to this plugin could be found in this css-tricks.com article: "Turn Sublime Text 3 into a JavaScript IDE"
124+
👉👉 https://css-tricks.com/turn-sublime-text-3-into-a-javascript-ide 👈👈
125+
126+
127+
*****************************************************************************
128+
* *
129+
* Do you want to help me develop this plugin? *
130+
* *
131+
* Become a member of the team! *
132+
* (see https://github.com/pichillilorenzo/JavaScriptEnhancements/issues/51) *
133+
* *
134+
*****************************************************************************
135+
136+
137+
** WHAT IS THIS? **
138+
===================
139+
140+
This plugin uses Flow (javascript static type checker from Facebook) under the hood.
141+
142+
It offers better javascript autocomplete and a lot of features about creating,
143+
developing and managing javascript projects, such as:
144+
145+
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
146+
- Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!)
147+
- Angular v1 and v2 (it includes also v4 and v5) projects
148+
- Vue projects (only about the creation at this moment, see https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Example-Vue.js-project)
149+
- React projects (only about the creation at this moment)
150+
- React Native projects (only about the creation at this moment. I will add also NativeScript support)
151+
- Express projects (only about the creation at this moment)
152+
- Yeoman generators
153+
- Local bookmarks project
154+
- JavaScript real-time errors
155+
- Code Refactoring
156+
- etc.
157+
158+
You could use it also in existing projects (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Using-it-with-an-existing-project)!
159+
160+
It turns Sublime Text into a JavaScript IDE like!
161+
162+
This project is based on my other Sublime Text plugin JavaScript Completions (https://github.com/pichillilorenzo/JavaScript-Completions)
163+
164+
** NOTE **
165+
If you want use this plugin, you may want uninstall/disable the JavaScript Completions plugin, if installed.
166+
167+
** OS SUPPORTED **
168+
==================
169+
170+
👉 Linux (64-bit)
171+
👉 Mac OS X
172+
👉 Windows (64-bit): released without the use of TerminalView plugin. For each feature (like also creating a project) will be used the cmd.exe shell (so during the creation of a project don't close it until it finishes!). Unfortunately the TerminalView plugin supports only Linux-based OS 😞. See https://github.com/Wramberg/TerminalView/issues/3#issuecomment-390434623, that is a workaround using WSL (Windows Subsystem for Linux).
173+
174+
❗❗ Dependencies ❗❗
175+
=======================
176+
177+
In order to work properly, this plugin has some dependencies:
178+
179+
👉 Sublime Text 3 (build 3124 or newer)
180+
👉 Node.js and npm (https://nodejs.org or nvm (https://github.com/creationix/nvm))
181+
👉 TerminalView (only for Linux and Mac OS X) sublime text plugin (https://github.com/Wramberg/TerminalView)
182+
183+
Not required, but useful for typescript files (Flow wont work on this type of files):
184+
185+
👉 TypeScript sublime text plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin)
186+
187+
** Flow Requirements **
188+
=======================
189+
190+
It use [Flow](https://github.com/facebook/flow) for type checking and auto-completions.
191+
192+
👉 Mac OS X
193+
👉 Linux (64-bit)
194+
👉 Windows (64-bit)
195+
196+
Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com
197+
198+
** Donation **
199+
==============
200+
201+
If this project help you reduce time to develop and also you like it, please support it with a donation 😄👍. Thanks!
202+
203+
Open Collective: https://opencollective.com/javascriptenhancements/donate
204+
PayPal: https://www.paypal.me/LorenzoPichilli
205+
206+
Thanks anyway for your support! 😄😄
207+
208+
MIT License

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"0.16.14": "changelog/0.16.14.txt",
2828
"0.16.15": "changelog/0.16.15.txt",
2929
"0.16.16": "changelog/0.16.16.txt",
30-
"0.16.17": "changelog/0.16.17.txt"
30+
"0.16.17": "changelog/0.16.17.txt",
31+
"0.16.18": "changelog/0.16.18.txt"
3132
}

src/libs/global_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
PLUGIN_VERSION = "0.16.17"
3+
PLUGIN_VERSION = "0.16.18"
44
DEVELOPER_MODE = False
55

66
PACKAGE_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

0 commit comments

Comments
 (0)