Author Topic: Fast scroll to bottom of code editor  (Read 17969 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
Re: Fast scroll to bottom of code editor
« Reply #45 on: November 28, 2011, 09:56:54 pm »
I only tried it with MirageOS installed, and apparently DoorsCS doesn't like it. Use zStart if you have a TI-84 Plus -- it doesn't have these bugs :P
« Last Edit: November 28, 2011, 09:57:13 pm by Deep Thought »




Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #46 on: November 28, 2011, 09:58:24 pm »
Have 83+ and doors.
* epic7 smashes something

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #47 on: November 29, 2011, 01:15:14 am »
Have 83+ and doors.
* epic7 smashes something
Then you can try my method, maybe ?
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #48 on: November 29, 2011, 07:44:15 pm »
How does that work?

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #49 on: November 29, 2011, 09:16:09 pm »
How does that work?

If you put Goto XX as the FIRST line of the program , the BASIC parser jump  to wherever you put Label XX.  Once the OS reaches XX, it realizes that it is not BASIC code.  The BASIC parser will toss an error saying that it is invalid code.  Then, you select the option to goto the error. 

The only downside to this is that you have to change the first line of the program back in order to have it parsed by Axe.
ld a, 0
ld a, a

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: Fast scroll to bottom of code editor
« Reply #50 on: June 20, 2013, 04:07:04 am »
Necrobump:

I wonder if this would be easy to port to the TI-84 Plus C Silver Edition? It takes 10 minutes to scroll through 20 KB of code O.O

Or maybe get it integrated into Doors CS 7 and 8?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Fast scroll to bottom of code editor
« Reply #51 on: June 20, 2013, 04:07:48 am »
this thing is helpful indeed O.O
BUt, well, zstart ftw :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: Fast scroll to bottom of code editor
« Reply #52 on: June 20, 2013, 04:11:05 am »
Yeah the issue is that some people need Doors CS' features that can be messed up by ZStart, and ThePenguin77 stated a few times that he is neither planning to get a TI-84 Plus C Silver Edition nor to port ZStart to it.
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: Fast scroll to bottom of code editor
« Reply #53 on: July 08, 2013, 06:12:19 pm »
I wonder if this would be easy to port to the TI-84 Plus C Silver Edition? It takes 10 minutes to scroll through 20 KB of code O.O
That's slower than my old TI-83 Plus O.O

I need to get a CSE sometime. Can't wait to start making stuff for a color screen :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: Fast scroll to bottom of code editor
« Reply #54 on: July 09, 2013, 12:18:03 am »
Indeed. It's that bad. However we can do some decent games with it, plus since the languages are similar, some programs might not be too hard to port, such as this one. (although if it's Axe I guess it has to be disassembled first)
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: Fast scroll to bottom of code editor
« Reply #55 on: December 17, 2013, 11:32:32 pm »
Indeed. It's that bad. However we can do some decent games with it, plus since the languages are similar, some programs might not be too hard to port, such as this one. (although if it's Axe I guess it has to be disassembled first)
This is a hook written in assembly. Any news on if hooks work the same way in CSE models?

EDIT: 8k posts!
« Last Edit: December 17, 2013, 11:32:56 pm by Deep Thought »




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: Fast scroll to bottom of code editor
« Reply #56 on: December 18, 2013, 12:30:42 am »
I think they do. Mostly the LCD is different, as well as the extra RAM amount (128 KB, contrary to 48 KB on newer 84+ calcs)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #57 on: December 18, 2013, 01:55:32 am »
That hook was ported to the CSE so I guess they work the same way or another but they work.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s