Home
last modified time | relevance | path

Searched refs:openInTab (Results 1 – 8 of 8) sorted by relevance

/dports/editors/nedit/nedit-5.7/source/
H A Dwindow.h44 void UpdateNewOppositeMenu(WindowInfo *window, int openInTab);
H A Dmenu.c2718 int openInTab = GetPrefOpenInTab(); in newAP() local
2725 openInTab = 1; in newAP()
2728 openInTab = 0; in newAP()
2731 openInTab = !openInTab; in newAP()
2738 EditNewFile(openInTab? window : NULL, NULL, False, NULL, window->path); in newAP()
H A Dpreferences.c243 int openInTab; /* open files in new tabs */ member
855 &PrefData.openInTab, NULL, True},
1530 setIntPref(&PrefData.openInTab, state); in SetPrefOpenInTab()
1537 return PrefData.openInTab; in GetPrefOpenInTab()
H A Dwindow.c1752 void UpdateNewOppositeMenu(WindowInfo *window, int openInTab) in UpdateNewOppositeMenu() argument
1755 if ( openInTab ) in UpdateNewOppositeMenu()
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkurlnavigator.cpp509 …QAction *openInTab = popup->addAction(QIcon::fromTheme(QStringLiteral("tab-new")), i18n("Open %1 i… in openContextMenu() local
510 q->connect(openInTab, &QAction::triggered, q, [this, url]() { in openContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/api/
H A Ddeveloper_private.idl147 boolean openInTab;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/api/
H A Ddeveloper_private.idl144 boolean openInTab;
/dports/editors/nedit/nedit-5.7/doc/
H A Dhelp.etx4928 nedit -xrm "nedit.openInTab: False" -xrm "nedit.tabBarHideOne: True"