Multilingual - Restart IDE ala UpdateCenter

View: New views
8 Messages — Rating Filter:   Alert me  

Multilingual - Restart IDE ala UpdateCenter

by rogge-peter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
I search a solution to restart the NetBeans-IDE ala UpdateCenter.

In NetBeans 6.7 their are many Language-Jars, so I will that after user-choose the IDE restart with the new locale. Ala UpdateCenter, because the solution should work on every OS.

I find the class 'InstallSupport' in 'org.netbeans.api.autoupdate', but I have no access to the nessesary classes.

Greetings
Peter

Have a look on MultiLingual with NetBeans 6.7.
10.25.2009: MultiLingual is in the interview "Help for Multilingual NetBeans Platform Applications" with Geertjan Wielenga in NetBeans Zone.

Do you know ABC-List?
ABC-List is a "thought tool" by Vera F. Birkenbihl.

Re: Multilingual - Restart IDE ala UpdateCenter

by Tonny Kohar-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On Fri, Jul 3, 2009 at 1:08 PM, rogge-peter<rogge-peter@...> wrote:

>
> Hello,
> I search a solution to restart the NetBeans-IDE ala UpdateCenter.
>
> In NetBeans 6.7 their are many Language-Jars, so I will that after
> user-choose the IDE restart with the new locale. Ala UpdateCenter, because
> the solution should work on every OS.
>
> I find the class 'InstallSupport' in 'org.netbeans.api.autoupdate', but I
> have no access to the nessesary classes.

note: I haven't check the autoupdate API in details, so take it as
grain of salt.

What do you mean by no access ? Is the API is not available or you
have permission problem.
If the things is declared public as Class, then you can access it by
using friend or implementation dependency.
Please check the Netbeans Dev FAQ regarding friend or implementation
dependency. And do not forget the drawback for this method.

Cheers
Tonny Kohar
--
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

Re: Multilingual - Restart IDE ala UpdateCenter

by rogge-peter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tonny Kohar-2 wrote:
note: I haven't check the autoupdate API in details, so take it as
grain of salt.

What do you mean by no access ? Is the API is not available or you
have permission problem.
If the things is declared public as Class, then you can access it by
using friend or implementation dependency.
Please check the Netbeans Dev FAQ regarding friend or implementation
dependency. And do not forget the drawback for this method.

Cheers
Tonny Kohar
--
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com
Hello Tonny,
thanks for you answer.

I found this Neustart der Netbeans-Platform from Josch. The side is in German. It's exactly what I want.
Greetings
Peter

Have a look on MultiLingual with NetBeans 6.7.
10.25.2009: MultiLingual is in the interview "Help for Multilingual NetBeans Platform Applications" with Geertjan Wielenga in NetBeans Zone.

Do you know ABC-List?
ABC-List is a "thought tool" by Vera F. Birkenbihl.

Parent Message unknown Re: Multilingual - Restart IDE ala UpdateCenter

by Jesse Glick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

rogge-peter wrote:
> I search a solution to restart the NetBeans-IDE ala UpdateCenter.

http://www.netbeans.org/nonav/issues/show_bug.cgi?id=168257


Parent Message unknown Re: Multilingual - Restart IDE ala UpdateCenter

by arittner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jesse!



Thank you, I've added a new blog entry with the new feature:



http://www.sepix.de/blogs/blogrittner/blog/archive/2009/july/08/beandev_neuerer_neustart_der_netbeans_platform/index.html (de)



br, josh.

------------------------
JNBB/BeanDev: Das deutsche Blog zur NetBeans Platform (http://www.sepix.de/blogs/blogrittner)





Re: Multilingual - Restart IDE ala UpdateCenter

by rogge-peter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,
if you are interested on a little program, that let the user choose in the menu a new language and restart with it I have program a little demo with following features:

• Restart the program after shutdown with the new restart-function from jesse click.
• Rewirte the 'etc/programname.conf' file, so the program will restart with the right language.
• Load the NetBeans IDE 6.7 language-jars after restart.
• Branding your own text.
• Branding your own menu.
• Preparing the generated zip-distribution.

The programm and the sourcecode can downloaded at MultiLingual in NetBeans 6.7 with Userchoose.
Greetings
Peter

Have a look on MultiLingual with NetBeans 6.7.
10.25.2009: MultiLingual is in the interview "Help for Multilingual NetBeans Platform Applications" with Geertjan Wielenga in NetBeans Zone.

Do you know ABC-List?
ABC-List is a "thought tool" by Vera F. Birkenbihl.

Re: Multilingual - Restart IDE ala UpdateCenter

by rogge-peter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry all,
I was to fast  .

I uploaded today the sourcecode and it take's a little time, until the project is unlock for public. I'll write a new message, when it'll be public  .

Greetings
Peter

rogge-peter wrote:
Hi all,
if you are interested on a little program, that let the user choose in the menu a new language and restart with it I have program a little demo with following features:

• Restart the program after shutdown with the new restart-function from jesse click.
• Rewirte the 'etc/programname.conf' file, so the program will restart with the right language.
• Load the NetBeans IDE 6.7 language-jars after restart.
• Branding your own text.
• Branding your own menu.
• Preparing the generated zip-distribution.

The programm and the sourcecode can downloaded at MultiLingual in NetBeans 6.7 with Userchoose.
Greetings
Peter

Have a look on MultiLingual with NetBeans 6.7.
10.25.2009: MultiLingual is in the interview "Help for Multilingual NetBeans Platform Applications" with Geertjan Wielenga in NetBeans Zone.

Do you know ABC-List?
ABC-List is a "thought tool" by Vera F. Birkenbihl.

Re: Multilingual - Restart IDE ala UpdateCenter

by rogge-peter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Okay, ones again...

If you are interested on a little program, that let the user choose a new language in the menu and restart with it I have create a little rcp-demo with following features:

• Restart the program after shutdown with the new restart-function from jesse click.
• Rewirte the 'etc/programname.conf' file, so the program will restart with the choosen language.
• Load the NetBeans IDE 6.7 language-jars after restart.
• Branding your own text.
• Branding your own menu.
• Preparing the generated zip-distribution.

The program and the sourcecode can downloaded at MultiLingual in NetBeans 6.7 with Userchoose.

Greetings
Peter

Have a look on MultiLingual with NetBeans 6.7.
10.25.2009: MultiLingual is in the interview "Help for Multilingual NetBeans Platform Applications" with Geertjan Wielenga in NetBeans Zone.

Do you know ABC-List?
ABC-List is a "thought tool" by Vera F. Birkenbihl.