Author Topic: Fast scroll to bottom of code editor  (Read 17913 times)

0 Members and 1 Guest are viewing this topic.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Fast scroll to bottom of code editor
« on: May 30, 2011, 03:12:56 pm »
Is there a modification for the code editor available that allows you to scroll to the bottom of your programme reaaaaallly fast? Most of the time I'm scrolling down. Alpha is just not fast enough :(
If you like my work: why not give me an internet?








Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #1 on: May 30, 2011, 03:13:31 pm »
Is there a modification for the code editor available that allows you to scroll to the bottom of your programme reaaaaallly fast? Most of the time I'm scrolling down. Alpha is just not fast enough :(

Oh my, how I wish that lots of times too, but I don't really know any.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Fast scroll to bottom of code editor
« Reply #2 on: May 30, 2011, 03:17:08 pm »
When there is an error message it scrolls down rapidly to a line of code, so it is possible. (Lots of hackers hanging around here  ;D)
If you like my work: why not give me an internet?








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 #3 on: May 30, 2011, 03:47:26 pm »
When there is an error message it scrolls down rapidly to a line of code, so it is possible. (Lots of hackers hanging around here  ;D)

If you're using BASIC, one way to do that is to put a Pause or something at the end of the program, then run the program and get to that Pause and press ON to break > 2:Goto. You could also install DoorsCS 7 to use its Instant Goto.




Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #4 on: May 30, 2011, 04:12:14 pm »
When there is an error message it scrolls down rapidly to a line of code, so it is possible. (Lots of hackers hanging around here  ;D)

If you're using BASIC, one way to do that is to put a Pause or something at the end of the program, then run the program and get to that Pause and press ON to break > 2:Goto. You could also install DoorsCS 7 to use its Instant Goto.

How to use the Instant Goto in DCS7?

Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: Fast scroll to bottom of code editor
« Reply #5 on: May 30, 2011, 04:14:23 pm »
when an error ocured (pressing on), and you select 'goto error', you'll jump to the line in which the error occured.
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Fast scroll to bottom of code editor
« Reply #6 on: May 31, 2011, 01:35:02 am »
This is the axe board >:( I know that trick, but axe is compiled, so it won't work :P
Any mods for the editor??
« Last Edit: May 31, 2011, 01:35:19 am by Keoni29 »
If you like my work: why not give me an internet?








Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #7 on: May 31, 2011, 03:00:00 am »
This is the axe board >:( I know that trick, but axe is compiled, so it won't work :P
Any mods for the editor??

Nobody gave a mod, so I guess there isn't.

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 #8 on: May 31, 2011, 03:39:30 am »
When there is an error message it scrolls down rapidly to a line of code, so it is possible. (Lots of hackers hanging around here  ;D)

If you're using BASIC, one way to do that is to put a Pause or something at the end of the program, then run the program and get to that Pause and press ON to break > 2:Goto. You could also install DoorsCS 7 to use its Instant Goto.

How to use the Instant Goto in DCS7?
Just run it once. However it doesn't work with Axe Parser. It would be nice to have, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Fast scroll to bottom of code editor
« Reply #9 on: May 31, 2011, 09:33:13 am »
It would be nice if you could fast-scroll to the middle or the end or even better:to a certain Lbl
If you like my work: why not give me an internet?








Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Fast scroll to bottom of code editor
« Reply #10 on: May 31, 2011, 09:43:38 am »
Thats already a feature request. I hope it'll be added soon.
I'm not a nerd but I pretend:

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #11 on: May 31, 2011, 05:59:22 pm »
I'd love scrolling to the end, or as Keoni recommended to some Label

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: Fast scroll to bottom of code editor
« Reply #12 on: May 31, 2011, 06:05:39 pm »
I bumped the zStart thread to see if ThePenguin would add it there.
http://ourl.ca/10110/215064

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Fast scroll to bottom of code editor
« Reply #13 on: May 31, 2011, 06:07:57 pm »
I bumped the zStart thread to see if ThePenguin would add it there.
http://ourl.ca/10110/215064

Good idea, you even added other ideas. So @Keoni, there's a chance this could be done, but thepenguin may not be able to make it, but he's a wonderful coder, I hope he can.

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: Fast scroll to bottom of code editor
« Reply #14 on: May 31, 2011, 06:09:09 pm »
So @Keoni, there's a chance this could be done, but thepenguin may not be able to make it, but he's a wonderful coder, I hope he can.
If he doesn't make it, there are other capable coders that could, but I think it has the highest chance of getting done by thepenguin. :)