Author Topic: XShell  (Read 6054 times)

0 Members and 1 Guest are viewing this topic.

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
XShell
« on: December 12, 2010, 12:07:20 am »
This is the other half of the XDE project: the XShell. It's basically the main menu of XDE, but with some extra features of its own:

  • Automatically finding and listing main Axe sources
  • "Projects" (basically just treating subprograms called with prgm as code sections
  • Running the program directly from the shell (after checking if the compiled version exists)
  • An in-program debugger (XDBug; still gotta work on it)

I'm also thinking of a compile-and-test button, if Axe ever supports compiling directly from a program :D

So here's a shot. It's a few days old, and you can still see there are a couple of bugs (I've already fixed a few). It shows the program list nicely, as well as the "project" sections.




Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: XShell
« Reply #1 on: December 12, 2010, 04:07:34 pm »
Wow, looking good :D
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: XShell
« Reply #2 on: December 13, 2010, 03:20:04 pm »
This looks nice! Are you gonna add a title at the top?

Ashbad

  • Guest
Re: XShell
« Reply #3 on: December 13, 2010, 03:29:13 pm »
ooh, looks very nice.  Keep up the great work! :D

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: XShell
« Reply #4 on: December 13, 2010, 03:45:48 pm »
Quote from: DJ Omnimaga
This looks nice! Are you gonna add a title at the top?

Yep, and I'll do that last (with all the logo stuff in XDE).




Offline Steelm

  • LV2 Member (Next: 40)
  • **
  • Posts: 21
  • Rating: +0/-5
    • View Profile
Re: XShell
« Reply #5 on: February 15, 2011, 10:51:29 pm »
Nice