Alexander Pavlov
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Suppress exception reports from code unrelated to plugin
AnsweredI have a Rollbar errorHandler registered (see https://github.com/google/bamboo-soy/blob/master/src/main/resources/META-INF/plugin.xml, at the bottom) and it seems to catch tons and tons of exceptio... -
Created Writing a plugin for an HTML dialect support
AnsweredHi all, I'm considering a plugin to support an HTML dialect which may have, to a large extent, arbitrary tag names and attributes, some of which have specific semantics and need to be processed acc... -
Created Custom language support: Testing annotation absence
AnsweredHey Team, I'm trying to test the fact that, in a particular situation, my annotator does NOT produce an error annotation. Judging by ExpectedHighlightingData#checkResult(), only the expected annota...