Author Topic: Mosaic Feature Requests  (Read 12633 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Mosaic Feature Requests
« on: June 22, 2010, 04:42:41 pm »
Posts feature requests for Mosaic here.
« Last Edit: August 18, 2010, 08:15:39 pm by DJ Omnimaga »

Offline TC01

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 344
  • Rating: +9/-0
    • View Profile
Re: Feature Requests
« Reply #1 on: July 01, 2010, 09:39:54 pm »
Possibly you've already thought of this, but will Mosaic be able to compile to applications, like Axe can/will be able to? I think that might be a useful feature.



The userbars in my sig are links embedded links.

And in addition to calculator (and Python!) stuff, I mod Civilization 4 (frequently with Python).

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: Feature Requests
« Reply #2 on: July 01, 2010, 10:20:56 pm »
Complete use of define and equ.  I really want those if they aren't already planned. :)

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: Feature Requests
« Reply #3 on: July 01, 2010, 10:31:11 pm »
Making the hex code publicly viewable (that's actually what I liked about OTBP). Wouldn't it be small and simple to parse each individual nibble and simply display its token after the assembling is complete? Maybe it could be an option?




SirCmpwn

  • Guest
Re: Feature Requests
« Reply #4 on: July 05, 2010, 04:41:20 am »
Complete use of define and equ.  I really want those if they aren't already planned. :)
Full compatibility with popular include file formats is planned.  The goal is for you to be able to pick up your projects and work on them oncalc without any modifications.  You can even code off of a flash drive.
Making the hex code publicly viewable (that's actually what I liked about OTBP). Wouldn't it be small and simple to parse each individual nibble and simply display its token after the assembling is complete? Maybe it could be an option?
Probably not.  Im basically going to include calcsys though, so you can achieve a similar effect.
Possibly you've already thought of this, but will Mosaic be able to compile to applications, like Axe can/will be able to? I think that might be a useful feature.
Possibly.

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: Feature Requests
« Reply #5 on: July 05, 2010, 04:46:14 am »
Making the hex code publicly viewable (that's actually what I liked about OTBP). Wouldn't it be small and simple to parse each individual nibble and simply display its token after the assembling is complete? Maybe it could be an option?
Probably not.  Im basically going to include calcsys though, so you can achieve a similar effect.

What do you mean by including CalcSys? Will Mosaic have a built-in hex viewer? That'd be nice :D




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: Feature Requests
« Reply #6 on: July 05, 2010, 04:32:32 pm »
I think he means that plus the ability to edit the hex (maybe to fix things caused by a program crashing, for example, providing you know what you are doing)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: Feature Requests
« Reply #7 on: July 06, 2010, 12:01:57 am »
Oh, that'd be useful.

So about how many equates are already supported (just for a sense of scale)?

And another feature request (if it hasn't been included already): allowing OTBP-style syntax, at least partly (i.e., not having to type all the special characters like #, _, etc.)
« Last Edit: July 06, 2010, 12:02:52 am by Deep Thought »




Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Feature Requests
« Reply #8 on: July 06, 2010, 05:38:22 am »
It would be a very cool feature to have it do both compiling and disassembly.  Even if the disassembler is done very simply without creating local labels or anything complicated like that, it would still be very useful.
___Axe_Parser___
Today the calculator, tomorrow the world!

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: Feature Requests
« Reply #9 on: July 06, 2010, 05:43:57 am »
Constantly displaying the line getting assembled. That would give a sense of "where it is".




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: Feature Requests
« Reply #10 on: July 06, 2010, 12:20:43 pm »
Wouldn't that be slow? Plus it would assemble each of the 1000+ lines so fast that you wouldn't even have time to read the text
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: Feature Requests
« Reply #11 on: July 06, 2010, 12:24:00 pm »
Constantly displaying the line getting assembled. That would give a sense of "where it is".
That would be very slow, wouldn't it.  It may be cool as an option that could be toggled on or off. :)

_player1537

  • Guest
Re: Feature Requests
« Reply #12 on: July 06, 2010, 12:25:02 pm »
display every 3rd or 4th or even 5th line of the program?

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: Feature Requests
« Reply #13 on: July 06, 2010, 12:43:07 pm »
I would prefer maybe just a progress bar or percentage, like in Axe Parser
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: Feature Requests
« Reply #14 on: July 06, 2010, 10:21:48 pm »
Automatic header insertion (e.g. for Mirage or Ion) in the editor, and an option as to which header should be added.

Does Mosaic support Mirage and Ion equates?