F2 key (find definition) works again on labels.
[DEVELOPMENT ENVIRONMENT] * BUG: F2 key (find definition) works again on labels.
This commit is contained in:
parent
7e392841d5
commit
69958cde66
1 changed files with 1 additions and 1 deletions
|
@ -2367,7 +2367,7 @@ Private Sub FindDefinition() As Boolean
|
|||
|
||||
If sKeyword Begins "{" And If sKeyword Ends "}" Then sKeyword = Mid$(sKeyword, 2, -1)
|
||||
|
||||
If iCpt >= 1 And If Highlight.Types[iCpt] = Highlight.Symbol Then
|
||||
If iCpt >= 1 And If Highlight.Types[iCpt] = Highlight.Label Then
|
||||
|
||||
If aSymbols[iCpt - 1] = "GOTO" Or If aSymbols[iCpt - 1] = "GOSUB" Then
|
||||
|
||||
|
|
Loading…
Reference in a new issue