-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add option "Close Tabs to the Right" to right-click context menu of tabs #822
Comments
I am interested to work on the project for some time. Can you provide me with details on how can I start with? I am a 2nd-year undergrad. |
@kalashshah11 I updated the description above to give some pointers. |
@egraether Thanks for updating.Would complete it as soon as possible. |
@egraether I am getting an error of CMake Error at "D:/......." Could NOT find Boost (missing: Boost_INCLUDE_DIR system program_options filesystem date_time) (Required is at least version "1.67") |
Please read the Building the Bare Minimum section of our readme and install the required software. |
After following the ReadME file, still, I am getting the same errors |
Are you working on Windows? Maybe you need to define a CMake Cache Entry called |
Hey @kalashshah11 are you still working on this feature? |
Hm, i guess im an impatient one... |
It has been 22 days since the last activity on this issue, so I think its fine :) |
…#875) * first try to implement closeTabs toRight. * removed .kdev4 * signals and slots mechanisms for closeTabstoRight now done correct. * feature: add option to close tabs to the right on right-click context menu. * indentation, whitespaces etc.
Implemented with 2422e09 |
Implementation suggestion:
void contextMenuEvent(QContextMenuEvent* event)
inQtTabsBar
QtContextMenu
and add this action to it (seeQtGraphicsView
for example)closeTabsToRight(Id tabId)
.QtTabsView
and handle logic thereThe text was updated successfully, but these errors were encountered: