SA-MP Forums Archive
[Tool/Web/Other] Code Handler V0.9.1 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Code Handler V0.9.1 (/showthread.php?tid=293165)



Code Handler V0.9.1 - jonrb - 27.10.2011

Have you ever had a moment where you realise that you need your 1000+ objects to be in an array?

Code Handler V0.9.1


This cross-platform program is designed to be able to perform batch actions on your code.
It makes processing large amounts of code easier!



Current Features:
► Remove Comments ◄
► Remove empty lines ◄
► Remove spaces/indents ◄
► Assign each line to an array ◄
If there are any you want me to add, let me know!

How to use it:
1. Enter your code into the "Input Code" box.
2. Select the actions you want to perform on the code
3. Click "Process"
4. Copy the code out of the "output" box

Download link:
For your information: The source is in the .jar file. Use an archive tool to access it.

Latest Version:
Download CodeHandler_0.9.1.jar

Older versions:
Download CodeHandler_0.9.jar

Changelog:

Version 0.9.1: Window resizing turned off.
Version 0.9: Application Created.

Disclaimer:
I am not responsible for any loss of data because of this program.
If you don't keep a copy of the code you're processing, it may be lost.



Re: Code Handler V0.9.1 - System64 - 27.10.2011

I don't see .exe file??


Re: Code Handler V0.9.1 - juraska - 27.10.2011

Me to !


Re: Code Handler V0.9.1 - doreto - 27.10.2011

its .jar file like minecraft hmmm ? this is GTA:SA xD


Re: Code Handler V0.9.1 - thiaZ_ - 27.10.2011

.jar files are Java executables (to run into a Java virtual machine), simply download that file and start it like a normal .exe, if you have Java installed there shouldn't be a problem.


Re: Code Handler V0.9.1 - jonrb - 27.10.2011

Quote:
Originally Posted by thiaZ_
Посмотреть сообщение
.jar files are Java executables (to run into a Java virtual machine), simply download that file and start it like a normal .exe, if you have Java installed there shouldn't be a problem.
Correct, if you can't run it by double clicking, you can use this:
Код:
java -jar "PATH_TO_JAR_FILE.jar"



Re : Code Handler V0.9.1 - Naruto_Emilio - 31.10.2011

Good job Dave .. Nice Application + reps.


Re: Code Handler V0.9.1 - American - 31.10.2011

Code Handler, Lovin' it!


Re: Code Handler V0.9.1 - [O.z]Caroline - 31.10.2011

Very Nice!


Re: Code Handler V0.9.1 - SpiderWalk - 31.10.2011

Great Job


Re: Code Handler V0.9.1 - Jack_Rocker - 01.11.2011

Brilliant Tool! 9/10 There are a few problems with crashing etc, but overall very good.


Re: Code Handler V0.9.1 - GangsTa_ - 01.11.2011

Very useful, thanks, rep given.


Re: Code Handler V0.9.1 - knackworst - 01.11.2011

Very good!
What about some function that changes this:
pawn Код:
if(statement)
{
    Stuff
}
ino this:
pawn Код:
if(statement)
    Stuff