Releases: AyhamAl-Ali/Sk-VSC
⚒ Compatibility Fix - Phase 1
Hello, Hello, Hello!
It's been 3 years since last release 😬
Well, I am feeling like I should fix this extension once and for all to make it work with any other them and not break any other language.
So, in this release we began with Phase 1, we fixed a simple yet important compatibility issue with other Skript extensions, next I will be releasing a fix for real issue (the former issue)
Changelog
- Fixed compatibility issues with other Skript extensions (Thanks @TheLividX).
- Removed Sublime Text 3 support. (It's no longer maintained).
Download
- You can download the extension from Visual Studio Code Marketplace
Feedback & Issues
I appreciate all the feedback and reported issues on the issue tracker this allows me to find more bugs to fix and add more features to this extension.
New theme 'Shades of Purple'
Changelog (v2.6.3)
Added new theme 'Shades of Purple'
Note: No changes made to ST3 version
Palenight Theme (VSCode)
Changelog (v2.6.0)
VSCode
(+) Added new comment style '#!!' without the single qoutes, it will show as dark green comment (for dark green comments fans)
(+) Added new theme (Material Palenight & Material Palenight High Contrast)
(+) Changed comments to italic
(*) Improved comments highlighting handling
(*) Fixed boundries of many skript types such as 'int'
Added some new grammars:
- [un]load[ed]
- (of|on) file
- server command
- exist[s]
- empty
- y[a]ml (value|nodes|list|node[s with] keys)
- play[ed]
- (this|server|before)
- (complete|absolute|path|absorption hearts|accepted items|tablist|group|score|all|holo[gram]s)
- for
Added support for VSCode
Visual Studio Code Support
- Added support for VSCode
- Added some new grammars and colors to VSC version (Soon to ST3 version)
- Improved scope names to make some of them work in other themes.
How to install on VSC
- Open Extension Panel
(Default: Ctrl + Shift + X)
- Type skript, you will find Sk-VSC (Skript), click Install
- Choose Editor Theme
(Default: Ctrl + K + T)
and select Sk-VSC(Optional: There are 4 themes, you can choose any of them, you can also choose other themes but they won't support the grammars as Sk-VSC theme)
- Open any .sk file, make sure it uses Sk-VSC Language Mode.
- Enjoy coding.
VSC Extension Link: Click Here
Fixed Package Name
v2.4.2 Fixed Package name [v2.4.2]
Fixed Control Package Code
v2.4.1 Update README.md
Another Huge update
New Features
Added All the correct patterns of
stop|exit
[Eff]
Addedsize of
[Expr]
Added[actual[ly]] target[ed] %type%
[Expr]
Added colored the color namesEx. (set color of block to aqua)
[Expr]
Addedconnect %player% to [server] %string%
[Eff]
Added[un](cancel|ignore) [the] [current] [command] cooldown
[Eff]
Added[un]Lea(sh|d)
[Eff]
Addedforce %player% to respawn
[Eff]
Addedfeed
[Eff]
Added[un]load
[Eff]
Added[local[ly]] suppress [the] (conflict|variable save|[missing] conjunction[s]|starting [with] expression[s]) warning[s]
[Eff]
Added(make|make) %players% (say|send [the] message[s]) %strings%
[Eff]
Added all patterns offorce %players% to [(stop|start)] fly[ing]
[Eff]
Added[the] (x|y|z)(-| )(coord[inate]|pos[ition]|loc[ation])[s] of %locations%
[Expr]
Added(angle|between|normalize[d]|new|yaw|pitch|volume|(cylindrical|spherical) vector%|random|velocity|dot|cross)
*[Expr]*s
Added(x|y|z) of %vector%
[Expr]
Addedrotate %vector% ...
[Eff]
Addedaround
[Expr]
Addedslots
[Expr] (supported plural of slot)
Addedamount of %type%
[Expr]
Fixes
Fixed Spaced tabs (huge fix too all the spaces tabs)
Fixed newline expression in strings%newline%|%nl%
[Expr]
Fixedloop-\w+
in some cases such asset {_var} to loop-value
[Expr]
Fixed Ignore case of Color Codes Ex.&a &A &B &C &d
[Expr]
Fixed[un]col[u]or[ed]
[Expr]
Fixed[the] (current |top |open )inventor(y|ied)
[Expr]
Fixedon (step|walk) on %itemtype%
[Evt]
Fixed(as|at|by|with)
[Keywords]
There could be more that I don't remember 😄
Donating?
Don't forget to buy me a coffee if you like the work I make here and the time I spend for you and all others to make you feel happier. Here
Huge Update with new features and new support.
ST3 Package Control
Sk-ST3 now can be installed using Sublime Text 3 Package Control Market. Yay!
Steps:
- Install Package Control (if not already) using this link
- Go to
Preferences > Package Control
- Type
install package
- Type
Sk-ST3
- Press
Enter
- Go to
View > Syntax > Sk-ST3
- Go to
Preferences > Color Scheme > Sk-ST3
or you can choose the theme you like instead ofSk-ST3
there isSk-ST3 Bold
etc.
NOTE: It's recommended to install Material Theme because Sk-ST3's Editor background uses Material Main Theme.
Changelog:
- Added
Shooter
- Fixed
loop-(player|number|integer|object)
- Added
(current|top|open) inventory
- Added
(clear|sunny|sun|rainy|raining|rain|thundering|thunderstorm|thunder)
- Added
delete
Effect - Removed
every <timespan> [in world %world%]
event to fix expressions in/of it. - Condition words now supports case insensitive e.g.
IF, ELSE IF, ELSE
etc. - Fixed & Added boundries to some effects such as
add, give, set, make
etc. to fix some other highlighting such asloop-value
that comes after it - Added support for
event-\w+
such asevent-player, event-block
etc. - Added
int, byte, pnum, pinfo, short, long, float, array, pjson, penum, pentity, packet[s]
- Added
receive
(MundoSk Packets effect) - Added
new
(MundoSk Packets keyword & skript-mirror (Java) keyword) - Added
on packet event \w
Fixed Release files..
Nothing new just fixed the release files
Package Control Update.
No need to download this.