0 Members and 3 Guests are viewing this topic.
Quote from: ephan on July 07, 2011, 06:43:58 amMerth, was the slider updating bug fixed (because of Mono)? ThanksNot sure what you mean.
Merth, was the slider updating bug fixed (because of Mono)? Thanks
Ok, so I made an update that greatly increased performance of the live updating. It should now be able to tokenize it and display the tokens without any huge performance hit (if you get a big enough file you'll notice it a little bit, but nothing too big, I think).
Great updates Merth. Glad you're still working on this. By the way for the archived checkbox, I think you should make Tokens warn with an alert box that checking that box will cause your programs to not be compatible with every emulator and linking software, in case people wonder why they get so many reports about their game not running or sending.
Quote from: DJ_O on May 29, 2012, 11:58:36 pmGreat updates Merth. Glad you're still working on this. By the way for the archived checkbox, I think you should make Tokens warn with an alert box that checking that box will cause your programs to not be compatible with every emulator and linking software, in case people wonder why they get so many reports about their game not running or sending. Thanks Kevin! As for the archived checkbox, I'm not sure if I'll add that or not, but it seems like a good idea.Meanwhile, I started working on a list/matrix editor:
Quote from: merthsoft on June 01, 2012, 10:24:13 pmQuote from: DJ_O on May 29, 2012, 11:58:36 pmGreat updates Merth. Glad you're still working on this. By the way for the archived checkbox, I think you should make Tokens warn with an alert box that checking that box will cause your programs to not be compatible with every emulator and linking software, in case people wonder why they get so many reports about their game not running or sending. Thanks Kevin! As for the archived checkbox, I'm not sure if I'll add that or not, but it seems like a good idea.Meanwhile, I started working on a list/matrix editor:The list/matrix editor is not yet in the newest version, right?Also, with this version I can't distinguish between | and >.Specifically, in a string, I want to put in '|' and '>=' but it gives me '|>' and '='.Anyway I can fix this? I tried looking into XML file but i wasn't sure what I had to do.