Success! Looks like we've fixed this one. According to our records the fix was applied for
INS-127
in
a recent build.
-
Sencha Premium Member
Answered: Copy is broken
Hey,
nice tool so far, I really like the way how to use it.
I just got some problems when I want to copy some things like the id to paste it in my chrome dev tools. If I press Ctrl+C it does not work. Also if I select a cell and click the menu's button (edit->copy) then I get an error
2015-07-13-sencha-inspector-copy-error.png
Another nice feature would a way how we extend special behavior. Like easily adding an event or modify some data e.g. if I copy the item id cell then i get
Ext.getCmp('{$itemId}')
So every user could improve this tool by creating plugins
.
regards
-
Best Answer Posted by
arthurakay
Yes, copy is a known bug (only seems to affect Windows).
Another nice feature would a way how we extend special behavior. Like easily adding an event or modify some data e.g. if I copy the item id cell then i get
Ext.getCmp('{$itemId}')
A hidden feature of Sencha Inspector is that we create a JS reference every time you select a component in the Component Tree - in your browser's JS console, check out "SenchaInspector.$" which essentially does just that (if I understand you correctly).
-
Yes, copy is a known bug (only seems to affect Windows).
Another nice feature would a way how we extend special behavior. Like easily adding an event or modify some data e.g. if I copy the item id cell then i get
Ext.getCmp('{$itemId}')
A hidden feature of Sencha Inspector is that we create a JS reference every time you select a component in the Component Tree - in your browser's JS console, check out "SenchaInspector.$" which essentially does just that (if I understand you correctly).
-
This has been fixed in our upcoming beta release.