Hi all,

I think there is a good project for an FLTK application in my work,
The account managers have to analyse reams of output from the client's
particular 'calculation code' and config which is written in an in-house
interpreted language.

The thing is there is nothing to support this analysis other than using
the 'find' function in whatever viewer they open the reports in.

So my idea is to write a custom viewer with FLTK to provide at least
context highlighting as an initial aid.

The reports contain a range of datatype labels such as ' int ' and also
'blocks' of relevant procedures, comments etc.

I would welcome any suggestions regarding a starting point in FLTK
for this 'viewer'.

The text editor perhaps? bearing in mind i only want read functionality.
Identifying 'start /end' to statement blocks etc,
Colouring text if it is a certain dataype, etc.
background highlighting of text when the context is of a certain statement 
type, all of that kind of thing.

Can the text editor be tweaked in this way?

Thanjks for any info.
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to