Author Topic: ADE Dev Screenshots  (Read 12712 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #15 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.
/e

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: Dev Screenshots
« Reply #16 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #17 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
/e

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Dev Screenshots
« Reply #18 on: February 21, 2010, 10:53:45 am »
Very good!

I have to see the code. :)
Hobbing in calculator projects.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #19 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.
« Last Edit: February 21, 2010, 05:56:54 pm by Eeems »
/e

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Dev Screenshots
« Reply #20 on: February 21, 2010, 08:12:57 pm »
Looks nice!  Keep up the great work! :)

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: Dev Screenshots
« Reply #21 on: February 21, 2010, 08:59:46 pm »
nice ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #22 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!
« Last Edit: February 23, 2010, 06:46:39 pm by Eeems »
/e

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: Dev Screenshots
« Reply #23 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #24 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...
/e

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: Dev Screenshots
« Reply #25 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #26 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.
/e

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Dev Screenshots
« Reply #27 on: February 23, 2010, 08:03:41 pm »
Looking good!  This is progressing quite nicely, good job Eeems!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Dev Screenshots
« Reply #28 on: February 23, 2010, 08:27:13 pm »
Thanks! I've been working hard at it :p
/e

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Dev Screenshots
« Reply #29 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