OiMunk 0 Posted January 24, 2011 This might be a SciTe question. Is there a way to have a large chunk of text not executed, without having to type 100's of semi-colons? Using regions perhaps? Or to remove a large "while" loop without deleting it? Share this post Link to post Share on other sites
nitekram 68 Posted January 24, 2011 try #cs in front of what you want to comment and then use #ce at the end 2¢All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDFLearning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming TipsExcel ChangesControlHover.UDFGDI_PlusDraw_On_ScreenGDI BasicsGDI_More_BasicsGDI RotateGDI GraphGDI CheckExistingItemsGDI TrajectoryReplace $ghGDIPDll with $__g_hGDIPDllDLL 101?Array via ObjectGDI SwimlaneGDI Plus French 101 SiteGDI Examples UEZGDI Basic ClockGDI DetectionTernary operator Share this post Link to post Share on other sites
saywell 3 Posted January 24, 2011 #cs and #ce will do the trick. It's often easier to put the #ce at the end of the section first, then move up to the starting point to put the #cs in. It's surprising how much harder it is visually to scan the text when it's all green! William Share this post Link to post Share on other sites
whim 1 Posted January 24, 2011 Selecting the region to ignore, followed by Control + Q does the trick as well Share this post Link to post Share on other sites
OiMunk 0 Posted January 24, 2011 Perfect, both techniques work great. thanks Share this post Link to post Share on other sites