dummzeuch 1505 Posted December 15, 2018 GExperts has recently gained a few new features: Two new experts to start/stop recording and to replay a keyboard macro. These are minimal experts which allow you to add additional keyboard shortcuts to the existing IDE functionality. The idea and the code were contributed by Dejan M. Goto Previous / Next modification Editor Experts. These again ... https://blog.dummzeuch.de/2018/12/15/new-features-in-gexperts/ 2 4 Share this post Link to post
mikeho 0 Posted February 4, 2019 In Delphi 7, the Set Tab Order dialog is not displaying any more. Share this post Link to post
dummzeuch 1505 Posted February 5, 2019 12 hours ago, mikeho said: In Delphi 7, the Set Tab Order dialog is not displaying any more. Please file a bug report on SourceForge. And be more specific in it. Share this post Link to post
Ian Branch 127 Posted February 7, 2019 Hi Thomas, Is this something that could be merged into GExperts? https://en.delphipraxis.net/topic/354-property-editor-on-the-finest-art/ Ian Share this post Link to post
dummzeuch 1505 Posted February 8, 2019 Hi Ian, first: Please start a new topic for requests like this. Or even better, file a feature request on SourceForge. 11 hours ago, Ian Branch said: Is this something that could be merged into GExperts? https://en.delphipraxis.net/topic/354-property-editor-on-the-finest-art/ I have no idea. I have not really understood what this does and how it works. When you file a feature request, make sure to add a short description of the functionality. twm Share this post Link to post
Attila Kovacs 629 Posted February 8, 2019 2 hours ago, dummzeuch said: I have no idea. I have not really understood what this does and how it works. I can't blame you. I have the same problem with GExperts. 1 Share this post Link to post
dummzeuch 1505 Posted February 9, 2019 On 2/4/2019 at 7:47 PM, mikeho said: In Delphi 7, the Set Tab Order dialog is not displaying any more. fixed now (in the current sources). Share this post Link to post
mael 29 Posted March 13, 2019 (edited) Thanks for maintaining GExperts! In the latest release (but also in older releases), some action seems to take over the shortcut Ctrl+Alt+C which is usually reserved for showing the CPU window in debug mode. I only found the editor expert "Copy Raw String" with this shortcut, and disabled it, but the shortcut is still "caught" by some GExperts code. If I disable GExperts, everything is fine again. Edited March 13, 2019 by mael Share this post Link to post
timfrost 78 Posted March 13, 2019 I used to think that the long-time failure of the CPU-window short-cut was an inexplicable Delphi bug, but I have always used GExperts in many Delphi versions. Thanks for identifying the probable source and I second your request for a fix (and the thanks for maintaining GExperts)! Share this post Link to post
dummzeuch 1505 Posted March 13, 2019 2 hours ago, mael said: In the latest release (but also in older releases), some action seems to take over the shortcut Ctrl+Alt+C which is usually reserved for showing the CPU window in debug mode. I only found the editor expert "Copy Raw String" with this shortcut, and disabled it, but the shortcut is still "caught" by some GExperts code. If I disable GExperts, everything is fine again. Please file a bug report on SourceForge. Share this post Link to post
timfrost 78 Posted March 13, 2019 I have added a bug report on SourceForge 1 Share this post Link to post
dummzeuch 1505 Posted March 17, 2019 I cannot reproduce this in Delphi 2007. Which Delphi version are you using? And what does the GExperts -> Keyboard Shortcuts expert show for Alt+Ctrl+C on your installation? Please answer on https://sourceforge.net/p/gexperts/bugs/114/ Share this post Link to post
timfrost 78 Posted March 17, 2019 Answered on SourceForge (with apologies for believing the original report without testing). It turns out that Ctrl-Alt-C is one of the shortcuts defined and documented by MMX Code Explorer, and is easy to change. And I was pleased to discover the very useful list of shortcut key owners in GExperts, which I had never enabled before! 1 Share this post Link to post
dummzeuch 1505 Posted March 17, 2019 On 3/13/2019 at 11:32 AM, mael said: In the latest release (but also in older releases), some action seems to take over the shortcut Ctrl+Alt+C which is usually reserved for showing the CPU window in debug mode. @mael Which Delphi version are you using? And what does the GExperts -> Keyboard Shortcuts expert show for Alt+Ctrl+C on your installation? Please answer on https://sourceforge.net/p/gexperts/bugs/114/ Share this post Link to post
mael 29 Posted March 18, 2019 I replied there. Couldn't find my old account information, so I had to make a new one. As can be seen there this is not related to MMX, and I did not make a wrong bug report @timfrost. 1 Share this post Link to post
timfrost 78 Posted March 18, 2019 In my case the problem of the inability to select CPU view is related to MMX, but I also now agree with you that GExperts is involved also. I have been experimenting with both the checkboxes in the Delphi IDE key mappings, and the key mappings display in GExperts, and there are inconsistencies. I also tried Ctrl-Alt-D which picks an MMX action, even though Gexperts shows it in yellow. Share this post Link to post
Dinar 22 Posted March 19, 2019 For showing/finding keyboard short-cuts have be assigned, that may be conflicting you may try to use Delphi-Shortcut-Finder plugin More information will be found here and in this post Share this post Link to post