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:

enter image description 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:

  1. where plugins installed in netbeans?
  2. 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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -