Git submodule modifications not visible
Hi,
I have a project that uses a library imported as a git submodule. When I modify a file from this library, the editor does now show the modifications in the left margin (see screenshots below)
Is it possible to enable it?
Attachment(s):
screen2.png
screen1.png
请先登录再写评论。
Tex,
you need to add the mapping to the submodule. Check Preferences->Version Control page.
Does it help?
When I add the directory, it says
It seens to work then until AppCode loses focus. If AppCode window is again selected, the git indications dissapear.
Which version of the IDE are you using?
We had a problem with detecting submodules as Git roots, but now that problem has been fixed.
This was 1.5.7
I've just tried with EAP 120.160. It also reports the error but seems to work better. The modifications are shown correctly
EDIT: but if I commit the changes with a external tool, the commit is not reflected on AppCode and the files/sections are still marked as modified. I have to close/open AppCode