Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#750 closed Bug (Fixed)

SciTE "toggle all folds" shows not all functions

Reported by: TinyBoy Owned by: Jos
Milestone: 3.2.13.14 Component: SciTE4AutoIt
Version: 3.2.12.1 Severity: None
Keywords: Cc:

Description

Toggle the following code and you'll see the begin of first function and end of third function.

Local $city
Test("Greece")
MsgBox(0, "Capital city is ", $city)
Func Test($Country)

If $Country = "Greece" Then Assign("City", "Athen")

EndFunc ;==>Test
Func test1()
EndFunc ;==>test1
Func test2()
EndFunc ;==>test2

Attachments (0)

Change History (2)

comment:1 by Jos, 17 years ago

Milestone: 3.2.13.14
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.13.14

comment:2 by Jos, 17 years ago

Fixed in SciLexer v 1.7.7.5 available in the Beta directory of SciTE4AutoIt3 and in the next version of the included SciTE4AutoIt3.

Jos

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


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