<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SE80 - Ctrl+Backspace does not work properly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866412#M1887121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your reply! I changed both &lt;STRONG&gt;abap_spec.xml&lt;/STRONG&gt; and &lt;STRONG&gt;abap4_spec.xml&lt;/STRONG&gt; the same way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Words&amp;gt;0-9a-Z_/&amp;amp; lt;&amp;amp; gt;+-*$&amp;lt;/Words&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After saving both files und restart my sapgui I am still facing the same issue. Unfortunately I can not raise this issue to SAP. Our first level support rejects it as "normal SAP behavoir".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 10:56:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-02-12T10:56:50Z</dc:date>
    <item>
      <title>SE80 - Ctrl+Backspace does not work properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866410#M1887119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with abap editor (SE80) in ECC 6.0/SapGui 730 PL11. In SE80 I change an old program and have there many comments, which are looking like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;* --------- read table ----------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I move the cursor to the very right and try to delete all of the minus characters right of "table" using the shortcut &lt;STRONG&gt;Ctrl+Backspace&lt;/STRONG&gt; the word "table" also disappears. Also the shortcut Ctrl+left/Ctrl+right does not work as I would expect. It seems abap editor does not recognise the space between a "normal" word and a sequence of special characters properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think, is it a bug or a feature? Is it worth to be raised to SAP as an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 12:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866410#M1887119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-10T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: SE80 - Ctrl+Backspace does not work properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866411#M1887120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is probably because of configuration of ABAP lexer.&lt;/P&gt;&lt;P&gt;I would not call it a bug but you can raise it to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open C:\Users\&amp;lt;user_name&amp;gt;\AppData\Roaming\SAP\SAP GUI\ABAP Editor\&lt;STRONG&gt;abap_spec.xml&lt;/STRONG&gt; file (path might be different, you will see that &lt;STRONG&gt;words&lt;/STRONG&gt; comprise of 0-9a-Z_/&amp;lt;&amp;gt;. This is in line with the letters that you can have in variable names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas in normal text editors, 0-9a-Z are part of word.&lt;/P&gt;&lt;P&gt;Because of this range, you are able to select the variable names like varname, &amp;lt;varname&amp;gt; , /scwm/varname , /scwm/var_Name etc.&lt;/P&gt;&lt;P&gt;In ABAP Editor, word selection is by Ctrl + Click because double click is used for forward navigation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since hiphen - is not part of word, Ctrl + Backspace deletes the first word that is at the left of cursor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You can use regular expression if you just want to delete hiphens/spaces towards end of a line.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/642792" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression -+ *$ will match your pattern.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 08:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866411#M1887120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-11T08:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: SE80 - Ctrl+Backspace does not work properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866412#M1887121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your reply! I changed both &lt;STRONG&gt;abap_spec.xml&lt;/STRONG&gt; and &lt;STRONG&gt;abap4_spec.xml&lt;/STRONG&gt; the same way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Words&amp;gt;0-9a-Z_/&amp;amp; lt;&amp;amp; gt;+-*$&amp;lt;/Words&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After saving both files und restart my sapgui I am still facing the same issue. Unfortunately I can not raise this issue to SAP. Our first level support rejects it as "normal SAP behavoir".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 10:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866412#M1887121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-12T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: SE80 - Ctrl+Backspace does not work properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866413#M1887122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then it is a programmed behavior. &lt;/P&gt;&lt;P&gt;Notepad does not delete word on Ctrl Backspace.&lt;/P&gt;&lt;P&gt;Notepad++ and Microsoft Word behave like you want them to.&lt;/P&gt;&lt;P&gt;Internet Explorer, Firefox, this SCN reply box behaves same as ABAP Editor.&lt;/P&gt;&lt;P&gt;So, not a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 11:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se80-ctrl-backspace-does-not-work-properly/m-p/10866413#M1887122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-12T11:18:24Z</dc:date>
    </item>
  </channel>
</rss>

