Skip to content

Commit 06415fb

Browse files
updated README.md
1 parent 177f512 commit 06415fb

File tree

9 files changed

+19
-11
lines changed

9 files changed

+19
-11
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ This project is based on my other Sublime Text plugin [JavaScript Completions](h
2727
**Note**:
2828
If you want use this plugin, you may want **uninstall/disable** the **JavaScript Completions** plugin, if installed.
2929

30-
## OS supported now
30+
## OS SUPPORTED NOW
3131

3232
- Linux (64-bit)
33-
- Mac OS X
33+
- Mac OS X
34+
35+
### For Windows users
36+
37+
For Windows support I will create a **degraded** mode without the use of **[TerminalView](https://github.com/Wramberg/TerminalView)** plugin these days, so **WATCH** the repository. Unfortunately the TerminalView plugin supports only **Linux-based OS** 😞 . Has someone any advice or idea about that? Is there something similar to the TerminalView plugin for Windows?? Thanks!
3438

3539
## Dependencies
3640

_generated_2018_01_03_at_14_55_38.py renamed to _generated_2018_01_03_at_18_17_53.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def getCurrentNPMVersion(self) :
393393
raise Exception(result[1])
394394

395395
import sublime, sublime_plugin
396-
import re, urllib, shutil, traceback, threading, time, os, hashlib, json, multiprocessing, shlex, pty
396+
import re, urllib, shutil, traceback, threading, time, os, hashlib, json, multiprocessing, shlex
397397

398398
class Util(object) :
399399

changelog/install.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ If you want use this plugin, you may want uninstall/disable the JavaScript Compl
4343
👉 Linux (64-bit)
4444
👉 Mac OS X
4545

46+
### For Windows users
47+
48+
For Windows support I will create a "degraded" mode without the use of TerminalView plugin these days, so WATCH the repository. Unfortunately the TerminalView plugin supports only Linux-based OS 😞 . Has someone any advice or idea about that? Is there something similar to the TerminalView plugin for Windows?? Thanks!
49+
4650
❗❗ Dependencies ❗❗
4751
=======================
4852

helper/can_i_use/can_i_use_data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

helper/util/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sublime, sublime_plugin
2-
import re, urllib, shutil, traceback, threading, time, os, hashlib, json, multiprocessing, shlex, pty
2+
import re, urllib, shutil, traceback, threading, time, os, hashlib, json, multiprocessing, shlex
33

44
class Util(object) :
55

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

project/npm/Main.sublime-menu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"children": [{"children": [{"caption": "start", "args": {"command": ["run", "start"]}, "command": "manage_npm"}], "caption": "Npm/Yarn Scripts", "id": "npm_scripts"}], "caption": "Tools", "id": "tools"}]

project/npm/Main_disabled.sublime-menu

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)