[Tool/Web/Other] Code Handler V0.9.1
#1

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.
Reply
#2

I don't see .exe file??
Reply
#3

Me to !
Reply
#4

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

.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.
Reply
#6

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"
Reply
#7

Good job Dave .. Nice Application + reps.
Reply
#8

Code Handler, Lovin' it!
Reply
#9

Very Nice!
Reply
#10

Great Job
Reply
#11

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

Very useful, thanks, rep given.
Reply
#13

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


Forum Jump:


Users browsing this thread: 1 Guest(s)