Révision 1598

tmp/org.txm.rcp/plugin.xml (revision 1598)
2018 2018
            </command>
2019 2019
            <command
2020 2020
                  commandId="org.txm.rcp.handlers.results.CloneTXMResult"
2021
                  icon="platform:/plugin/org.eclipse.pde.ui/icons/elcl16/clone_el.png"
2021 2022
                  label="%command.label.372"
2022 2023
                  style="push">
2023 2024
               <visibleWhen
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/ChartComposite.java (revision 1598)
112 112
		// FIXME: DEbug
113 113
		Log.finest("ChartComposite.setCurrentContextMenu(): setting menu to " + index + " / " + this.contextMenus.get(index));
114 114
		
115
		this.setMenu(this.contextMenus.get(index));
115
		try {
116
			this.setMenu(this.contextMenus.get(index));
117
		}
118
		catch (Exception e) {
119
			// TODO Auto-generated catch block
120
			e.printStackTrace();
121
		}
116 122
	}
117 123
	
118 124
	/**
tmp/org.txm.core/src/java/org/txm/Toolbox.java (revision 1598)
105 105
	}
106 106

  
107 107
	/**
108
	 * If searchengine or statengine or workspace is not ready then the toolbox is not ready.
108
	 * If search engine or stats engine or workspace is not ready then the toolbox is not ready.
109 109
	 *
110 110
	 * @return true, if successful
111 111
	 */

Formats disponibles : Unified diff