Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree-View truncate key names #3456

Closed
darkbyte-pod opened this issue Aug 26, 2015 · 9 comments
Closed

Tree-View truncate key names #3456

darkbyte-pod opened this issue Aug 26, 2015 · 9 comments

Comments

@darkbyte-pod
Copy link

Not sure if its just me be I see an issue with the treeview on my windows system with the 0.8 beta series:

My keys get dotted even if there is room for them as can be seen on this screenshot
redis-treeview-bug

@uglide
Copy link
Collaborator

uglide commented Aug 26, 2015

Hello @darkbyte-pod
Which version of RDM do you use? This issue #3442 was fixed in 0.8.0-RC4 https://github.com/uglide/RedisDesktopManager/releases/tag/0.8.0-rc4

@uglide uglide added this to the 0.8.0-Release milestone Aug 26, 2015
@darkbyte-pod
Copy link
Author

Version 0.8.0.3841, official release rc4 if im not crazy. I would help with the project but can't find a vstudio solution file.

@uglide
Copy link
Collaborator

uglide commented Aug 26, 2015

@darkbyte-pod Please set ':' in Edit Connection -> Advanced Settings -> Namespace separator.
Probably your connections file was broken by previous 0.8.0-RCX versions.

To open project in VS you should install Qt 5.5 first. Add qmake to PATH and run following command in src folder: qmake -spec win32-msvc2013 -tp vc. Feel free to change 2013 to version which you actually use

@darkbyte-pod
Copy link
Author

Oh, its not the same as #3442, I figure this one and it works good. The issue is the keys don't use the whole width of the left pane.
I get:
xxxx-xxx-xxx-xx-xxxxxx-xxx--xxx--x-x-x...
instead of:
xxxx-xxx-xxx-xx-xxxxxx-xxx--xxx--x-x-xxx-xxxxx.xxxxx

@uglide
Copy link
Collaborator

uglide commented Aug 26, 2015

@darkbyte-pod

But I recommend you to use Msys2 and QtCreator instead of VS because compiling dependencies in msvc will be challenging

@darkbyte-pod
Copy link
Author

If you have a startup solution file, i could try to work on it.

@uglide
Copy link
Collaborator

uglide commented Aug 26, 2015

@darkbyte-pod Currently width of the column in tree view is hardcoded here - https://github.com/uglide/RedisDesktopManager/blob/0.8.0/src/modules/connections-tree/model.cpp#L22

I doesn't have solution file in project, but you can easily generete it. See my comment #3456 (comment)

@uglide uglide changed the title Tree-View of Keys in 0.8 windows Tree-View truncate key names Aug 26, 2015
@darkbyte-pod
Copy link
Author

great, i'll look into that solution generator and will also try to help with the project, thanks a lot.

@uglide
Copy link
Collaborator

uglide commented Aug 26, 2015

@darkbyte-pod You are welcome! If you have any questions feel free to ping me in RedisDesktopManager gitter chat https://gitter.im/uglide/RedisDesktopManager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants