Highlight in preview

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
scandog
Posts: 5
Joined: Wed Jan 25, 2006 7:11 pm

Highlight in preview

Post by scandog »

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
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

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:

Code: Select all

border: 1px solid red;

Will
mrenner
Posts: 7
Joined: Mon Sep 27, 2004 3:24 am

Split screen code highlighting and auto-tracking

Post by mrenner »

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.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

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.
Karlis Blumentals
Blumentals Software
www.blumentals.net
mrenner
Posts: 7
Joined: Mon Sep 27, 2004 3:24 am

Post by mrenner »

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.
elm1430
Posts: 2
Joined: Tue Jun 20, 2006 9:37 am

Freeware AlleyCode seems to have done it

Post by elm1430 »

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.
See http://www.alleycode.com/
Post Reply