Project

General

Profile

Actions

Bug #34

closed

Parser chokes on IFDEF statement in cEditorEdit.pkg

Added by Wil van Antwerpen about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Start date:
03/28/2017
Due date:
% Done:

0%

Estimated time:

Description

I noticed that the code treeview was no longer populated in the cEditorEdit.pkg file.

Turns out that it is due to this tidbit:
#IFDEF TH_SCINTILLA
Class cCodeEdit is a cSciLexer
End_Class
#ELSE
Class cCodeEdit is a cCodeMaxEdit
End_Class
#ENDIF

The parser is somehow counting an end_class too many.

Actions

Also available in: Atom PDF