two small wishes:

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
Gorky
Posts: 73
Joined: Fri Mar 30, 2007 11:32 pm

two small wishes:

Post by Gorky »

two small wishes:
File Reopen add Clear list for clearing the items

add syntaxhighlight for print_r

thanks
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: two small wishes:

Post by chrisjlocke »

The File Reopen files are stored in the registry:
HKEY_CURRENT_USER\Software\Karlis Blumentals\WeBuilder\7.0\MRU\Files

(Why its 7.0 and not 11.0, its unknown, but Microsoft do the same thing, so can't really blame them...)

Anyway. Would you want to delete the whole list, or just selected files? It would be easy to knock up a VB program to delete the necessary keys.
if you wanted to wipe the whole list, then you can simply create a registry file which would delete the key. I'll post that if thats what you required.
Gorky
Posts: 73
Joined: Fri Mar 30, 2007 11:32 pm

Re: two small wishes:

Post by Gorky »

Hi,

I suggest to add a menu-item "File -> Reopen -Clear list. Selecting Clear list, well just clears the list of items (= previously opend files) in the Reopen-Menu . No VB-Hack or anything else. (See the implementation in my favorite text-editor Notetab Pro www.notetab.com)

Gorky
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: two small wishes:

Post by chrisjlocke »

I'm not a WeBuilder programmer, so my 'VB-hack' was a workaround - I can't edit the main program. No problem - just trying to help.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: two small wishes:

Post by Gatis »

Hi,

The clear list feature won't be added, I guess. If we receive more requests, we shall consider this, of course.

"print_r" is PHP function, not a reserved word, so we have no intention to add this to the list of highlighted (reserved) words.
You may want to modify the PHP parser ( C:\Program Files\WeBuilder 2011\data\parsers\phpparser.dat) yourself if you want this word to be highlighted.
Kind regards,
Gatis Avots
Gorky
Posts: 73
Joined: Fri Mar 30, 2007 11:32 pm

Re: two small wishes:

Post by Gorky »

Hi Gatis,
thanks for responding and the hint for the PHP parser
Post Reply