View Full Version : Jass++
Ty3uK
05-28-2012, 08:02 AM
Jass++ is a freeware Warcraft 3 code editor. This editor include most freshest builds of Jass parsers (JASP, AdicHelper, JassHelper) and makes it possible to independently verify the code from the World Editor.
http://w3jp.ru/images/jpp/image_01.png
http://w3jp.ru/images/jpp/image_02.png
http://w3jp.ru/images/jpp/image_03.png
http://w3jp.ru/images/jpp/image_04.png
http://w3jp.ru/images/jpp/image_05.png
I have attached a 7z archive, but if somebody can't open it - use this zip archive (http://w3jp.ru/jpp/latest.zip) link
Adiktuz
05-28-2012, 10:16 AM
will this support Cohadar's JH?
and can you add an example where a library requires another vJASS library? I just wanna see it in action...
Ty3uK
05-28-2012, 10:42 AM
will this support Cohadar's JH?
and can you add an example where a library requires another vJASS library? I just wanna see it in action...Fully supports
For requiers example watch attached picture.
I noticed that the program is ill-defines the functions and methods with the directives like public, private or static (sorry, this is google translator =\ )
Adiktuz
05-28-2012, 10:46 AM
so I will need to put all required libraries above first? hmmm... might cause overrides when copy pasting into WE...
but anyway, I guess this could be helpful for those who like it better to write codes outside of the editor...
Ty3uK
05-28-2012, 10:55 AM
so I will need to put all required libraries above first? hmmm... might cause overrides when copy pasting into WE...
but anyway, I guess this could be helpful for those who like it better to write codes outside of the editor...no, that's my mistake :)
Nestharus
05-28-2012, 05:40 PM
This needs to support multiple jass files w/o imports. Make it so that you start a project and that all files in that project are considered part of the same map. From there, also include a way to import it all into the wc3 map by generating //! import lines for the user when the user wishes (direct paths to each file).
Needs much work =).
Troll-Brain
06-08-2012, 06:21 PM
"Test" is highligthed like it is a custom native function name.
myoffice
07-14-2012, 01:50 AM
very good hehe!
mckill2009
07-14-2012, 02:09 AM
in addition to #4 post, instead of manually putting all the required libraries above the code why dont you just make
an import menu to 'import' the libraries needed, but that imported code is hidden and you can remove it as well...
In that case I would be happy to use this than Jasscraft...
EDIT:
and somehow you need to deal NOT to include this as a requirement...
function main takes nothing returns nothing
and TABS like Jasscraft
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.
Search Engine Optimization by
vBSEO 3.5.1 PL2