Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Eeems on February 19, 2010, 08:12:11 pm

Title: ADE Dev Screenshots
Post by: Eeems on February 19, 2010, 08:12:11 pm
I'll post some screenshots I take while I develop here
here is me trying to get tabs to work, and I got the toolbar to have images.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 19, 2010, 08:16:02 pm
very nice ^^

Like it so far
Title: Re: Dev Screenshots
Post by: Eeems on February 19, 2010, 08:20:12 pm
thanks :D I'm currently trying to get the textbox to work correctly, but I may end up not having it fullscreen I guess...I don't know how to get it to go fullsize...
Title: Re: Dev Screenshots
Post by: Builderboy on February 19, 2010, 08:28:07 pm
I'm lovin' the tabs ;D Hope you can get the text box working correctly O.O
Title: Re: Dev Screenshots
Post by: Eeems on February 19, 2010, 08:33:19 pm
lol, thanks so do I...of course after that I will have to work on the tab code to manipulate it.
edit: here is a new one :P I got it to work! I need to try to add tab controls now...
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 19, 2010, 10:10:59 pm
I wonder if there will be code colorizing in future versions?
Title: Re: Dev Screenshots
Post by: ztrumpet on February 19, 2010, 10:15:15 pm
Looks awesome!  I like the program! ;D
Title: Re: Dev Screenshots
Post by: Eeems on February 19, 2010, 10:19:37 pm
I wonder if there will be code colorizing in future versions?
possibly...I don't know yet...I will be adding a syntax viewer later...

Ztrumpet: thanks!
Title: Re: Dev Screenshots
Post by: ztrumpet on February 19, 2010, 10:36:00 pm
The syntax viewer sounds cool.  How would it work?
Title: Re: Dev Screenshots
Post by: Eeems on February 19, 2010, 10:41:13 pm
It would open a window with the syntax parses out for you to view.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 19, 2010, 10:50:31 pm
this might be handy, sometimes we do small mistakes while coding and it takes ages for us to find out. In my case, an example I can give is the other day when I edited the forum theme, I sometimes forgot a ; at the end of some CSS lines and it would cause some stuff to not work x.x, but just that ; was hard to notice in such large code x.x
Title: Re: Dev Screenshots
Post by: Eeems on February 20, 2010, 03:04:04 pm
here is one of me working on the tabs more...I'm currently deciding on adding all the menu's that i would normally pop up and adding them into tabs.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 20, 2010, 04:56:59 pm
What will be the max possible amount of tabs open? Not that many might be necessary but this migth be good to make sure it woN't glitch out if ppl keep many things openand tab list gets too cluttered

EDIT: lol at the asm code :P
Title: Re: Dev Screenshots
Post by: Eeems on February 20, 2010, 05:25:20 pm
I think there will be no limit to the amount of tabs open...unless I can't do what I want...
yeah I was wondering when someone would notice that :P
Title: Re: Dev Screenshots
Post by: Madskillz on February 20, 2010, 06:42:25 pm
Looks great so far Eeems, keep it up
Title: Re: Dev Screenshots
Post by: Eeems on February 20, 2010, 06:50:04 pm
thanks!
here is a screenshot showing how it will open a new tab. I'm currently working on adding support for opening a file per tab.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 20, 2010, 07:31:58 pm
I think there will be no limit to the amount of tabs open...unless I can't do what I want...
yeah I was wondering when someone would notice that :P
I just remembered when I messed around with Opera once and decided to open about 800 tabs :P

I hope you add all shortcuts too. I would recommend CTRL+N for new tab,not window, because if there are tabs, I think people will want to use that shortcut instead
Title: Re: Dev Screenshots
Post by: Eeems on February 20, 2010, 07:39:55 pm
yeah I'm adding shortcuts, but ctrl-T is for a new file, ctrl-N replaces the current tab with a new file
Title: Re: Dev Screenshots
Post by: Galandros on February 21, 2010, 10:53:45 am
Very good!

I have to see the code. :)
Title: Re: Dev Screenshots
Post by: Eeems on February 21, 2010, 03:51:34 pm
Thanks!
Don't worry I'll upload the source to box.net today. And I'll build a nightly so everybody else can use it :)
also the images require an Internet connection, otherwise you will have just text.

