-
-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Sessions #554
base: master
Are you sure you want to change the base?
Support for Sessions #554
Conversation
@dail8859 I am not sure how to fix that MacOS build problem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo changes to submodules to keep the changes to a minimum.
Also remove TODO.md
. These normally just end up being false promises to users.
I think the |
+ References instead of pointer to QSettings
Done |
@SimLV Definitely appreciate the PR and nice to see people interested in developing the application more. My schedule is pretty erratic so I'll try to get to this when I get some free time. I'm not overly familiar with the Notepad++ session support but I get the general idea of it. If I have any questions I'll let you know. |
I am not sure they had any or not. They are just useful. I added them to NotepadQQ but found project a bit abandoned. So I am going to make some improvements here according to |
So would you care to describe this new functionality in a few sentences from a user's perspective? E.g. describe a use-case were they would use it, what can they expect from it, etc That will help me better evaluate the feature and offer any suggestions. |
As a user I may work on different projects. |
Could you please look at this and #556 |
Apologies for the super long delay. I've been quite busy and only been able to get brief windows of time to put into the project. Hopefully my schedule lightens up soon. |
…ssions # Conflicts: # src/NotepadNext/dialogs/MainWindow.ui # src/NotepadNext/docks/FolderAsWorkspaceDock.cpp
Now it is possible to keep multiple sessions and to switch between them.