IslamHasan / hyperlight

Automatically exported from code.google.com/p/hyperlight
0 stars 0 forks source link

Implement folding properly #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Folding is implemented in the function `hyperlight_calculate_fold_marks`
which is basically one big hack and only works and VB and C# `region` folds.

It's just a proof of concept at the moment. The code needs to be
refactored, cleaned up and proper handling for (several types of?)
language-independent folds needs to be added. Likewise, proper client-side
handling is needed (e.g. in the form of a `hyperlight_write_header` function).

Original issue reported on code.google.com by konrad.r...@gmail.com on 3 May 2009 at 3:15