I the old days, when I coded in QB45, I used to be able to highlight a block of text, press tab and have the entire block of text that I highlighted tab over one tab selection. I like to keep my code need and readable with spacing. I can't figure out how to do this in PB. Is there something I am missing or just nadda an option? I am using the PB editor..
Announcement
Collapse
No announcement yet.
Shift+Tab and move code?
Collapse
X
-
I never use PBEdit but, I just tried and it works for me.
PBEdit v8.04.0042 here.
I don't see any obvious/relevant option in the Options... menu, so I can just confirm it work but can't help much.
Bye!-- The universe tends toward maximum irony. Don't push it.
File Extension Seeker - Metasearch engine for file extensions / file types
Online TrID file identifier | TrIDLib - Identify thousands of file formats
-
Just Highlite and Tab to indent, Highlite and "Shift + Tab" to move back an indent.
added bonus with PB8 is you can block comment with <Cntrl>Q to comment, and <Cntrl><Shift>Q to uncomment blocks.....much better than the old VB way that you had to do each line separatelyEngineer's Motto: If it aint broke take it apart and fix it
"If at 1st you don't succeed... call it version 1.0"
"Half of Programming is coding"....."The other 90% is DEBUGGING"
"Document my code????" .... "WHYYY??? do you think they call it CODE? "
Comment
-
I am sadly finding this option missing in other languages I am currently testing a PB Dll in.....VB6 being one of them that I have to comment out each line separately.
Yet another reason I love PB over the other languagesEngineer's Motto: If it aint broke take it apart and fix it
"If at 1st you don't succeed... call it version 1.0"
"Half of Programming is coding"....."The other 90% is DEBUGGING"
"Document my code????" .... "WHYYY??? do you think they call it CODE? "
Comment
Comment