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..
Object /Text Code Highlite Features
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".
Re: Object /Text Code Highlite Features
I think this goes beyond the features they are trying to implement. For something like this you need a fully WYSIWYG editor, like Dreamweaver.
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: Object /Text Code Highlite Features
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.
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.
Re: Object /Text Code Highlite Features
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.
At the moment we have not found a solution for this yet.
Kind regards,
Gatis Avots
Gatis Avots
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: Object /Text Code Highlite Features
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.