Simple Code Collapse
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".
Simple Code Collapse
A great help to me while debugging would be the ability to collapse code based on a range of lines. Oftentimes I'll need to look at two separate areas of the same file and right now have to scroll quite a bit.
The way I see it working is highlighting a series of lines and clicking a collpase button. This would collapse those lines into a single line with a place holder in the line number gutter. Clicking the placeholder would expand to code back to normal. This should be easier for you to implement than a tag based collapse.
The way I see it working is highlighting a series of lines and clicking a collpase button. This would collapse those lines into a single line with a place holder in the line number gutter. Clicking the placeholder would expand to code back to normal. This should be easier for you to implement than a tag based collapse.
Code rollup/collapse
Hi,
I have rapid php 2006 and I do not see "rollup/collapse" feature... Are there any plans for an update?
Just read the big list ... I see code collapse at the veryend on this page:
http://www.blumentals.com/rapidphp/
Countless goodies (code collapse, line highlighting, text indentation etc.)
Just curious wondering how to use it, if it's there.
Also, can we have the ability to use the built in browser feature to view all websites. (e.g., so we can use the browser feature to work on sites that are not http://localhost)
Other than that... the built in database connectivity rocks! Nice add on!
I also like the braces and bracet highlighting. Thanks Karlis.
I have rapid php 2006 and I do not see "rollup/collapse" feature... Are there any plans for an update?
Just read the big list ... I see code collapse at the veryend on this page:
http://www.blumentals.com/rapidphp/
Countless goodies (code collapse, line highlighting, text indentation etc.)
Just curious wondering how to use it, if it's there.
Also, can we have the ability to use the built in browser feature to view all websites. (e.g., so we can use the browser feature to work on sites that are not http://localhost)
Other than that... the built in database connectivity rocks! Nice add on!
I also like the braces and bracet highlighting. Thanks Karlis.
<?php str_replace("ASP", "PHP", $str); ?>
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Code collapse must be enabled in options. Just a note - code collapse may slow down editing if used on documents that have very long lines (thousands of characters), also it might be distracting, thus it is enabled optionally.
Currently what is implemented is SIMPLE code collapse, the smart collapse based on code is left for future releases / updates.
Currently what is implemented is SIMPLE code collapse, the smart collapse based on code is left for future releases / updates.