Anyone have a simple IDE template

BlitzMax Forums/BlitzMax Programming/Anyone have a simple IDE template

JoshK(Posted 2007) [#1]
Before I re-program what has probably been programmed a dozen times, does anyone have some source code for a simple text editor?


JoshK(Posted 2007) [#2]
Well, I came up with this. The undo/redo stuff was pretty tricky, but I think it is working correctly now:



LarsG(Posted 2007) [#3]
I just wanted to say good job so far..
and in just over two hours?! wow.. :)


JoshK(Posted 2007) [#4]
I edited it so everything works around an "UndoContext" type. This way you can have multiple undo systems running for different text areas. I've tested it quite a bit now, and it works really nicely.


ziggy(Posted 2007) [#5]
@Leadwerks: Can I add your code template to BLIde? Next BLIde version will have code templates functionality. I will put you as the author of the template. If you have any problem with that, let me know it, and I'll remove your template from the BLIde set up.