This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Editing my WIP editor in the WIP editor.
Started by ebernerd, 13 July 2016 - 02:34 AMPosted 13 July 2016 - 04:34 AM
My WIP editor (called Codepad) is written with Cobalt, and thanks to my awesomesauce, I can edit Codepad in Codepad.
Posted 14 July 2016 - 12:01 AM
It looks great!
Posted 14 July 2016 - 02:29 AM
That's what a text editor is supposed to do, but very cool nonetheless!
Also, good choice of colours! :D/>
Also, good choice of colours! :D/>
Posted 14 July 2016 - 09:49 AM
Just today I wrote some sort of "Lua Compiler" that runs string.dump on a function loaded from a file. It then saves it into a file which can be directly executed.
Guess what I did next? I compiled the compiler. I may publish it if I can figure out how because it actually shrinks the size of larger programs.
Guess what I did next? I compiled the compiler. I may publish it if I can figure out how because it actually shrinks the size of larger programs.
Posted 14 July 2016 - 12:10 PM
Just today I wrote some sort of "Lua Compiler" that runs string.dump on a function loaded from a file. It then saves it into a file which can be directly executed.
Guess what I did next? I compiled the compiler. I may publish it if I can figure out how because it actually shrinks the size of larger programs.
Obfuscated code is not allowed on the forums. Also, how does this relate to the topic?
Posted 14 July 2016 - 01:08 PM
Just today I wrote some sort of "Lua Compiler" that runs string.dump on a function loaded from a file. It then saves it into a file which can be directly executed.
Guess what I did next? I compiled the compiler. I may publish it if I can figure out how because it actually shrinks the size of larger programs.
Obfuscated code is not allowed on the forums. Also, how does this relate to the topic?
It relates to the fact that you edited an editor with the editor itself. I also never said I would publish the obfuscated code, I can publish the source too.
Edited on 14 July 2016 - 11:09 AM
Posted 20 July 2016 - 12:07 AM
Made account just to tell you it look really cool! Are you going release the editor? Will it syntax highlighting? Look better than other editor if it is fast use it on servers very good!
Posted 20 July 2016 - 02:02 AM
Made account just to tell you it look really cool! Are you going release the editor? Will it syntax highlighting? Look better than other editor if it is fast use it on servers very good!
Its just as fast as the regular edit program on servers. Ill *try* to add syntax highlighting at some point. I will release it pretty soon, I still have a few features I'd like to implement. Thanks for the positive feedback!
Posted 01 August 2016 - 07:00 PM
This looks pretty nice! Reminds me a little bit of Word 2016 (with the blue theme). Is that where you got the theme idea from?
Posted 03 August 2016 - 02:15 AM
Its just as fast as the regular edit program on servers. Ill *try* to add syntax highlighting at some point. I will release it pretty soon, I still have a few features I'd like to implement. Thanks for the positive feedback!Made account just to tell you it look really cool! Are you going release the editor? Will it syntax highlighting? Look better than other editor if it is fast use it on servers very good!
Are you going to release it? Soon?
Posted 03 August 2016 - 02:17 AM
Yes.This looks pretty nice! Reminds me a little bit of Word 2016 (with the blue theme). Is that where you got the theme idea from?
–
Are you going to release it? Soon?
Maybe. ;)/> I still have some stuff for Cobalt-UI to be done before this is ready to be released.