Select multiple columns in Webuilder
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
Select multiple columns in Webuilder
Is it possible to select multiple columns in Webuilder?
Re: Select multiple columns in Webuilder
Is this forum alive?
Re: Select multiple columns in Webuilder
Yes, it is alive, but if I have to guess then I think others just like me are not sure what kind of columns are you asking about. Can you elaborate?
Blumentals Software Programmer
Re: Select multiple columns in Webuilder
Try holding the Ctrl key while you select as normal with the mouse, this goes into column mode, if that's not quite what you mean you may have to describe it better.
Mike
Mike
Re: Select multiple columns in Webuilder
The image "speaks" for itself. Column mode, yes. Doesn't work "holding the Ctrl key while you select as normal with the mouse".
Re: Select multiple columns in Webuilder
OK! Thanks for nothing. Never come back again. Sorry for stoping your silence. Don't bother to answer... Sleep well! I'm sory I purchased webuilder. My apologize...
-
- Posts: 16
- Joined: Sun Feb 26, 2012 3:21 pm
Re: Select multiple columns in Webuilder
O-la-la...
I found it myself.
It cannot be selected block mode if word wrap is activated.
Come ooonn!!!
I found it myself.
It cannot be selected block mode if word wrap is activated.
Come ooonn!!!
Re: Select multiple columns in Webuilder
In Notepad++ if i make a block selection and start to write code, it replace all lines with that code.
I do not say that webuilder is bad. No, is great, but in simple thinkgs like that I think it fails.
Sorry for my bad behavior from the past
I do not say that webuilder is bad. No, is great, but in simple thinkgs like that I think it fails.
Sorry for my bad behavior from the past

- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Select multiple columns in Webuilder
Come on, seriously? 
Press and hold Alt key and then do mouse select to select blocks of text. (Not Ctrl key) You can select single block at a time. Column select does not work in combination with word wrap as it would make no sense.
Also note, if Constraint cursor to text option is checked in Preferences window, then you can mark blocks only starting and ending on solid text lines.

Press and hold Alt key and then do mouse select to select blocks of text. (Not Ctrl key) You can select single block at a time. Column select does not work in combination with word wrap as it would make no sense.
Also note, if Constraint cursor to text option is checked in Preferences window, then you can mark blocks only starting and ending on solid text lines.
Re: Select multiple columns in Webuilder
Thanks for the answer.
Constraint cursor to text is unchecked.
[Alt] works.
But (for example):
If I want to select five <li> and replace them with <li class="something"> I want to write once not five times.
In Notepad++ that is possible.

Sory for my english.
Constraint cursor to text is unchecked.
[Alt] works.
But (for example):
If I want to select five <li> and replace them with <li class="something"> I want to write once not five times.
In Notepad++ that is possible.

Sory for my english.
Re: Select multiple columns in Webuilder
By the way!
In Notepad++ column/block mode works in combination with word wrap and make sense.Column select does not work in combination with word wrap as it would make no sense.
Re: Select multiple columns in Webuilder
Aren't you just bloating the code with that method. Apply the 'class' to the <ul> and then create your CSS rules accordingly.pety wrote:Thanks for the answer.
Constraint cursor to text is unchecked.
[Alt] works.
But (for example):
If I want to select five <li> and replace them with <li class="something"> I want to write once not five times.
In Notepad++ that is possible.
Sory for my english.
Re: Select multiple columns in Webuilder
No, I am not. I can have different classes for <li>. Doesn't work your approach in my project.Dunkaz wrote: Aren't you just bloating the code with that method. Apply the 'class' to the <ul> and then create your CSS rules accordingly.