Hi,
On the Preview Pane, what's does syncrhonize with curdor do?
Thanks,
Paolo
Synchronize with Cursor
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;
Re: Synchronize with Cursor
It makes it so that when you have the HTML source editor and Preview next to each other that you can click on the preview and the editor cursor will move to the element that you clicked, and the other way around - when you edit some HTML element, the preview will highlight the element that is currently being edited. See sample screenshot:
This might not work correctly with dynamically generated or modified HTML and if the page uses JavaScript in such way that interferes with cursor synchronization.
This might not work correctly with dynamically generated or modified HTML and if the page uses JavaScript in such way that interferes with cursor synchronization.
Blumentals Software Programmer
Re: Synchronize with Cursor
This is an important feature for me, but I can't get it to work. At first I thought it was my javascript causing the problem, but I couldn't even get it to work on your standard Hello, World! page.
I'm using Rapid PHP Version 15.4.0.206 with Windows 7. I tried it with both the Chrome preview and Internet Explorer preview. It didn't work with either.
I'm using Rapid PHP Version 15.4.0.206 with Windows 7. I tried it with both the Chrome preview and Internet Explorer preview. It didn't work with either.
Re: Synchronize with Cursor
Make sure you have Synchronize with Cursor turned on.
Blumentals Software Programmer
Re: Synchronize with Cursor
Yes, it was turned on.
Re: Synchronize with Cursor
Could you in Chromium Preview open Developer Tools and check if there are any error messages in Console? If not, in Elements tab do you see <div> irh id="XRBaseDiv" right before </body> tag?
Blumentals Software Programmer