<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Missing standard edit shortcut accelerator</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : Missing standard edit shortcut accelerator]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 19:11:02 +0000</pubDate>
  <lastBuildDate>Mon, 21 Jul 2008 10:09:46 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=11515</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Missing standard edit shortcut accelerator : Hi all,  in the implementation...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11515&amp;PID=38625&amp;title=missing-standard-edit-shortcut-accelerator#38625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4339">peerschindel</a><br /><strong>Subject:</strong> 11515<br /><strong>Posted:</strong> 21 July 2008 at 10:09am<br /><br />Hi all,<DIV>&nbsp;</DIV><DIV>in the implementation of "<FONT size=2>CXTPSyntaxEditCtrl::PreTranslateMessage"</FONT></DIV><DIV><FONT size=2>in release 12.0.1 the shortcut for "Cut" using "Shift+Del" is missing.</FONT></DIV><DIV><FONT size=2>Only the other shortcut for it ("Ctrl+X") is implemented.</FONT></DIV><DIV><FONT size=2>This is in contrast to e.g. "Copy" and "Paste" where for both</FONT></DIV><DIV><FONT size=2>cases all both official shortcuts are implemented.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV>&nbsp;It would be nice to change for the next release<BR>&nbsp;&nbsp;&nbsp; if (bCtrlKey &amp;&amp; pMsg-&gt;wParam == (BYTE)'X')<BR>into<BR>&nbsp;&nbsp;&nbsp; if (bCtrl &amp;&amp; pMsg-&gt;wParam == (BYTE)'X' ||</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bShift &amp;&amp; pMsg-&gt;wParam == VK_DELETE)<BR></DIV><DIV>OK, in the meantime I have to somehow workaround this</DIV><DIV>with an ACCELERATOR table from the resource (like it is done in the</DIV><DIV>MDITextEditor sample), but for dialogs, etc. an own ACCELERATOR</DIV><DIV>table from a resource is simply ugly (and somehow superfluous</DIV><DIV>work, if it could already be in the standard).</DIV><DIV>&nbsp;</DIV><DIV>So maybe it could be corrected for the next release, just to</DIV><DIV>have it correct out of the box.</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 10:09:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11515&amp;PID=38625&amp;title=missing-standard-edit-shortcut-accelerator#38625</guid>
  </item> 
 </channel>
</rss>