From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/ctags2/ctags2_settingswidgetbase.ui | 382 ++++++++++++++++++++++++++++++ 1 file changed, 382 insertions(+) create mode 100644 parts/ctags2/ctags2_settingswidgetbase.ui (limited to 'parts/ctags2/ctags2_settingswidgetbase.ui') diff --git a/parts/ctags2/ctags2_settingswidgetbase.ui b/parts/ctags2/ctags2_settingswidgetbase.ui new file mode 100644 index 00000000..27898206 --- /dev/null +++ b/parts/ctags2/ctags2_settingswidgetbase.ui @@ -0,0 +1,382 @@ + +CTags2SettingsWidgetBase + + + CTags2SettingsWidgetBase + + + + 0 + 0 + 460 + 456 + + + + + unnamed + + + + tabWidget8 + + + + tab + + + Ge&neral + + + + unnamed + + + + groupBox1 + + + + 5 + 0 + 0 + 0 + + + + Editor Context Menu + + + + unnamed + + + + showDeclarationBox + + + Show "&Go To Declaration" + + + If checked, an option to go directly to the matching tag declaration will be shown. If more than one match, all matches will be shown in the main ctags result view. + + + + + showDefinitionBox + + + Show "Go To &Definition" + + + If checked, an option to go directly to the matching tag definition will be shown. If more than one match, all matches will be shown in the main ctags result view. + + + + + showLookupBox + + + Show "CT&ags Lookup" + + + If checked, an option to do a full lookup of all macthing tags is shown in the context menu. The results will be shown in the main ctags results view. + + + + + + + groupBox3_2 + + + + 5 + 0 + 0 + 0 + + + + Options + + + + unnamed + + + + jumpToFirstBox + + + When more than one hit, go directl&y to the first + + + If more than one hit was produced from an attempt to find an exact match, go to the first match in the list. Note: the <i>Go To Next Match</i> shortcut can be used to step between the matches. + + + + + tagfileCustomBox + + + &Use custom tagfile generation arguments + + + The default arguments should be fine, but if needed a custom generation arguments string can be used. + + + + + tagfileCustomEdit + + + false + + + false + + + Enter custom arguments to ctags database creation here. Note: do not set a custom tags file filename here, do that below instead. + + + + + + + groupBox3 + + + + 5 + 0 + 0 + 0 + + + + Paths + + + Enter the path to the exuberant ctags binary. If empty, <i>ctags</i> will be executed via $PATH. Note that it is sometimes installed as <i>exuberant-ctags</i>. + + + + unnamed + + + + textLabel1 + + + Path to ctags binary: + + + + + binaryPath + + + Enter the path to the exuberant ctags binary. If empty, <i>ctags</i> will be executed via $PATH. Note that it is sometimes installed as <i>exuberant-ctags</i>. + + + + + + + spacer2 + + + Vertical + + + Expanding + + + + 20 + 31 + + + + + + + + tab + + + Mana&ge tag files + + + + unnamed + + + + layout15 + + + + unnamed + + + + textLabel2 + + + Path to project tag file: + + + + + tagfilePath + + + Enter the full path of the project tagfile. If empty, the file will be called <i>tags</i> and reside in the root of the project. + + + + + + + textLabel1_2 + + + Other tag files: + + + + + layout21 + + + + unnamed + + + + createButton + + + &Create... + + + + + addButton + + + &Add... + + + + + removeButton + + + Remo&ve + + + + + + + spacer1 + + + Vertical + + + Expanding + + + + 20 + 61 + + + + + + + Name + + + true + + + true + + + + + Tags file + + + true + + + true + + + + otherTagFiles + + + + + + + + + + addButton + clicked() + CTags2SettingsWidgetBase + addNewTagFile() + + + removeButton + clicked() + CTags2SettingsWidgetBase + removeTagFile() + + + createButton + clicked() + CTags2SettingsWidgetBase + createNewTagSlot() + + + tagfileCustomBox + toggled(bool) + tagfileCustomEdit + setEnabled(bool) + + + tagfileCustomBox + toggled(bool) + tagfileCustomEdit + clear() + + + + createNewTagSlot() + addNewTagFile() + removeTagFile() + moveUpTagFile() + moveDownTagFile() + + + + klineedit.h + kurlrequester.h + klineedit.h + kpushbutton.h + kurlrequester.h + klineedit.h + kpushbutton.h + klistview.h + + -- cgit v1.2.1