Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Reload nonnlsPlugin

I've just released the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=382492.
If you have previously installed nonnlsPlugin[1], please reload it after the next build.

Libing

[1] https://orion.eclipse.org/plugins/nonnlsPlugin.html


Inactive hide details for Andrew Eisenberg ---01/31/2013 04:18:39 PM---Hi Orion team, I'm looking to find the text style of a gAndrew Eisenberg ---01/31/2013 04:18:39 PM---Hi Orion team, I'm looking to find the text style of a given offset in the orion

From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 01/31/2013 04:18 PM
Subject: [orion-dev] Get text style of selected char
Sent by: orion-dev-bounces@xxxxxxxxxxx





Hi Orion team,

I'm looking to find the text style of a given offset in the orion
editor (eg- is this offset inside of a comment, a string, a keyword,
etc?).  Is there some API to do this already, or do I have to dig wade
through the html elements to find it? Or is the best way to create my
own scanner?

More specifically, I don't really need to know about the html, I just
need to know if the current caret position is inside a comment,
string, or not.

Thanks for the help on this.

Andrew
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


GIF image


Back to the top