Show Posts
|
|
Pages: [1] 2 3 ... 9
|
|
8
|
General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE
|
on: 08 January, 2012, 15:26:07
|
Just one problem, imo : When programming in Axe, the code-folding is a little bit buggy/weird, because the 'Then' token is not needed in the If statements, and so If statements are not detected.. And so something like 1 2 3 4 5 6 7
| Repeat getkey(15) If A=5 A->C Else B+42->C End End |
Is sumed as 1 2
| Repeat getkey(15) [...] End |
instead of 1 2 3
| Repeat getkey(15) If A=5 [...] End |
Don't know if you can do anything about that (like detect if there's a header at the beginning or what.. don't know at all how to do that  ) But, yeah, just wanted to tell ya. Anyway, great project, I use it more and more 
|
|
|
|
|
9
|
General Discussion / Gaming Discussion / Re: What games are you playing now?
|
on: 30 December, 2011, 23:39:52
|
I decided to play all the Assassin's creed games lol I : Done II: I'm playing it I don't have Brotherhood and Revelations, but i'll buy them asap  I'm at home until Monday, so I don't have my xbox360 pc controller, without it I just can't play AD  I'm currently playing Mirror's Edge.
|
|
|
|
|
|