Couple of Requests for RapidPHP

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
randyg
Posts: 2
Joined: Mon May 11, 2009 4:21 pm

Couple of Requests for RapidPHP

Post by randyg »

1. When I open several files, the OPEN directory defaults to the last directory used. For example, if I open, in this order:

G:\WWW\PROJECT1\file1.php
G:\WWW\PROJECT5\file1.php

and I am working on the PROJECT1\file1.php and want to open a new file in the directory, when I click the file|open, it defaults to PROJECT5. Could this be adjusted so the opening directory is wherever the currently opened/used file is located? This would be a tremendous help

2. LI tag never closes. one thing I love about this product is that you can highlight a list of things and click the button to make it a <UL><Li>... list, however, it never adds the closing </LI> to the list items. I have to do that manually. If the software could do that automatically it would be even more of a timesaver.

Thanks so much...great product!!
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: Couple of Requests for RapidPHP

Post by syrupcore »

if you browse through this forum you'll see lots and lots of different opinions on where "file>open" should resolve to. It's a challenge for the team, I'm sure, because everyone has a different opinion. One shortcut you may enjoy is f6. f6 will open the containing folder of the currently focused open document. it's handy.

for 2, there's a setting somewhere in settings to use XHTML instead of HTML. Sorry, not in front of it at the moment but that should change the list generating code such that it closes your <li>s (as well as adding self closing image tags when you drag one in and other related html generation)
randyg
Posts: 2
Joined: Mon May 11, 2009 4:21 pm

Re: Couple of Requests for RapidPHP

Post by randyg »

Found both of your suggestions, thanks so much!!
Post Reply