Search found 4 matches

by BarrySumpter
Sun Feb 15, 2004 4:18 am
Forum: Tips
Topic: One Button to comment out ANY type of code!
Replies: 10
Views: 5591

Any chance of you making help.doc instead of readme.txt ?

Adding Screen shots would be fantastic!

I know I'm pushing my luck here but...
Any chance of you building/compiling a singlequoteComment.tmp and singlequoteUncomment.tmp?

Or perhaps consider my comment:
-----
Is there a way to code the ...
by BarrySumpter
Sun Feb 15, 2004 3:39 am
Forum: Tips
Topic: One Button to comment out ANY type of code!
Replies: 10
Views: 5591

Hi all,

"....Also, make sure that Case StringInStr("asp", $type) appears before Case Else. ...."

Correct.



However,

"....Make sure that there is a macro named ' Comment on your macros menu. ...."

NOT so.

Only the // and ; comment and uncomment are available on the macros menu. Which I ...
by BarrySumpter
Sat Feb 14, 2004 10:46 pm
Forum: Tips
Topic: One Button to comment out ANY type of code!
Replies: 10
Views: 5591

' comment (single quote for commenting vbscript and ASP

I've added

Case StringInStr("asp", $type)
$macro = "' Comment"
; - single quote

to commentA.au3

and under

Configure | Preferences | Tools

Name: ' Comment - single quote

Command: H:\Program Files\AutoIt3\AutoIt3.exe
Parameters: "H:\Program Files\TextPad 4\AutoIT\commentA.au3" $Sel
Initial ...
by BarrySumpter
Sat Feb 14, 2004 9:13 pm
Forum: Tips
Topic: One Button to comment out ANY type of code!
Replies: 10
Views: 5591

Well Done Gentlemen!

:D

Excellent work gentlemen.

I've been using TextPad for years.

I've just started to look as ASP and VBScript.

What a surprise to have color coding for html and ASP etc. already inplemented in TextPad.

Your block comment/uncomment solution to what I believe is a major oversight in textpad is ...