background / search
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".
background / search
1. Is it possible to change the background color for a PHP block <?php include ("http://www.test.cc/xyz.txt"); ?> in a htm file.
2. Is it possible to -multiline search and replace- with a filelist.
2. Is it possible to -multiline search and replace- with a filelist.
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
1. It is possible to change background colors for <? and ?> tags but not for the whole block. You can of course change the bg color for *every* PHP code item and thus get almost the same affect as if the block had a background color.
2. It was just implemented in the latest version 6.1 which is available right now.
2. It was just implemented in the latest version 6.1 which is available right now.
-
- Posts: 15
- Joined: Thu Jun 09, 2005 3:10 pm
- Location: Warszawa, Poland
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
I'm afraid that this is currently technically not possible, at least not so soon. We are using a third party component for the text editor and the component does not support this feature. Although we do have a source, it would take a lot of time and effort in order to implement this feature, so it is planned to be done after higher priority features and fixes have been implemented. Thank you for your understanding.
Curently you can use the proposed solutions:
1) Set background color of <? and ?> which will allow you to see where does the php block begins and ends
2) If you want it all to be colored, set background for each PHP code item
These will allow you to achieve the same usability effect. Now it maybe won't look so good but it surely does what you need - allows to identify PHP code
Curently you can use the proposed solutions:
1) Set background color of <? and ?> which will allow you to see where does the php block begins and ends
2) If you want it all to be colored, set background for each PHP code item
These will allow you to achieve the same usability effect. Now it maybe won't look so good but it surely does what you need - allows to identify PHP code

-
- Posts: 15
- Joined: Thu Jun 09, 2005 3:10 pm
- Location: Warszawa, Poland
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Unfortunately it is not possible to allow split screen more for PHP scripts as there is onw problem. We can not detect whether you edit PHP or other code and whether the code is correct. And if you edit PHP code, then it would be not a good idea to refresh your script all the time in order to preview it. So this is the reason why there is no split screen option for PHP.
Any ideas?
Any ideas?