remark more then one line of sourcecode

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
WolfgangS
Enthusiast
Enthusiast
Posts: 174
Joined: Fri Apr 25, 2003 3:30 pm

remark more then one line of sourcecode

Post by WolfgangS »

Hi !
it would be very nice to get the possbility to remove more then one line (with ; ) very fast from the other Source code.

Something like /* .... */ in C.

MFG
WolfgangS
Cor
Enthusiast
Enthusiast
Posts: 124
Joined: Fri Apr 25, 2003 7:52 pm
Location: Netherlands
Contact:

Post by Cor »

It's already there :D

select lines you want to comment
press CRTL-B (or right mouse [insert comments ) to comment it
press ALT-B (or right mouse [remove comments ) to remove comments
Cor de Visser

Registered PureBasic user

Author of ChordPlanet
Made with PureBasic
http://www.chordplanet.com
WolfgangS
Enthusiast
Enthusiast
Posts: 174
Joined: Fri Apr 25, 2003 3:30 pm

Post by WolfgangS »

Oh, i see ... 8O
Thank you ...
Post Reply