Text conversion bug with column selections

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
gLes
Posts: 33
Joined: Sat Aug 27, 2005 6:01 pm
Location: Budapest, Hungary
Contact:

Text conversion bug with column selections

Post by gLes »

Hi!

When I select a column of text (by holding down the Alt key then click and drag the selection in a column) and I utilize some sort of text conversion on the selection for example Convert to Lowercase or Uppercase or Toggle Character Case, etc. then after the conversion the whole column is inserted in place of the first line of the column. For example:

<PARAM NAME="filename" value="video.wmv" />
<PARAM NAME="autoStart" value="false" />
<PARAM NAME="showStatusBar" value="false" />

Then I select the column containing only the PARAM NAME strings and I select Convert to Lowercase, I get this:

<param name
param name
param name
="filename" value="video.wmv" />
<="autoStart" value="false" />
<="
showStatusBar" value="false" />

It's obvious :)
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Yes, you are correct. Currently column-based use of this feature is not possible, it is not yet implemented.
Karlis Blumentals
Blumentals Software
www.blumentals.net
gLes
Posts: 33
Joined: Sat Aug 27, 2005 6:01 pm
Location: Budapest, Hungary
Contact:

Post by gLes »

Karlis wrote:Yes, you are correct. Currently column-based use of this feature is not possible, it is not yet implemented.
Not that it's such an important feature, but are you planning to implement it? :)
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

You are right, it should work in column mode. Although it is possible, it would take a lot of time to implement (due to tech reasons).

So while I have put this in the list, I must say that more important features and fixes should be done first, so I can not tell you when we could get to this.
Karlis Blumentals
Blumentals Software
www.blumentals.net
gLes
Posts: 33
Joined: Sat Aug 27, 2005 6:01 pm
Location: Budapest, Hungary
Contact:

Post by gLes »

Karlis wrote:You are right, it should work in column mode. Although it is possible, it would take a lot of time to implement (due to tech reasons).

So while I have put this in the list, I must say that more important features and fixes should be done first, so I can not tell you when we could get to this.
Ok, no hurry there, just keep up the good work ;)
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Thanks, for understanding ;)
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply