Released a new version with a user interface and visual code editor. Hopefully this will be more appealing to people who aren't used to command-line based tools.
The command-line is still available.
Additionally, I have fixed the issue posted above. If an "else" statement is empty, it will no longer be included.
JAST 1.1.3
Moderator: Cheaters
Forum rules
While crediting should be allowed, please keep down the advertising. If you know who it's from, and they have a website, please link to it as a basic courtesy.
While crediting should be allowed, please keep down the advertising. If you know who it's from, and they have a website, please link to it as a basic courtesy.
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
-
- Member
- Posts: 90
- Joined: June 27th, 2007, 12:16 am
Re: JAST 1.0
great does it contain any major changes to script optimizer?
it made my cp less kb than last release
it made my cp less kb than last release
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: JAST 1.0
I believe the only change made to the syntax writing is to make empty "else" blocks not be created (previously it added an else and then a single line after it and then endif).
Though there may be some other small optimizations I made before..
Though there may be some other small optimizations I made before..
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: JAST 1.0
Added version 1.0.1
Fix a problem with syntax highlighting performance
Option to enable/disable syntax highlighting removed
Syntax highlighting on by default
Next steps:
- Autocomplete
- Native browser
- Syntax checker (not sure about this one)
Fix a problem with syntax highlighting performance
Option to enable/disable syntax highlighting removed
Syntax highlighting on by default
Next steps:
- Autocomplete
- Native browser
- Syntax checker (not sure about this one)
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: JAST 1.0
Nice! For syntax checker you can use pjass to help just like JassCraft. Suggestion: syntax highlighting (colors) like JassCraft?
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: JAST 1.0
Ok, I admit I had no idea a fully working syntax checker already exists. Thank goodness, I was really not looking forward to writing that. It's written in c so interfacing it with java is going to be annoying but less annoying than writing from scratch. Thanks!
What do you mean by the syntax highlighting? Like making it the same color as JassCraft? Or customizable?
What do you mean by the syntax highlighting? Like making it the same color as JassCraft? Or customizable?
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: JAST 1.0
Lol. xD. You're welcome!
I didn't let it clear, sorry. Yeah, make the syntax highlighting to use the same colors as JassCraft.
Btw, do you know why this happened?
I didn't let it clear, sorry. Yeah, make the syntax highlighting to use the same colors as JassCraft.
Btw, do you know why this happened?
Spoiler:
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: JAST 1.0
Hmm, what were you doing? Something to do with search? Unfortunately JavaFX stack traces are worthless and none of those classes specified are ones that I wrote, so I can't debug based only on that .
Also did that crash the entire program?
I'll adjust syntax highlighting colors and add dark theme.
Also did that crash the entire program?
I'll adjust syntax highlighting colors and add dark theme.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times