Author Topic: tiDE  (Read 69293 times)

0 Members and 1 Guest are viewing this topic.

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: tiDE
« Reply #195 on: June 22, 2011, 05:54:21 pm »
Please note: This is pre-release software.  Building from the source code means that not all features may be implemented or stable.  You do so at your own risk.

umm yeah for example it eating all your ram and closing it self when you open to many copies of stetson
* Geekboy1011 hides

SirCmpwn

  • Guest
Re: tiDE
« Reply #196 on: June 22, 2011, 05:59:20 pm »
umm yeah for example it eating all your ram and closing it self when you open to many copies of stetson
* Geekboy1011 hides
Yeah, good point.  Don't open a lot of Stetson's until I pull the emulation code into a new thread.

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: tiDE
« Reply #197 on: June 22, 2011, 06:02:39 pm »
umm yeah for example it eating all your ram and closing it self when you open to many copies of stetson
* Geekboy1011 hides
Yeah, good point.  Don't open a lot of Stetson's until I pull the emulation code into a new thread.

then make the option to compile with out the debugger work ;) been meaning to post about that in the issue tracker....
* Geekboy1011 goes to do so


also it just closes tiDE if you click cancel on the select rom option when you compile stuff

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #198 on: June 22, 2011, 06:12:28 pm »
SirCmpwn, when do you think you could maybe include Axe project management? Or I can see what I can do to help you with it.

SirCmpwn

  • Guest
Re: tiDE
« Reply #199 on: June 22, 2011, 06:19:44 pm »
umm yeah for example it eating all your ram and closing it self when you open to many copies of stetson
* Geekboy1011 hides
Yeah, good point.  Don't open a lot of Stetson's until I pull the emulation code into a new thread.

then make the option to compile with out the debugger work ;) been meaning to post about that in the issue tracker....
* Geekboy1011 goes to do so


also it just closes tiDE if you click cancel on the select rom option when you compile stuff
Compile without debugger is Ctrl+Shift+B, also know as Build.

SirCmpwn, when do you think you could maybe include Axe project management? Or I can see what I can do to help you with it.
Project management could be done in five minutes.  However, compilation will have to wait until I've added more to the emulator and added TI-Basic support.

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #200 on: June 22, 2011, 06:24:21 pm »
I'm fine with just project management for now, as I am sure more people would like as well. Hint hint.

SirCmpwn

  • Guest
Re: tiDE
« Reply #201 on: June 22, 2011, 07:03:43 pm »
I'm fine with just project management for now, as I am sure more people would like as well. Hint hint.
Fine.  The latest source code has support for Axe project management.  You still cannot compile Axe projects, though.
« Last Edit: June 22, 2011, 07:14:57 pm by SirCmpwn »

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #202 on: June 22, 2011, 07:10:58 pm »
:D Thank you!

SirCmpwn

  • Guest
Re: tiDE
« Reply #203 on: June 22, 2011, 07:13:50 pm »
Sure thing.

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #204 on: June 22, 2011, 07:17:52 pm »
Hate to be the bearer of bad news... But you can't add another file to the project... :|

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: tiDE
« Reply #205 on: June 22, 2011, 07:18:52 pm »
What do you mean by "extracted"?
If that code were assembled (and it was called test.asm), the following XML file would be generated as part of the output:
Code: [Select]
<documentation file="test.asm">
  <symbol name="Label"><![CDATA[ I
 Am
 Documentation]]</symbol>
</documentation>

Which of course can then be pulled back into tiDE and used to document internal labels.  It could also be exported with your final program as documentation of it's routines (for an OS, for instance).

Wow wiisum! :D




SirCmpwn

  • Guest
Re: tiDE
« Reply #206 on: June 22, 2011, 07:25:02 pm »
Hate to be the bearer of bad news... But you can't add another file to the project... :|
Warghablargh
* SirCmpwn goes to fix
Looks like syntax highlighting won't work, either.

Also, please note that the source code updates very frequently, often several times per day.  If you are using it from the source, make sure you update your version often.

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #207 on: June 22, 2011, 07:27:09 pm »
Actually... None of the right-clicks work at all in the designer for Axe.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: tiDE
« Reply #208 on: June 22, 2011, 07:28:26 pm »
Actually... None of the right-clicks work at all in the designer for Axe.

There's a WHAT?! You're planning to make this an Axe IDE too? :o
* Deep Thought sits down and waits patiently until this gets released




Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #209 on: June 22, 2011, 07:29:59 pm »
He plans on supporting like everything. Even parsing Axe :D