Hi,
One of the things that I have found missing is the abbility to highlight in the preview window.
What I mean is a way to have a box appear around <div> tags etc. Kinda like in Firefox web developer plugin.
It would be great for trouble shooting CSS. Have a button to highlight tables, cells divs etc. Or click on it and have a box displayed around that block.
Even better have the code highlighted in a split preview window.
Thanks
Highlight in preview
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
why not just use firefox? Chris is doing great work, karlis is doing great work, why have them duplicating each other?
my most used code snippet, assigned to ctrl+alt+b:
Will
my most used code snippet, assigned to ctrl+alt+b:
Code: Select all
border: 1px solid red;
Will
Split screen code highlighting and auto-tracking
scandog wrote "Even better have the code highlighted in a split preview window."
Building on that thought...
For debugging HTML code it would be helpful if one could select text or graphics on the split screen preview and have the code for the selected text or graphics automatically displayed in the code editor, or vice versa.
I suggest some sort of toggle switch for "Auto-track HTML code with split screen view" (I'm sure you'll come up with a better title).
I'm not suggesting that Webuilder turn into a WYSIWYG editor, just that it make it easier to find and fix problems that turn up during a visual inspection.
Building on that thought...
For debugging HTML code it would be helpful if one could select text or graphics on the split screen preview and have the code for the selected text or graphics automatically displayed in the code editor, or vice versa.
I suggest some sort of toggle switch for "Auto-track HTML code with split screen view" (I'm sure you'll come up with a better title).
I'm not suggesting that Webuilder turn into a WYSIWYG editor, just that it make it easier to find and fix problems that turn up during a visual inspection.
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
The preview/code synch has been already requested a couple of times, but we are having hard times implementing it as the IE ActiveX object does not have the interfaces needed to perform this, or it could be that we simply have not yet figured out how to use it.
T guess WYSIWYG component can do this, but again, I would prefer to keep WYSIWYG off this product.
T guess WYSIWYG component can do this, but again, I would prefer to keep WYSIWYG off this product.
Agree on your assessment of WYSIWYG. I think WYSIWYG would take a fine, fast editor and turn it into a performance dog, with bloated, bug-ridden code. At least that happened to some of the other HTML editors I've used in the past. But please keep working on the possibility of window synchronization. Perhaps there's a third-party library of routines out there that's already dealt with the problem, waiting to be discovered.
Freeware AlleyCode seems to have done it
See http://www.alleycode.com/Karlis wrote:The preview/code synch has been already requested a couple of times, but we are having hard times implementing it as the IE ActiveX object does not have the interfaces needed to perform this, or it could be that we simply have not yet figured out how to use it.
T guess WYSIWYG component can do this, but again, I would prefer to keep WYSIWYG off this product.