Difference between revisions of "OpenOffice NetBeans Integration/To-Dos"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Redesign of UNO project ANT targets)
(Initialization of counter variables)
Line 9: Line 9:
 
General support of scripting (Java, Javascript, ...). It should be possbile to create, deploy and debug scripts from within NetBeans into the office or into open documents.
 
General support of scripting (Java, Javascript, ...). It should be possbile to create, deploy and debug scripts from within NetBeans into the office or into open documents.
 
== Minor Tasks ==
 
== Minor Tasks ==
=== Initialization of counter variables ===
+
 
When the AddOn wizard is used for a second time, the count for new commands is not resetted.
+
 
 
=== Button caption with bitmaps ===
 
=== Button caption with bitmaps ===
 
To improve the usability it would be nice to have arrow images or something similar on the move buttons (menu position, toolbar position, ...)
 
To improve the usability it would be nice to have arrow images or something similar on the move buttons (menu position, toolbar position, ...)

Revision as of 09:54, 25 April 2007

Overview of task which have to be done to enhance the current plugin

Redesign of UNO project ANT targets

The UNO ANT targets use default targets of NetBeans to build and jar all project types. This should change to a process that is more aligned to the NetBeans behaviour that leaves overwriting of these targets to the end user.

C++ support

With the inclusion of C++ as supported programming language in NetBeans, the plugin should also support the creation of all project types in C++.

Scripting support

General support of scripting (Java, Javascript, ...). It should be possbile to create, deploy and debug scripts from within NetBeans into the office or into open documents.

Minor Tasks

Button caption with bitmaps

To improve the usability it would be nice to have arrow images or something similar on the move buttons (menu position, toolbar position, ...)

Default package

All projects should support the same default package or at least the same beginning org.openoffice....

Personal tools