wang1986one / metalscroll

Automatically exported from code.google.com/p/metalscroll
Apache License 2.0
0 stars 0 forks source link

Comment highlighting and double clicking for files that are not C-style #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd love to have all of the features available for languages other than C-
style ones.

The highlighting of comments would be nice, and probably possible to 
extract from VS directly? Even just having this configurable would be a big 
help.

The most pressing issue, though, is to make double clicking work for these 
languages. If the file is not of C-style, regular double clicking for word 
selection simply does not work at all. Maybe this should be filed as a 
separate bug report? Having the same double click highlighting feature as 
for C-style languages would obviously also rock. Wouldn't these double 
click issues be rather simple to fix, since they're not dependent on any 
language features?

Oh, and thanks for a great product :)

--Thomas

Original issue reported on code.google.com by kjosm...@gmail.com on 31 Mar 2010 at 9:33