Itatikola
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created Schedule Queries to run Every Day within my plugin
AnsweredI'd like to query from a server once a day within my plugin to keep a list of objects up to date. How should I go about doing this and where should I put this within my annotation plugin? -
Created Can't find file in resources folder in Plugin Project
AnsweredI'm trying to access a resource (rollout_subnets.txt) from my main java package (com.example.____) in the resources root folder. My structure is as follows, an I am accessing it using “/rollout_sub... -
Created Do I have to use an External Annotator? Trying to highlight all subtags within a specific XmlTag.
AnsweredI've successfully highlighted a specific XmlTag within my Xml file by just using the Annotator extension point, however I want to also highlight every tag within that tag. The Annotator class is ca... -
Created Looking for XML Highlighter Extension Point
AnsweredI am trying to make a plugin that highlights certain components in XML, but I can't seem to find any extension points specific to the XML language. Is it necessary that the extension point is for X...