Changing the format of displayed value in debugger

Konstantin Karganov karganov at gmail.com
Mon Jul 19 19:43:38 UTC 2010


> I tried your patch, a few comments:
> - shortcuts don't work
>
 they work when the context menu is shown and actions are bound to some
variable
I'll have a look how try to make them work without menu

- Ctrl+C shortcut for copy would be nice
>
noted

> - it doesn't work for all types - how can we make that clear to the user?
> - Variable::slotSetFormat() looks hackish - does that play well with
> translations?
>
yes, sorry, I didn't thought of that, object name is not meant to be
localized while the action text is, I'll fix that.


> - not every debugger supports this feature, there must be a way to disable
> or
>  manually convert the values
>
another debugger shall introduce it's own variable class with custom
setFormat() implementation
and, for additional control there can be something like virtual bool
Variable::supportsSetFormat() to query when displaying the menu. Do you
think this needs to be done?..


> and please push your changes to gitorious, that makes it much easier
> for us to review.
> (create a personal clone)
>
I've just done as kdevelop.org says to do :)
I have cloned the git repo from gitorious, can I just push my commits up or
I'll need to register on gitorious first?..


-- 
Best regards,
Konstantin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100719/84cb06bc/attachment.html>


More information about the KDevelop-devel mailing list