Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - merthsoft

Pages: 1 2 [3] 4 5 ... 16
31
TI Z80 / Re: TokenIDE - TI-BASIC IDE
« on: February 17, 2013, 01:32:26 pm »
I found a bug with how the Alt strings were handled, and have fixed it, download at the normal place:
http://merthsoft.com/Tokens.zip

32
TI Z80 / Re: TokenIDE - TI-BASIC IDE
« on: January 29, 2013, 10:44:12 am »
There was a bug in the Linux support and some other bugs I've since fixed. I've also added underlining back into the Axe file:


Download at the place:
http://merthsoft.com/Tokens.zip

33
TI Z80 / Re: TokenIDE - TI-BASIC IDE
« on: January 21, 2013, 09:03:58 pm »
Another update! Runer made an awesome new AxeTokens file, this is what it looks like:


I've included it in the download as well as addressed a couple of his suggestions:
- Removed the [expr(]
- Fixed alt-strings, I hope
- Prompts if you try to open an ASM program
- Site tab hyperlink in group pane, as well as a tooltip:

- Added commentString and directiveString to XML definition, defaults to "//" and "#", respectively. In AxeTokens.xml I set it to "//" and "@".

Download at the place:
http://merthsoft.com/Tokens.zip

34
Grammer / Re: TokenIDE now supports Grammer programs
« on: January 21, 2013, 09:54:59 am »
By the way, this is now included (credited to you) in the main download for TokenIDE:
http://merthsoft.com/Tokens.zip
If you make any more updates, let me know and I'll make sure to update the zip :)
Thanks for your work on this!

35
TI Z80 / Re: TokenIDE - TI-BASIC IDE
« on: January 20, 2013, 01:54:50 pm »
Sorry for the double post, but I have another update:
- Fixed bug where shift+backspace did not backspace
- Added options dialog to set default tokens file when starting, and to set font:
Startup:

Options dialog (under tools):

After you choose a new font:

Hitting save:

It also saves the INI file so that this persists across instances.

Download the the normal place:
http://merthsoft.com/Tokens.zip

36
TI Z80 / Re: TokenIDE - TI-BASIC IDE
« on: January 19, 2013, 05:28:35 pm »
Thanks Kevin :)
Alright, I've made a small update:
- Fixed saving error where it wouldn't save if it was a new file
- Fixed error where if you had a preprocesser directive that was shorter than the replace string it would crash (now it just highlights the line incorrectly :) )
- Moved some settings to INI file: Font and default tokens file.
- Grammer XML file included in download

Download at the normal place:
http://merthsoft.com/Tokens.zip

37
TI Z80 / Re: TokenIDE - TI-BASIC IDE
« on: December 10, 2012, 12:17:58 pm »
I've uploaded a new version at ticalc. Here's a screenshot:

Download: http://www.ticalc.org/archives/files/fileinfo/433/43315.html
Follow the link for some nice screenshots from Linux, too :)

bilyp, thanks for the bug report, I think I know why that's going on, and the fix should be pretty easy.

38
Math and Science / Re: Blue Eyed Islanders
« on: November 27, 2012, 08:03:32 pm »
I was given this problem a few years ago by a professor in college, and worked through it then.

Spoiler For Spoiler:
It was given to us as an exercise in reducing sets to make sense of problems (that terminology is wrong, but you get the idea :)). For example, this is super simple if you just think "what if there's just one blue-eyed person", and the solution follows pretty easily from there.

39
Math and Science / Re: Blue Eyed Islanders
« on: November 27, 2012, 07:59:51 pm »
Spoiler For Spoiler:
On the 100th day after the announcement all the blue-eyed people leave. Then all the brown-eyed.

40
Computer Programming / Re: Reading files and processing contents
« on: November 06, 2012, 02:14:39 pm »
Glad it helped. I always forget that java is like that...

41
Computer Programming / Re: Reading files and processing contents
« on: November 06, 2012, 02:04:37 pm »
When comparing strings, I suggest using ".equals()" rather than "==". Try that and see if it fixes it.

And here's a good explanation:
http://stackoverflow.com/a/513839/698871

42
Computer Programming / Re: Reading files and processing contents
« on: November 06, 2012, 01:59:59 pm »
You didn't answer my questions. Have you used a debugger? Have you used debug outputs? What have you done to find what's wrong? You said the code works fine outside of the bot, so there's gotta be something strange the bot is doing.

Looking a little deeper at it, though, if your name is the first one in the list, It think it will return false because of your boolean in the while.

43
Computer Programming / Re: Reading files and processing contents
« on: November 06, 2012, 12:42:49 pm »
Have you hooked it up to a debugger and stepped through the code to make sure it's doing what you expect? That's where I'd start--that or using debug output statement to see what's going on. Check the name being passed in, check the file name, check each line, etc.

44
Axe / Re: Bitmaps or sprites?
« on: September 04, 2012, 04:27:59 pm »
Ah, yes, good point. On top of all the other things I should add to it, I should add greyscale sprite editing.

45
Axe / Re: Bitmaps or sprites?
« on: August 31, 2012, 12:56:04 pm »
You can also draw them with the software you want on your PC, then save them in png and convert them into hex code using SourceCoder on Cemetech ;)
For what it's worth, TokenIDE will do this as well if you want an offline solution.

Pages: 1 2 [3] 4 5 ... 16