Re: Atom editor code map still look more cool, right?
Peter Cheung <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <SG2PR01MB03485AED442B0A9D336DF587B5710@SG2PR01MB0348.apcprd01.prod.exchangelabs.com> |
This line "HighlightsContainer bh = HighlightingManager.getInstance(jtc).getBottomHighlights();" has compile error in netbeans 8.2: HighlightsContainer bh = HighlightingManager.getInstance(jtc).getBottomHighlights(); Any alternative way to get the HighlightsContainer object? thanks ________________________________ From: geertjan wielenga <[email protected]> Sent: Monday, January 16, 2017 4:08 AM To: [email protected] Subject: [platform-dev] Re: Atom editor code map still look more cool, right? It's always going to be the same every time when you write to a mailing list -- describe what is it that you're trying to achieve? When you describe that, people will help you. Gj On 15-1-2017 19:06, Peter Cheung wrote: Thanks for your opinion Christian. I am facing a technical issue, i can't get AttributeSet from NBEditorDocument object, so i have no way to get the "Style" of every elements on the QuietEditorPane Peter. ________________________________ From: Christian A. Michelsen <[email protected]><mailto:[email protected]> Sent: Saturday, January 14, 2017 6:39 PM To: [email protected]<mailto:[email protected]> Subject: [platform-dev] Re: Atom editor code map still look more cool, right? Den 13.01.2017 21:33, skrev Peter Cheung: > Dear All > > Take a look the attachment. Atom editor code map still look more > cool, right? Because their text color, so the code minimap look more > comfortable. Any idea to do better than atom editor? > It looks to me that a great improvement could be realised if you used the same colours as in Atom. But I'm guessing you are just copying whatever the editor displays, so that's more of a theme-change. Another thing is you might want to make the black lines thinner, they seem too big and clunky right now. I kinda like it, but the black is slightly "overwhelming", perhaps replace black with grey of some sort? But that also means that the editor and the code map would differ slightly. Tricky. :-) I like that the sidebar/changebar/"show-changes-in-code-bar" is wider in your version than in Atom. -- Mvh Christian August Michelsen