EDIT: Here is one of the source tab.
Title: Re: Dev Screenshots
Post by: ztrumpet on February 21, 2010, 08:12:57 pm
Looks nice!  Keep up the great work! :)
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 21, 2010, 08:59:46 pm
nice ^^
Title: Re: Dev Screenshots
Post by: Eeems on February 23, 2010, 06:33:40 pm
ok, here are two more, one is me demonstrating the new tab renaming :D and the other is me working on debugging what I can in Firefox with the DOM inspector :D

EDIT: here is one showing the updating icon for unsaved documents! (it only changes when you change the content, and on save it changes back!
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 23, 2010, 07:14:10 pm
nice so far, are you sure Firefox DOM inspector is really reliable, tho? A while ago I heard something about not trusting browsers to check for scripts errors, because often, they threw errors where there weren't
Title: Re: Dev Screenshots
Post by: Eeems on February 23, 2010, 07:20:43 pm
Thanks!
Yeah the DOM inspector addon is reliable, it's helped me solve every problem so far without it I would have a hell of a lot harder time debugging x.x
the only thing it can't help me with is opening/saving files due to the fact that it isn't allowed to do that in firefox...for some odd reason...
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 23, 2010, 07:54:28 pm
oh it's a Firefox add-on? It might be fine, then, but I heard the built in firefox script checkers (Javascript mostly IIRC) aren't. Same for IE. IE will report JS errors that doesn't exist
Title: Re: Dev Screenshots
Post by: Eeems on February 23, 2010, 07:56:57 pm
Ah yeah...well I never use the built in stuff, I use firebug for cookies, xul, HTML, js, etc. And it integrates very well with the Dom inspector addon.
Title: Re: Dev Screenshots
Post by: Builderboy on February 23, 2010, 08:03:41 pm
Looking good!  This is progressing quite nicely, good job Eeems!
Title: Re: Dev Screenshots
Post by: Eeems on February 23, 2010, 08:27:13 pm
Thanks! I've been working hard at it :p
Title: Re: Dev Screenshots
Post by: ztrumpet on February 23, 2010, 09:41:20 pm
Eeems, this is really nice!  Great job!  You've made a ton of progress in such a short period of time. :)  I'm sure I'll use this when I write in Asm. :D
Title: Re: Dev Screenshots
Post by: Eeems on February 24, 2010, 08:40:27 pm
This is my Browser I'm working on, so far you can change the URL of the page you are going to. I have to add some parsing to the top to keep it from erroring.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on February 24, 2010, 11:59:55 pm
interesting
Title: Re: Dev Screenshots
Post by: Eeems on March 01, 2010, 08:16:42 pm
here is me playing around with the textbox style
Title: Re: Dev Screenshots
Post by: Geekboy1011 on March 01, 2010, 08:52:08 pm
nice eeems and i like the message XD
Title: Re: Dev Screenshots
Post by: Eeems on March 01, 2010, 09:23:18 pm
Lol thanks!
Should I make it white on black? Or not?
Title: Re: Dev Screenshots
Post by: ztrumpet on March 01, 2010, 09:24:51 pm
Nice Eeems!  Can you make it pink and message us about lobsters?
Title: Re: Dev Screenshots
Post by: Eeems on March 01, 2010, 09:40:07 pm
Lol easy :p
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on March 02, 2010, 12:43:05 am
I would prefer if we could choose the bg color and the text color maybe. I personally hate reading text on dark bg, but some people hate the opposite
Title: Re: Dev Screenshots
Post by: Eeems on March 02, 2010, 12:53:04 am
Yeah I know, I'll try to add in preferences later for that.
My goal is to allow for that, but I don't know when that will be done :/
Title: Re: Dev Screenshots
Post by: Eeems on March 05, 2010, 04:28:23 pm
Here is the preferences pane, let me know if you have any other preferences you would rather I included.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on March 05, 2010, 04:35:06 pm
interesting, I haven't seen such preference panel before. often, people will just have a window pop up. Btw make sure it is secure, too, that it won't let ppl put random shit in the fields, like the CSS one, screwing up the entire software or even the computer
Title: Re: Dev Screenshots
Post by: Eeems on March 05, 2010, 04:39:09 pm
well I'm not worried about the css one, it only effects the textbox, and it doesn't have enough control to mess up the whole program.
each time a text field is added the css is called into the stlye="" field and so it can't effect anything other then the textbox.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on March 05, 2010, 05:13:40 pm
well what I thought is if someone decided to do style="display: none;" x.x
Title: Re: Dev Screenshots
Post by: Eeems on March 05, 2010, 06:00:00 pm
Well they could do something like that, but it would only effect the textbox, so that would be easy to fix again.
Title: Re: Dev Screenshots
Post by: ztrumpet on March 05, 2010, 06:32:17 pm
That looks great Eeems! :D
Title: Re: Dev Screenshots
Post by: Eeems on March 05, 2010, 06:44:50 pm
Thanks! I actually am going to re-upload v1.5b with a few more updates, like if no tab is open then the open button also opens a new tab.
Title: Re: Dev Screenshots
Post by: Maizesmagikarp on March 07, 2010, 04:37:30 pm
Noms!
Would this work with the TI-Nspire?
Title: Re: Dev Screenshots
Post by: Eeems on March 07, 2010, 04:57:22 pm
well most likely, you would have to just change the paths for the emulator to the Nspire emulator (I don't know if it will work correctly though because I don't know how the command line arguments are for it) and the assembler path to an arm assembler. right now it is tailored for the 8x family but I can make some changes to allow for other calc types.
Title: Re: Dev Screenshots
Post by: Eeems on March 12, 2010, 05:19:02 pm
Here is me working on the C++ version :D
Title: Re: Dev Screenshots
Post by: trevmeister66 on March 12, 2010, 05:25:38 pm
Nice work E
Title: Re: Dev Screenshots
Post by: Radical Pi on March 12, 2010, 05:27:22 pm
Took me a few seconds to realize I should only care about the small window in the middle...
This looks cool. When you finish it I'll probably try teaching myself asm again (and maybe I won't fail this time!)
Title: Re: Dev Screenshots
Post by: Eeems on March 12, 2010, 06:02:44 pm
Thanks!
Yeah lol :p well good luck! If you are ever on irc you could ask someone for help. Calc84 helped me when I started.
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on March 12, 2010, 06:03:04 pm
nice

