java - Netbeans 8.0 Modify installed plugin -
i have downloaded https://github.com/jonathanlermitage/tikione-jacocoverage/ plugin , seems quite decent, there 1 thing bugging me, visualized here:

i fine little glyphs on left hand side of lines indicate example git status.
strongly dislike whole lines being colored.
i know xml files might culprit, found in https://github.com/jonathanlermitage/tikione-jacocoverage/tree/master/tikione-jacocoverage-plugin/src/fr/tikione/jacocoverage/plugin/resources.
so following questions:
- where plugins installed in netbeans?
- how can modify xml files in plugins?
bonus showing how either remove line color , add little glyph left (or right) or make line color very white green or red.
the plugin installed default userdir - http://wiki.netbeans.org/faqwhatisuserdir - unless asked install installation directory rest of installation created installer.
you can try update resource in .jar file under modules folder. there can checksums. if not work can try clone repository, patch source , build nbm target. generate .nbm file can manually install plugin in 'downloaded' tab in plugin manager.
Comments
Post a Comment