Re: Developing Virtual Reality Version of NetBeans
Emilian Bold <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAL6R17Du4J-srG-7BZATJ_BUgyc1Q8zgUYzFpjeyQOoO7w+E3Q@mail.gmail.com> |
This is the wrong mailing list. nbdev@ is for people working *on* NetBeans itself. You want to use: [email protected] NetBeans Platform API discussion and support list. Recommended for: Anyone creating plugins for the NetBeans IDE, or developing RCP applications on top of the NetBeans Platform. That being said, you should read about: * http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib/org/netbeans/editor/Annotations.html * http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib/org/netbeans/editor/AnnotationDesc.html (particularly getActions() I guess) * maybe Error Stripe API http://bits.netbeans.org/7.4/javadoc/org-netbeans-modules-editor-errorstripe-api/ --emi On Mon, Apr 11, 2016 at 6:53 AM, Basil David <[email protected]> wrote: > Hi all, > we are developing a new project that will make the programming more fun > and more interesting. > > what I really need is: > If I have an error or a hint in my code, that will gives me a light bulb > or exclamation red mark on the left side of the code, there will be small > colored lines on the right side of the code also tells you some information > about your code. > > Now how I can get a log file or any thing else can gives me that > information like : line number, type of error, hints to fix the error(like > importing some libraries) > or should I modify the NetBeans source to make a stream or something > > and for further assistance: > If I have this information how I can make some actions like forcing the > NetBeans to choose one of the options available to fix the error > > I appreciate any help ... > Thanks > > > > >