Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1603 closed Feature Request (Rejected)

Comment-Before Character

Reported by: jaberwocky6669 Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: semicolon comment Cc:

Description

I propose a comment character that will comment out code that appears before the occurence of the character.

Ex:

Global <comment character> Local $variable = _function()

I'm sure there could be better uses than the example that I came up with here. As far as any available characters that could be used... ? Maybe a char combination of an exclamation and a semicolon (!;).

Attachments (0)

Change History (3)

comment:1 by Valik, 16 years ago

Resolution: Rejected
Status: newclosed

What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense.

in reply to:  1 ; comment:2 by anonymous, 16 years ago

Replying to Valik:

What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense.

Because the commented code will be greyed out...

in reply to:  2 comment:3 by Jaberwocky6669, 16 years ago

Replying to anonymous:

Replying to Valik:

What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense.

Because the commented code will be greyed out...

That last comment was me btw

I guess the most practical purpose would be rapidly comment out a suspicious section of one line of code to see if it is causing any problems.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.