Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1434 closed Bug (Wont Fix)

Tidy, Multi Line, Trivial.

Reported by: anonymous Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: Other Severity: None
Keywords: Cc:

Description

Global Enum _
		$1,_ ;; trigger.
		$2, _ ;; effect: moves inwards on tidy first pass.
		$3,_
		$4, _
		$5, _

v2.0.29.0

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by TicketCleanup

  • Version set to Other

Automatic ticket cleanup.

comment:2 Changed 14 years ago by Jos

  • Resolution set to Wont Fix
  • Status changed from new to closed

This is actually not really a bug but Tidy fixing a syntax error for you because it assumes you forgot a space in front of the underscore and inserts that in the first iteration. The reason the Indentation is not correct in one iteration is because the indentation logic is performed before the 'tidy' logic.
I have no plans to fix this to make it work in one iteration and am more inclined to remove the "add space before underscore" since this was really done in the time the syntax changed and should be well known by now.

Jos

comment:3 Changed 14 years ago by anonymous

+1 replace. (Nothing works better than a error/warning message to correct false assumptions)

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jos.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.