Re: Annotating editor title
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4g9ZoMxK+oSCS2y3=1A1q_Hx1YBjOF1tpAyF5abpmLW-g@mail.gmail.com> |
Use org.netbeans.core.multitabs.TabDecorator See http://bits.netbeans.org/dev/javadoc/org-netbeans-core-multitabs/overview-summary.html With kind regards, markiewb 2016-06-13 21:27 GMT+02:00 Kelemen Attila <[email protected]>: > Hi, > > Given that many Gradle projects use the file named "gradle.properties", I > wish that users having multiple "gradle.properties" opened be able to > distinguish them. What I prefer to do is to annotate the title of the > editor tab with the directory name containing this file (similar to how > pom.xml is). However, I don't want to change how "gradle.properties" is > treated as it is a simple properties file otherwise. Does anyone know if it > is possible to only adjust the title and not any other functionality > associated with properties files? > > Thanks, > Attila Kelemen >