*Look screenshot below, how awesome is RSyntaxTextArea, 1 line contain alot of syntax highlighted word, and i copy and paste it till 9,5k line, it's still no laggy :p.
This would be REALLY cool and convenient if you could add auto-completing (with all ModPE functions), find-replace, encode-decode (like base64 images) features, debugger, obfuscation, bracket highlighting and much more..
I always use Notepad++ when I make mods, but I think I would switch to this once you get your program to have more features, maybe not all, but at least the auto-complete and bracket stuff would do...
This would be REALLY cool and convenient if you could add auto-completing (with all ModPE functions), find-replace, encode-decode (like base64 images) features, debugger, obfuscation, bracket highlighting and much more..
I always use Notepad++ when I make mods, but I think I would switch to this once you get your program to have more features, maybe not all, but at least the auto-complete and bracket stuff would do...
This guy give me a super idea.
Accepted, im gonna do it soon.
But wait.. what do u mean by bracket highlighting?
This would be REALLY cool and convenient if you could add auto-completing (with all ModPE functions), find-replace, encode-decode (like base64 images) features, debugger, obfuscation, bracket highlighting and much more..
I always use Notepad++ when I make mods, but I think I would switch to this once you get your program to have more features, maybe not all, but at least the auto-complete and bracket stuff would do...
Here what u looking at :
- autocomplete
- image to base 64 ( encode only ) the result are here => its contain 1,4k line and alot of aliens word, but when i decode it, its WORK FINE! . http://pastebin.com/TzaBHNax
Im trying to adding debugger to this code editor, but too bad, the debugger return error when we use modpe function like Level.* Player.* etc.. :'( sad. im still figure how to fix this one..
About find and replace soon, obfuscate ( ?? maybe or idk... )
ModPE CodeX is a ModPE Code editor for desktop.
Developed with Java, so you need a java to run this program,
i maybe will develop use c# one, but after java version completed.NO C# TOO HARD FOR ME.And for who wanna join me to develop this apps, you can private chat me or just go ModPE CodeX Github.
Feature of this application :
- Syntax Highlighting.
- Themes.
- Save and Load..
- Tabbed file selector..
- Light and FAST..
To - Do :
- Add modpe auto complete.
- More themes..
Download :
v1
- Zippyshare : http://www14.zippyshare.com/v/tysia09u/file.html
- Dropbox : https://www.dropbox.com/s/a2v6yw4oke3vndg/ModPE CodeX.jar
- Mediafire : http://www.mediafire.com/download/a3e9f9bctr9229h/ModPE_CodeX.jar
v2
- Zippyshare : http://www98.zippyshare.com/v/ktxusu6l/file.html
- Dropbox :https://www.dropbox.com/s/mi5qoi1p7imlixd/ModPE CodeX v2.jar?dl=0
- Mediafire :http://www.mediafire.com/download/8k9sv19ouxjfl1i/ModPE_CodeX_v2.jar
* Added Tabbed file selector.
* Im developing this apps so so so soo slowly, cuz i only have 4h/day to dev this apps, im a 16 years student, dont have much time, sorry about that..
Thanks to RSyntaxTextArea libs for syntax highlighting.
*Look screenshot below, how awesome is RSyntaxTextArea, 1 line contain alot of syntax highlighted word, and i copy and paste it till 9,5k line, it's still no laggy :p.
This would be REALLY cool and convenient if you could add auto-completing (with all ModPE functions), find-replace, encode-decode (like base64 images) features, debugger, obfuscation, bracket highlighting and much more..
I always use Notepad++ when I make mods, but I think I would switch to this once you get your program to have more features, maybe not all, but at least the auto-complete and bracket stuff would do...
Accepted..
This guy give me a super idea.
Accepted, im gonna do it soon.
But wait.. what do u mean by bracket highlighting?
This will be useful, Thanks!
Here what u looking at :
- autocomplete
- image to base 64 ( encode only ) the result are here => its contain 1,4k line and alot of aliens word, but when i decode it, its WORK FINE! . http://pastebin.com/TzaBHNax
Im trying to adding debugger to this code editor, but too bad, the debugger return error when we use modpe function like Level.* Player.* etc.. :'( sad. im still figure how to fix this one..
About find and replace soon, obfuscate ( ?? maybe or idk... )
About the bracket highlighting..
You know the dotted lines in Notepad++ that links { and } (i suck at explaining)
Something like:
var abc = false; function something() { . . . . if(abc == false) . { . . . . . . abc = true; . . . . . } . . . }Here is a better example: (notepad++)
Oo it little bit hard to make, but there a similiar one.. you can try to use my apps then type { } or [ ] or ( ).
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhy not just extend VSCode or Brackets? It's already got an API for creating a new language, and has JavaScript syntax highlighting.
Check it out NOW!