iberck, very nice !!! Let me know if there is any areas/features that I can contribute to. Feel free to contact me directly ( I noticed the project mailing list has about 0 messages ).
Cheers, Alex K On Wed, Jun 17, 2009 at 2:29 AM, Ville Virtanen <ville.virta...@cerion.fi>wrote: > > Thanks! > > This is something that looks very nice on paper, so I'll test it as soon as > possible. > > - Ville > > > iberck wrote: > > > > Hi I'm developing a netbeans plugin for tapestry 5 tested on windows xp > > The supported features are: > > > > Initial features: > > * Support on Netbeans 6.5, 6.51, 6.7 Betas, Release candidates > > * Create pages/components from wizard > > * Code templates > > * Actions > > * tml files highlighting > > * Live class reloading > > > > Code templates > > > > For example, if you type [onaction + tab] in the java class template, > the > > editor will insert the template of "onaction" method > > > > @OnEvent(component="ComponentName") > > Object onActionFrom"ComponentName"() { > > // TODO Add content > > return null; > > } > > > > * Supported java class code templates > > o pagelifecycle > > o onpageloaded > > o onpageattached > > o onpagedetached > > o property > > o aso > > o injectpage > > o log > > o asset > > o ontranslator > > o rendercomponent > > o setuprender > > o beginrender > > o beforerenderbody > > o afterrenderbody > > o afterrendertemplate > > o afterrender > > o cleanuprender > > o formevents > > o onsuccess > > o onaction > > o onexception > > o includecss > > o includejs > > o component > > o inject > > o oncontext > > o onactivate > > o onpassivate > > o onvalidate > > o onevent > > * Supported tml code templates > > o palette > > o linksubmit > > o linksubmithtml > > o radiogroup > > o radiogrouphtml > > o passwordfield > > o passwordfieldhtml > > o errors > > o errorshtml > > o formfragment > > o pagelink > > o pagelinkhtml > > o actionlink > > o actionlinkhtml > > o form > > o formhtml > > o submit > > o submithtml > > o select > > o selecthtml > > o tmlfile > > o renderobject > > o renderobjecthtml > > o label > > o labelhtml > > o eventlink > > o eventlinkhtml > > o beandisplay > > o beandisplayhtml > > o textarea > > o textareahtml > > o if > > o ifhtml > > o ifelse > > o datefield > > o datefieldhtml > > o output > > o outputhtml > > o beaneditform > > o beaneditformhtml > > o delegate > > o loop > > o loophtml > > o grid > > o gridhtml > > o textfield > > o textfieldhtml > > o checkbox > > o checkboxhtml > > o radio > > * Supported properties code templates > > > > Actions > > > > * You can switch between template/class [Ctrl + Alt + S] > > * If you are in properties file you can switch to page [Ctrl + Alt + > > S] > > * As part of the Netbeans you can use [Ctrl + Shift + 1] to select > the > > file in the project > > * You can go to properties file from page or component [Ctrl + Alt + > > P] > > * You can create the .properties file if it does not exists > > * Switch supports pages and components > > * Switch supports nested pages and components > > > > Live class reloading (Only on Netbeans > 6.7RC1 ) > > > > As a part of Alex Kotchnev's work you can follow the blog instructions: > > > http://www.troymaxventures.com/2009/05/rad-w-tapestry-5-netbeans-67-maven-and.html > > > > The official web page of the project: > > https://nbtapestrysupport.dev.java.net/ > > > > Feel free to download from: > > > https://nbtapestrysupport.dev.java.net/servlets/ProjectDocumentList?folderID=11159&expandFolder=11159&folderID=0 > > > > Regards > > > > > > -- > View this message in context: > http://www.nabble.com/Netbeans-6.7-tapestry-5-plugin-support-tp24029691p24067704.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >