two small wishes:
File Reopen add Clear list for clearing the items
add syntaxhighlight for print_r
thanks
two small wishes:
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".
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: two small wishes:
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.
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.
Re: two small wishes:
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
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
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: two small wishes:
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.
Re: two small wishes:
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.
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
Gatis Avots
Re: two small wishes:
Hi Gatis,
thanks for responding and the hint for the PHP parser
thanks for responding and the hint for the PHP parser