Hi, I have a couple of requests for enhancements that I think may be useful:
1. Would it be possible to diff compare between two editor buffers (tabs) even if they have not been saved as files? I quite often have a use case where I want to quickly compare 2 pieces of code or data and would like to paste them into new buffers, then run a quick diff.
2. Please can projects have a 'description' as part of there setup. I know I can add a notes file within the project, but it would be nice to just hover over the project name in the tree and see a short description of that project (I have a lot of old test / snippet projects that I forget what they do!! )
Thanks for considering!
RFE: Editor 'diff' and Project Description
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: RFE: Editor 'diff' and Project Description
I'll chime in that I'm totally a fan of the idea of a description field for projects for exactly the same reason.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: RFE: Editor 'diff' and Project Description
Can you please submit this on GitHub as feature?
It *will* get lost on the forum
It *will* get lost on the forum
Make sure you have read the HOW TO POST thread
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: RFE: Editor 'diff' and Project Description
Hi,
Regards,
David
This is now implemented in git head. It's also now possible to diff a modified editor against the unmodified version.1. Would it be possible to diff compare between two editor buffers (tabs) even if they have not been saved as files?
Regards,
David
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: RFE: Editor 'diff' and Project Description
Fantastic - thank you!!
It works just the way I was looking for
It works just the way I was looking for