Btw since it use Visual C++ I assume it will be only for Windows, right? Also will it have dependencies such as .NET or the like?

As for ASM, I also recommend the forums, since a few of our asm coders aren't active on IRC. Otherwise, #omnimaga could do, or maybe #ti
Title: Re: Dev Screenshots
Post by: Eeems on March 12, 2010, 06:05:11 pm
Well yeah probably. I don't know about .NET...I'm just using the standard template for CRL(?) projects and building the UI. I have no idea how the code is going to look later.
Title: Re: Dev Screenshots
Post by: ztrumpet on March 12, 2010, 06:30:02 pm
That looks nice. :)  So it works with Asm and C++?  Cool. ;D
Title: Re: Dev Screenshots
Post by: Eeems on March 12, 2010, 06:47:26 pm
lol, no it's coded in C++ x.x
Title: Re: Dev Screenshots
Post by: ztrumpet on March 12, 2010, 06:48:47 pm
Ah, my bad.  ;D

It's still cool. :D
Title: Re: Dev Screenshots
Post by: Eeems on March 12, 2010, 06:53:37 pm
lol, np.
thanks! hopefully my dad will install Visual Studio '03 professional on my comp soon so I can work on it at home...
Title: Re: Dev Screenshots
Post by: DJ Omnimaga on March 12, 2010, 07:00:28 pm
I thought Visual C++ was different than C++, tho? I recall Visual BASIC having commands specific to Microsoft software, or something like that. Or is C++ completly different? I think Microsoft had a C language to themselves
Title: Re: Dev Screenshots
Post by: Eeems on March 12, 2010, 07:17:01 pm
well I think it is different...I don't know though...I'd have to have someone port it to mac/unix after I finish it