Bugs item #2687525, was opened at 2009-03-15 11:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=2687525&group_id=11005

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Program
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bert Wesarg (lebert)
Assigned to: Nobody/Anonymous (nobody)
Summary: tipsfile parser error wrt to eof

Initial Comment:
For include and alias blocks, the parser missed the last content line, if no
explicit empty line is at the end of file. I.e.:

--------8<--------
* language *
C

hello
world

* alias *
hello
hallo
welt
juhu
-------->8--------

'juhu' would not be an alias to 'hello'. You get a parser error if the alias
block has only one alias:

--------8<--------
* language *
C

hello
world

* alias *
hello
hallo
-------->8--------

The current workaround is to add one explicit empty line:
--------8<--------
* language *
C

hello
world

* alias *
hello
hallo

-------->8--------

This patch should fix it.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=2687525&group_id=11005
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to