This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154503 - [codehaus] help (auto completion) for site (apt ?, xdoc, faq-ml, ...)
Summary: [codehaus] help (auto completion) for site (apt ?, xdoc, faq-ml, ...)
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 16:22 UTC by Jaromir Uhrik
Modified: 2009-08-20 09:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2008-12-03 16:22:17 UTC
This issue was originally reported by Raphaël Piéroni in 05/Nov/05 at codehaus.org - see more details at
http://jira.codehaus.org/browse/MEVENIDE-360

===========
Description:
===========
help (auto completion) for site (apt ?, xdoc, faq-ml, ...)

----------------------------------------------
Comment by Milos Kleint [ 23/Mar/07 07:55 AM ]
----------------------------------------------
all these should probably be done using Schliemann - http://languages.netbeans.org/

-----------------------------------------------
Comment by Lukas Theussl [ 07/Apr/08 01:18 PM ]
-----------------------------------------------
Vincent has started some cool stuff for eclipse, see DOXIA-233. What would it take to get the same into netbeans?

----------------------------------------------
Comment by Milos Kleint [ 08/Apr/08 01:20 AM ]
----------------------------------------------
1. adding file templates is reasonably easy.
2. for netbeans 6.1 we can decorate the project's Maven Site subnode with these templates.
3. adding syntax coloring, lexer, formatting, code completion is a more complex task. But the Schliemann project could
help there: http://languages.netbeans.org/

----------------------------------------------
Comment by Milos Kleint [ 08/Apr/08 02:44 AM ]
----------------------------------------------
4. hints are also doable, but again as 3. a rather complete model of the language is probably necessary.
In any case if you want to contribute, I can give hints on 1+2.. I've done parts of 3+4 before for java files and xml
files.. apt could be similar there.. so I might have some hints for that as well..

-----------------------------------------------
Comment by Lukas Theussl [ 08/Apr/08 04:03 AM ]
-----------------------------------------------
I am not at all familiar with nb development so I'm not sure how much I can contribute. I briefly browsed through the
Schliemann project and it doesn't look like very active and advanced yet?
Anyway, for now I'd be more interested in the features illustrated in Vincent's screenshots, ie on-the-fly validation
and rendering of any doxia input format. For me that would be more than enough, syntax coloring, code completion etc.
can maybe be done later. If that's not too complicated I could try to have a look with some help.
Comment 1 Milos Kleint 2009-08-20 09:45:56 UTC
the http://kenai.com/projects/nb-goodies project adds coloring, preview and other features to the apt format files..

short and long term we don't plan any relevant features in the core maven support in Netbeans. -> LATER