+1

Compare: behavior of double clicking (select word)

yasokada 6 years ago updated by Thomas Singer 6 years ago 0

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].