Hi Dominik,

Thanks for your email.

We also have a netbeans plug-in but we have not released it in packed form 
because we thought that very few people were using netbeans and the person that 
wrote it (Bob Potterveld) is not longer maintaining it.

It is now a bit outdated and uses some deprecated APIs.

In terms of functionality from the IDE it allows you :

- Launch SmartFrog Daemon Process
- Kill SmartFrog Daemon Process
- Terminate Component

The NetBeans editor is also extended providing the following functionality.

1) Include file auto completion

2) Extends keyword auto completion

3) Color based syntax highlighting. The editor will highlight the syntax using 
different colors. The colors for each token can be defined by the developer in 
the Options panel in the "Fonts and Colors" section. These are assigned for the 
SmartFrog language selection.

4) Line based error indications. A red SmartFrog icon is displayed in the 
editor on the line where the parser detects an error. The red icon may be 
displayed at the end of the file if a specific line is not identified from the 
exception. The user can also hover over the error and display the full 
SmartFrog parser error message. The previous figure shows an error.

You can find it at:

Sources:
http://smartfrog.svn.sourceforge.net/viewvc/smartfrog/trunk/core/extras/netbeans/
http://smartfrog.svn.sourceforge.net/viewvc/smartfrog/trunk/core/extras/netbeans/smartfrog-plugin/SmartFrogNetBeansPlugin.pdf

It would be good to merge both plug-in into one in terms of functionality.

Best regards,

Julio

-----Original Message-----
From: Dominik Pospisil [mailto:[EMAIL PROTECTED]
Sent: 03 December 2008 12:11
To: [email protected]
Subject: [Smartfrog-users] Netbeans support

Hello,

I have written simple SmartFrog plugin for Netbeans. It is available for
download through Netbeans Plugin portal.

The plugin adds basic support for editing SmartFrog description files.
It features syntax checking and highlighting, code folding and navigator
tree. Features missing (yet): included files parsing and identifier
checking.

If you find it usefull or if you have some ideas or suggestions let me
know!

- Dominik


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Smartfrog-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartfrog-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Smartfrog-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartfrog-users

Reply via email to