NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Delete folder locations.


Joined: 23 May 2014
Posts: 3
Reply with quote
How may I delete saved folder locations in 'find in folders'
View user's profileFind all posts by michellesoSend private message
Re: Delete folder locations.


Joined: 22 Apr 2014
Posts: 17
Reply with quote
michelleso wrote:
How may I delete saved folder locations in 'find in folders'

I haven't found a way to do this in the GUI. There is, however, a place in the Windows registry where the data is saved:

HKEY_CURRENT_USER\Software\NuSphere\PhpED13.0\EditHistory

The search paths are stored in SrchDialogDirSpec. If you try to change this, make sure you exported the data first - I haven't tried to empty this entry. I wouldn't expect this to do any harm, but I'm not absolutely sure about it.
View user's profileFind all posts by JCISend private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
If you want to do it a lot, copy this into a batch file and run from a shortcut:

Code:
reg delete HKEY_CURRENT_USER\Software\NuSphere\PhpED13.0\EditHistory /f /v SrchDialogDirSpec


It won't cause a problem with PhpED, it will just recreate the value when it needs to, which is each time the Find dialog is closed.

When you upgrade to PhpED 14, remember to change the path accordingly.
View user's profileFind all posts by plugnplaySend private message
Delete folder locations.
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic