Author Topic: tiDE  (Read 69783 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Re: tiDE
« Reply #210 on: June 22, 2011, 07:31:53 pm »
Actually... None of the right-clicks work at all in the designer for Axe.
Designer...?  You should use the solution explorer to add files.  Right click on the project node and use Add>New or Add>Existing.
I resolved the issue in the latest changeset.  Also, when you find problems, please create a Codeplex account and post the issues here.  This makes it easier for me to address each one.

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
Everything TI-calculator related... z80 asm, TI-Basic, Axe, Nspire C, 68k asm, etc.

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #211 on: June 22, 2011, 07:32:55 pm »
So... Have you noticed a problem with the SVN for this? I get an error on all my computers with Brazil/Properties or soemthing like that.

:| error invalid index when trying to add a new file.
« Last Edit: June 22, 2011, 07:37:14 pm by jkag »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: tiDE
« Reply #212 on: June 22, 2011, 09:11:27 pm »
The Axe IDE sounds promising. I can't wait for more updates :). I'M also glad to see more people use this now :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline pianoman

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 426
  • Rating: +24/-0
  • ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
    • View Profile
Re: tiDE
« Reply #213 on: June 22, 2011, 09:53:20 pm »
Is there Lua support in the works?

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #214 on: June 22, 2011, 10:34:05 pm »
I'd imagine so. All calc related stuff.

SirCmpwn

  • Guest
Re: tiDE
« Reply #215 on: June 22, 2011, 10:35:00 pm »
Yes, with all the same features as every other language (source level debugging, code folding, syntax highlighting, code completion, and more).

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: tiDE
« Reply #216 on: June 23, 2011, 04:37:28 am »
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
Everything TI-calculator related... z80 asm, TI-Basic, Axe, Nspire C, 68k asm, etc.
What about Prizm? ;D

SirCmpwn

  • Guest
Re: tiDE
« Reply #217 on: June 23, 2011, 09:40:39 am »
Prizm isn't a TI calculator.  It will not be supported out of the box.  You can easily write an add-in.
« Last Edit: June 23, 2011, 10:50:17 am 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 #218 on: June 23, 2011, 01:44:45 pm »
I don't know if you saw this already, but the svn checkout doesn't seem to be working. I looked in the repo browser and it seems that you are syncing a .svn folder to SVN. in Brazil/Properties

SirCmpwn

  • Guest
Re: tiDE
« Reply #219 on: June 23, 2011, 02:56:18 pm »
I don't know if you saw this already, but the svn checkout doesn't seem to be working. I looked in the repo browser and it seems that you are syncing a .svn folder to SVN. in Brazil/Properties
Ouch x.x I'll look into it, although SVN isn't a major issue at the moment.

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: tiDE
« Reply #220 on: June 23, 2011, 03:08:31 pm »
:( I don't wanna download a 6mb file every time you update lol...

SirCmpwn

  • Guest
Re: tiDE
« Reply #221 on: June 23, 2011, 04:22:29 pm »
Sorry :P

SirCmpwn

  • Guest
Re: tiDE
« Reply #222 on: July 13, 2011, 03:45:53 pm »
I got Source Locations working, which is part of an overall Code Insight system designed to gather information about code.  What this one does is gathers a list of important locations in a source file - in the case of assembly and TI-Basic, it gathers labels.  The Solution Explorer ties into this feature:


The Solution Explorer now enumerates labels within source files, and clicking any one of these will jump to its location in the source code.

I also added custom tools, so you can create links to any files and have them appear in the menu.  If you wanted, you could use all the slick features of tiDE with another assembler while I work out the bugs in the assembler, and use Wabbitemu until I get integrated debugging working.
« Last Edit: July 13, 2011, 04:48:54 pm by SirCmpwn »

SirCmpwn

  • Guest
Re: tiDE
« Reply #223 on: July 14, 2011, 11:47:35 am »
I finally got around to fixing subversion.  You can checkout https://tidenv.svn.codeplex.com/svn now.

« Last Edit: July 14, 2011, 11:52:23 am by SirCmpwn »

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: tiDE
« Reply #224 on: July 15, 2011, 08:29:33 pm »
Yay SVN's working :D

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.