Home
last modified time | relevance | path

Searched refs:GROUP_ADD (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/quickdiff/
H A DQuickDiffToggleAction.java68 private static final String GROUP_ADD= "add"; //$NON-NLS-1$
92 if (manager.find(GROUP_ADD) == null)
93 manager.insertAfter(IWorkbenchActionConstants.MB_ADDITIONS, new Separator(GROUP_ADD));
95 manager.insertAfter(GROUP_ADD, new Separator(GROUP_RESTORE));
/dports/net-im/uTox/uTox/src/
H A Dutox.h62 GROUP_ADD, enumerator
H A Dtox_callbacks.c187 postmessage_utox(GROUP_ADD, gid, 0, tox); in callback_group_invite()
H A Dutox.c604 case GROUP_ADD: { in utox_message_dispatch()
H A Dtox.c1067 postmessage_utox(GROUP_ADD, g_num, param2, NULL); in tox_thread_message()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/
H A DIIDEActionConstants.java197 String GROUP_ADD = "group.add"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DIWorkbenchActionConstants.java624 String GROUP_ADD = "group.add"; //$NON-NLS-1$ field
/dports/net-im/centerim/centerim-4.22.10/libicq2000/libicq2000/
H A DClient.h93 GROUP_ADD, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/
H A DRepositoriesView.java328 …= new MenuManager(CVSUIMessages.RepositoriesView_newSubmenu, IWorkbenchActionConstants.GROUP_ADD); in addWorkbenchActions()
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DClient.cpp2784 edit.operation = GROUP_ADD; in contactlist_cb()
2903 case GROUP_ADD: in processSblEdits()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DAbstractTextEditor.java6129 menu.add(new Separator(IWorkbenchActionConstants.GROUP_ADD)); in editorContextMenuAboutToShow()
/dports/www/jspwiki/jspwiki/
H A DChangeLog5298 grained GROUP_ADD and GROUP_REMOVE will do what we need.