Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 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

Change History (2)

comment:1 Changed 16 years ago by Jos

  • Milestone set to 3.2.13.14
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.2.13.14

comment:2 Changed 16 years ago by Jos

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

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

Author


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

 
Note: See TracTickets for help on using tickets.