markiewb

Results 74 comments of markiewb
trafficstars

Perhaps that is the reason, why Sublime only shows font-size=1 lines?

@p2rkw: Thanks for the note. It is already used - see https://github.com/markiewb/nb-codeoutline/blob/master/src/main/java/bluej/editor/moe/NaviView.java#L627

I won't invest time to fix this issue. I am not using this plugin that often. Thank you for your understanding. If you like to get it fixed, please provide...

I could add a toolbar button for merge revision, but then there will be no icon for that. See issue https://github.com/markiewb/nb-git-toolbar/issues/2

Currently I do not care about the performance. A better way than caching would be to add a listener to the settings. Like it is done in standard NB: When...

@Shredder121: I do not know a better implementation. But I did not search for others. I was pleased with the solution I implemented originally. It worked at least [grin]

@Shredder121: Perhaps this is the way? https://github.com/markiewb/nb-codeoutline/blob/0e5a868ec084a0ea426f0191de67f255ca33edeb/src/main/java/de/markiewb/netbeans/plugins/outline/NaviViewExt.java#L51

Yes. Try that. Some remarks: - Do not add too much listeners. One per mimetype would be enough. - Unregister the listeners properlz (WeakListeners?)

Thanks @nmatt: It depends somehow on the font-size. The font-size isn't taken in account. I will have to dig deep in others code for that. So do not expect me...

@Saljack: Issue 53 has nothing to do with this issue. Please correct it!