RSyntaxTextArea icon indicating copy to clipboard operation
RSyntaxTextArea copied to clipboard

built-in support for displaying parser notices on Gutter

Open ricardojlrufino opened this issue 10 years ago • 2 comments

It would be quite interesting this functionality, I found that there is ErrorStrip class, but I think it is already outdated, and also looking at the code also realize that the laterial bar will get bigger ...

ricardojlrufino avatar Dec 10 '14 14:12 ricardojlrufino

Can you give an example of what you're trying to accomplish but cannot?

ErrorStrip does work, an example of its use is in RText. It does take up horizontal space as opposed to e.g. showing marked occurrences in the scroll bar, but it is a fixed, small width.

It's also possible to add warning/error icons to the Gutter; Java, JavaScript and Perl language support do that in RSTALanguageSupport.

bobbylight avatar Dec 11 '14 00:12 bobbylight

What would you think if the automatically ParserManager would add the Icons on the Gutter?

The problem is que would get 3 bars: (lineNumberList, IconRowHeader, ErrorStrip)

ricardojlrufino avatar Dec 11 '14 02:12 ricardojlrufino