worksofliam / ILEditor

IBM i development environment (IDE)
https://worksofbarry.com/ileditor/
GNU General Public License v3.0
86 stars 29 forks source link

Re-write outline view #79

Closed worksofliam closed 6 years ago

worksofliam commented 6 years ago

WorksOfLiam/Coolex recently got an enhancement to include the line number in the token, which is more efficient than the way that ILEditor parses the source (line by line, new instances of the lexer).

It would be good to re-write using the new functionality.

worksofliam commented 6 years ago

Outline view not a priority until all ILE languages can be supported.