<?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: mark block (ALT + Mouse) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821588#M1882938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like a good Workaround &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2015 11:59:41 GMT</pubDate>
    <dc:creator>former_member305179</dc:creator>
    <dc:date>2015-01-19T11:59:41Z</dc:date>
    <item>
      <title>mark block (ALT + Mouse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821584#M1882934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m looking for marking code vertical/block. I use the command ALT + Mouse-Cusor in ABAP Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/627048" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 09:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821584#M1882934</guid>
      <dc:creator>former_member305179</dc:creator>
      <dc:date>2015-01-19T09:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: mark block (ALT + Mouse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821585#M1882935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Block Selection Mode can be enabled via ALT-SHIFT-A in Eclipse.&lt;/P&gt;&lt;P&gt;See for example: &lt;A href="http://vasanth.in/2009/03/31/eclipse-tip-block-selection-mode/" title="http://vasanth.in/2009/03/31/eclipse-tip-block-selection-mode/"&gt;Vasanth Dharmaraj&amp;amp;amp;#039;s Blog | Eclipse Tip: Block Selection Mode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 09:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821585#M1882935</guid>
      <dc:creator>ThFiedler</dc:creator>
      <dc:date>2015-01-19T09:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: mark block (ALT + Mouse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821586#M1882936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think it works different. If I like to format code with TAB the whole line moves. Did I do something wrong?- Is it possible to configure this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 10:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821586#M1882936</guid>
      <dc:creator>former_member305179</dc:creator>
      <dc:date>2015-01-19T10:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: mark block (ALT + Mouse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821587#M1882937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that in your sample screenshot you want to get rid of these spaces between name of variables and their types.&lt;/P&gt;&lt;P&gt;You could do this like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;press Alt+Shift+A&lt;/LI&gt;&lt;LI&gt;mark the type definitions block (not the spaces and not the variable names)&lt;UL&gt;&lt;LI&gt;"type matnr&lt;BR /&gt;type werks_d&lt;BR /&gt;type ..&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;press Ctrl+X&lt;/LI&gt;&lt;LI&gt;click behind MATNR and move one space right.&lt;/LI&gt;&lt;LI&gt;press Ctrl+V&lt;/LI&gt;&lt;LI&gt;press Alt+Shift+A&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 11:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821587#M1882937</guid>
      <dc:creator>dilorenzo</dc:creator>
      <dc:date>2015-01-19T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: mark block (ALT + Mouse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821588#M1882938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like a good Workaround &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 11:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-block-alt-mouse/m-p/10821588#M1882938</guid>
      <dc:creator>former_member305179</dc:creator>
      <dc:date>2015-01-19T11:59:41Z</dc:date>
    </item>
  </channel>
</rss>

