Object /Text Code Highlite Features

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
hotwire
Posts: 5
Joined: Wed May 07, 2008 7:35 pm

Object /Text Code Highlite Features

Post by hotwire »

Hello Forum,

This is only my 2nd post in this forum and I appreciate the moderators and users actions here in improving the many programs by Blumentals.

I hope it doesn't seem like I'm panting and requesting something more than the product's pricing, but how complicated or difficult would it be to implement a feature I see in a few web editors that actually allows the users to click on a visual oblect or text etc on the page you're working on, and have the block of coding for that webpage object you're clicking on be highlited?

In other words, if I am viewing the webpage I'm working on and click on a picture on that page, the block of coding for that picture will be highlighted in the coding section.

Thanks for any info on this..
llbbl
Posts: 50
Joined: Thu Mar 27, 2008 9:19 pm

Re: Object /Text Code Highlite Features

Post by llbbl »

I think this goes beyond the features they are trying to implement. For something like this you need a fully WYSIWYG editor, like Dreamweaver.
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Object /Text Code Highlite Features

Post by chrisjlocke »

Its not got so much to do with wysiwyg, but in tying up the preview window with the code window. Due to the nature of the controls used, this feature isn't possible.
It has been mentioned before, and would certainly be a nice feature. I find it handy when using Firebug and saves scrolling around screen-fulls of HTML.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Object /Text Code Highlite Features

Post by Gatis »

As chrisjlocke said, if there would be an easy way to add "click inside preview and it selects according HTML text in code editor", we would add it.
At the moment we have not found a solution for this yet.
Kind regards,
Gatis Avots
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: Object /Text Code Highlite Features

Post by syrupcore »

also as chrisjlocke said, you can use firebug to do this. firebug shows you the line number when you inspect an element. alt+tab back to webuilder, hit ctrl+g to "go to" a line number and type it.
Post Reply