Re: NetBeans Module: Getting & Setting code tab text
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4j5YCAO-zyc8n1ZW1D1Wq3me65+FiDas58L64cFHP+9Fg@mail.gmail.com> |
See http://wiki.netbeans.org/NetBeansDeveloperFAQ#Editor_and_Edited_Files Get the EditorCookie from the editors/TC lookup and you can update its document. With kind regards, markiewb 2016-02-21 17:40 GMT+01:00 LDawkes <[email protected]>: > Hi, I've been looking around the NetBeans API for a way to get the current > active code tabs, and a way to be able to update the code within them from > a module. Is that at all possible with the current API? > > > > >