KMatle Expert Licensed User Longtime User Mar 3, 2016 #1 In larger programs it would be nice if the editor jumps to the sub by clicking on it: B4X: SaveFile ... Sub SaveFile Do something End Sub By clicking on "SaveFile" the editor should jump to the sub "SaveFile"
In larger programs it would be nice if the editor jumps to the sub by clicking on it: B4X: SaveFile ... Sub SaveFile Do something End Sub By clicking on "SaveFile" the editor should jump to the sub "SaveFile"
DonManfred Expert Licensed User Longtime User Mar 3, 2016 #2 KMatle said: By clicking on "SaveFile" the editor should jump to the sub "SaveFile" Click to expand... Try holding <STRG> while clicking on SaveFile (<STRG>+Click on subname)
KMatle said: By clicking on "SaveFile" the editor should jump to the sub "SaveFile" Click to expand... Try holding <STRG> while clicking on SaveFile (<STRG>+Click on subname)
ilan Expert Licensed User Longtime User Mar 3, 2016 #4 DonManfred said: Try holding <STRG> while clicking on SaveFile (<STRG>+Click on subname) Click to expand... hey, to me also. thanx
DonManfred said: Try holding <STRG> while clicking on SaveFile (<STRG>+Click on subname) Click to expand... hey, to me also. thanx
S sorex Expert Licensed User Longtime User Mar 3, 2016 #5 nice. What's the meaning of STRG? Is that a german translation of ConTRoL ?
ilan Expert Licensed User Longtime User Mar 3, 2016 #6 sorex said: nice. What's the meaning of STRG? Is that a german translation of ConTRoL ? Click to expand... Yes
sorex said: nice. What's the meaning of STRG? Is that a german translation of ConTRoL ? Click to expand... Yes
DonManfred Expert Licensed User Longtime User Mar 3, 2016 #7 STRG = Appreviation of Steuerung (German word for Control)
ArminKH Well-Known Member Mar 3, 2016 #8 DonManfred said: Try holding <STRG> while clicking on SaveFile (<STRG>+Click on subname) Click to expand... just a note.On the German keyboard, the English CTRL (Control) key is labeled as STRG
DonManfred said: Try holding <STRG> while clicking on SaveFile (<STRG>+Click on subname) Click to expand... just a note.On the German keyboard, the English CTRL (Control) key is labeled as STRG
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2016 #9 Ctrl + Click is very useful. You can also jump to variables declarations. List of useful navigational related features: https://www.b4x.com/android/forum/t...ookmarks-than-edit-history.55834/#post-392877
Ctrl + Click is very useful. You can also jump to variables declarations. List of useful navigational related features: https://www.b4x.com/android/forum/t...ookmarks-than-edit-history.55834/#post-392877
ilan Expert Licensed User Longtime User Mar 3, 2016 #10 Erel said: Ctrl + Click is very useful. You can also jump to variables declarations. List of useful navigational related features: https://www.b4x.com/android/forum/t...ookmarks-than-edit-history.55834/#post-392877 Click to expand... Why not mention it 3 years ago Do you know how many acamol i took because of the scrolling up and down up and down up and down...
Erel said: Ctrl + Click is very useful. You can also jump to variables declarations. List of useful navigational related features: https://www.b4x.com/android/forum/t...ookmarks-than-edit-history.55834/#post-392877 Click to expand... Why not mention it 3 years ago Do you know how many acamol i took because of the scrolling up and down up and down up and down...
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2016 #11 ilan said: Why not mention it 3 years ago Click to expand... It was only added in v5.0. However go over the other features in the list. There are more important features such as "find all references" (F7) and the quick go to (Ctrl + E).
ilan said: Why not mention it 3 years ago Click to expand... It was only added in v5.0. However go over the other features in the list. There are more important features such as "find all references" (F7) and the quick go to (Ctrl + E).
ilan Expert Licensed User Longtime User Mar 3, 2016 #12 Erel said: It was only added in v5.0. Click to expand... Ohh sorry Erel said: However go over the other features in the list. There are more important features such as "find all references" (F7) and the quick go to (Ctrl + E). Click to expand... Will do it for sure. Thank you Now you save me enough money that i have spent on drugs (against headache!) to buy the next b4a update license.
Erel said: It was only added in v5.0. Click to expand... Ohh sorry Erel said: However go over the other features in the list. There are more important features such as "find all references" (F7) and the quick go to (Ctrl + E). Click to expand... Will do it for sure. Thank you Now you save me enough money that i have spent on drugs (against headache!) to buy the next b4a update license.
S sorex Expert Licensed User Longtime User Mar 3, 2016 #13 ilan said: Do you know how many acamol i took because of the scrolling up and down up and down up and down... Click to expand... collapse everything you don't need and don't add subs above it by typing or they will all expand again
ilan said: Do you know how many acamol i took because of the scrolling up and down up and down up and down... Click to expand... collapse everything you don't need and don't add subs above it by typing or they will all expand again
klaus Expert Licensed User Longtime User Mar 3, 2016 #14 Erel said: Ctrl + Click is very useful Click to expand... Beginner's Guide chapter 4.2.13 Jump to a subroutine Erel said: List of useful navigational related features: https://www.b4x.com/android/forum/t...ookmarks-than-edit-history.55834/#post-392877 Click to expand... These are also in the Beginner's Guide.
Erel said: Ctrl + Click is very useful Click to expand... Beginner's Guide chapter 4.2.13 Jump to a subroutine Erel said: List of useful navigational related features: https://www.b4x.com/android/forum/t...ookmarks-than-edit-history.55834/#post-392877 Click to expand... These are also in the Beginner's Guide.
KMatle Expert Licensed User Longtime User Mar 3, 2016 #15 ilan said: scrolling up and down up and down up and down Click to expand... My typical test: - 1st start - ok, forgot to set the breaktpoint - 2nd start - damned, forgot to start Apache - 3rd start - looks good, will step one line forward - damned, wrong click (step out) - 4th start - yep, that works. Let's step out - #!%"&§/$ wrong klick (restart)
ilan said: scrolling up and down up and down up and down Click to expand... My typical test: - 1st start - ok, forgot to set the breaktpoint - 2nd start - damned, forgot to start Apache - 3rd start - looks good, will step one line forward - damned, wrong click (step out) - 4th start - yep, that works. Let's step out - #!%"&§/$ wrong klick (restart)
KMatle Expert Licensed User Longtime User Mar 3, 2016 #16 sorex said: collapse everything Click to expand... I had that idea 2 months ago, too: Collapse it and after 0,00005 secs I need to see that sub, so I spend my evening with collapsing and expanding every second
sorex said: collapse everything Click to expand... I had that idea 2 months ago, too: Collapse it and after 0,00005 secs I need to see that sub, so I spend my evening with collapsing and expanding every second
KMatle Expert Licensed User Longtime User Mar 3, 2016 #17 klaus said: Beginner's Guide chapter 4.2.13 Jump to a subroutine Click to expand...