From: Peter S. <sch...@us...> - 2006-01-24 16:26:47
|
Update of /cvsroot/plb4jedit/plb4jedit/Plb/src/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17358/Plb/src/resources Modified Files: Plb.props actions.xml Log Message: Index: Plb.props =================================================================== RCS file: /cvsroot/plb4jedit/plb4jedit/Plb/src/resources/Plb.props,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Plb.props 24 Jan 2006 14:38:16 -0000 1.4 +++ Plb.props 24 Jan 2006 16:26:39 -0000 1.5 @@ -13,7 +13,7 @@ # application menu items plb.menu.label=Plb -plb.menu=Plb - plb.open-variable-declaration plb.goto-label plb.view-includes plb.view-maxlevel.label=view maximum include level of source plb.help plb.enable-Tooltips +plb.menu=Plb - plb.open-variable-declaration plb.goto-label plb.view-includes plb.help plb.enable-Tooltips options.plb.label=Plb # action labels @@ -21,7 +21,6 @@ plb.open-variable-declaration.label=Goto variable Declaration plb.goto-label.label=Goto label definition plb.view-includes.label=View includes of source -plb.view-maxlevel.label=view maximum include level of source plb.enable-Tooltips.label=Enable Tooltips plb.help.label=Help on current word @@ -35,7 +34,6 @@ plugin.net.sf.plb4jedit.plb.PlbPlugin.menu= plb.open-variable-declaration \ plb.goto-label \ plb.view-includes \ - plb.view-maxlevel \ - \ plb.help plb.enable-Tooltips Index: actions.xml =================================================================== RCS file: /cvsroot/plb4jedit/plb4jedit/Plb/src/resources/actions.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- actions.xml 24 Jan 2006 14:38:16 -0000 1.3 +++ actions.xml 24 Jan 2006 16:26:39 -0000 1.4 @@ -16,11 +16,6 @@ net.sf.plb4jedit.plb.PlbPlugin.printIncludeList(); </CODE> </ACTION> - <ACTION NAME="plb.get-maxlevel"> - <CODE> - Macros.message(view,"maximum include level = " + net.sf.plb4jedit.plb.PlbPlugin.getMaxLevel()); - </CODE> - </ACTION> <ACTION NAME="plb.enable-Tooltips"> <CODE> net.sf.plb4jedit.plb.PlbPlugin.enableToolTips(); |