CodeLite with multiple Git repos in one workspace #3864
Replies: 3 comments 1 reply
-
|
It can't be done atm. For example:
Once defined we can asses the effort needed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
A mock screenshot(s) could be most helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've thought about it, and decide I've decided that this is not as useful / important as I was thinking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First, I am quite impressed with CodeLite's look and feel, and it looks quite excellent for its main purpose (single-repo C/C++/Rust/etc projects), and fully intend to use it for that purpose.
As a note, I am currently using CodeLite 17.x from Debian 13 (trixie) rather than 18.2 due to issues with the apt repo signing key for the codelite apt repo (#3829), so my question may no longer relevant, once I can use that repo (or decide to build from source).
Now to the main point: I am looking to use CodeLite for doing development on OpenWrt, particularly on various packages and the packages repo and the applications for the luci web interface.
This involves working with multiple git repositories at the same time, which are not organized as git submodules (nor do I want to use submodules)[1]. I am also not certain if submodules would resolve this query in any event.
The problem I am seeing is that the Git plugin wants to operate based on a single git repo rooted at the top of the CodeLite workspace. I'm looking to be able to do view git logs, git blame, add commits, etc on the 'nearest .git' for the file I have open, or folder I have open in the workspace pane, or explorer view.
Is this possible with CodeLite, and I have just missed how with 17.0; or is possible with 18.2, or is not currently possible?
If not, then my search for my preferred configuration to replace VS Code for this particular use case continues. For CodeLite's main purpose I still intend to 'take test drive' with CodeLite, though.
Thank you for an awesome tool, regardless.
[1] I have an alpha version of a tools to pull down all the repositories in a useful 'repo workspace' at https://gitlab.com/dfd-web/firmware/openwrt-mirrors/openwrt-repotool, which I have working well with Visual Studio Code, but I want to move away from VS Code.
Beta Was this translation helpful? Give feedback.
All reactions