-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add possibility to close both files after compare #388
Comments
Please add an option to close both compare files whether there are differences or not. An accessible (i.e. not too far to the right so that it shows) tool bar button would be great too. One of my many uses for Notepad++ is to compare current code to nightly backups prior to the last compile to see the raw changes with ComparePlus. Once I review the changes I just need to close both compared files and move on to the next to make the same comparison (current vs backup) |
@maneco2 , @PrecisionAdministrators , @maneco2 , |
My request was to create a button in the ComparePlus plugin for Notepad++. The button should close both files in the compare operation. This feature request is not about comment lines. |
Hello @maneco2
There may be a mix-up.
My feature request was to create a button in the ComparePlus plugin for Notepad++.
The button should close both files in the compare operation.
The feature request (#388 (comment)) is not about comment lines.
I hope you will reconsider my feature request.
Blake Turner
***@***.*** ***@***.***>
Manager, Information Technologies
405-507-0800 phone ext 102
Precision Administrators, Inc
405-507-0700 fax
3240 W. Britton Road, Suite 202
800-615-2797 toll-free (outside Oklahoma)
Oklahoma City, Oklahoma 73120
www.paibenefits.com <http://www.paibenefits.com/>
Please only print this e-mail if necessary!
This message, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this message is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this message is prohibited. If you have received this message in error, please notify the sender by returning this message to the originator, and destroy this message immediately.
From: Pavel Nedev ***@***.***>
Sent: Thursday, May 2, 2024 3꞉43:AM
To: pnedev/comparePlus ***@***.***>
Cc: PrecisionAdministrators ***@***.***>; Mention ***@***.***>
Subject: Re: [pnedev/comparePlus] Feature option (Issue #388)
@maneco2 <https://github.com/maneco2> , @PrecisionAdministrators <https://github.com/PrecisionAdministrators> ,
I will consider both feature requests, thanks.
—
Reply to this email directly, view it on GitHub <#388 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BIFDZXTBFERO67HHUMWQF6LZAH4AHAVCNFSM6AAAAABGZZKGQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBZHEYTKOBZGA> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/BIFDZXTO7Z7UXBZYWRDVNATZAH4AHA5CNFSM6AAAAABGZZKGQCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT4SGK7E.gif> Message ID: ***@***.*** ***@***.***> >
…--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
|
@PrecisionAdministrators , |
Good morning Pavel,
After a little googling-around this morning I found the answer to my “first world problem”
So what I do now is…
“C:\Program Files\Notepad++\notepad++.exe” -multiInst -nosession -pluginMessage=compareplus <<file1>> <<file2>>
…-multInst – as you know – allows me to close both files in the compare by just shutting down that instance of Notepad++
-nosession – as you know – allows me to run this without messing-up my regular Notepad++ which I have running much of the time
-pluginMessage=compareplus – obviously – runs the compare before returning control to me to look through and see what has changed
<<file1>> and <<file2>> – as you know – are the two files to open/compare
SO – this is a huge win!!
I get to automatically open the two files in Notepad++, run the comparePlus plugin, review the changes, and close the instance without closing each file individually (which is very nice when you get to my age).
Thank you for your help
Blake
Blake Turner
***@***.***> ***@***.***
Manager, Information Technologies
405-507-0800 phone ext 102
Precision Administrators, Inc
405-507-0700 fax
3240 W. Britton Road, Suite 202
800-615-2797 toll-free (outside Oklahoma)
Oklahoma City, Oklahoma 73120
<http://www.paibenefits.com/> www.paibenefits.com
Please only print this e-mail if necessary!
This message, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this message is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this message is prohibited. If you have received this message in error, please notify the sender by returning this message to the originator, and destroy this message immediately.
From: Pavel Nedev ***@***.***>
Sent: Thursday, May 2, 2024 11꞉00:AM
To: pnedev/comparePlus ***@***.***>
Cc: PrecisionAdministrators ***@***.***>; Mention ***@***.***>
Subject: Re: [pnedev/comparePlus] Feature option (Issue #388)
@PrecisionAdministrators <https://github.com/PrecisionAdministrators> ,
As I said I will consider this but my understanding was that you would like both files to be closed automatically after closing compare (much like the current option to close compared files if both are the same). Is that what you are suggesting?
—
Reply to this email directly, <#388 (comment)> view it on GitHub, or <https://github.com/notifications/unsubscribe-auth/BIFDZXWGCFYBUNI66IXGZCLZAJPJXAVCNFSM6AAAAABGZZKGQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQHA4DMOJWG4> unsubscribe.
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/BIFDZXTZ4HXPM22WAFNXS3LZAJPJXA5CNFSM6AAAAABGZZKGQCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT4UBTTO.gif> Message ID: < ***@***.***> ***@***.***>
--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
|
[ @PrecisionAdministrators ] I'm glad you found a workaround solution for your request, that's great 👍 BR |
Create option for compare, ignore commented lines //
The text was updated successfully, but these errors were encountered: