+1
Compare: behavior of double clicking (select word)
I like smartgit much better than other git client software.
However, I have one thing to be modified in terms of the user interface of the smartgit.
It is about "double clicking" over the code.
For example, I have the code (Unit1.cpp) like this.
```
void __fastcall E_nameKeyPress() {
// something
}
```
I would like to obtain the function name by double clicking. However, I will get like [nameKeyPress] not [E_nameKeyPress].
Current behavior of the smartgit code view is to obtain strings separated by "-" or "_" etc.
I hope the developped would consider to modify the UI so that I can obtain [E_nameKeyPress].
Customer support service by UserEcho