Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ workspace refresh?

Tags:

How do i refresh the workspace / project in notepad++ when the file-system changes ( files and folders added or removed ).

at the moment it does not keep up with the local file system and i have to re-create the project each time!! frustrating..

like image 562
AndrewMcLagan Avatar asked Mar 15 '12 03:03

AndrewMcLagan


People also ask

How do you refresh a Workspace in Notepad++?

In order to do this, go to ? -> Update Notepad++ and it will automatically detect a new update package. Update Notepad++ normally. Show activity on this post.

How do I refresh a notepad file?

right-click the file tab and click reload.

What is folder as Workspace in notepad?

Folder as WorkspaceThis feature allows you to use a tree-based interface to easily access the files in a given directory. When you drag a folder from Windows Explorer onto Notepad++, this feature will be activated (unless overridden by the ”… folder dropping” option).


1 Answers

I followed Rechtar's suggestion.

I had a similar issue. Notepad++'s Project pane doesn't update when I change or create new files. What I ended up doing was downloading the explorer plugin through

PLUGINS > PLUGIN MANAGER > SHOW PLUGIN MANAGER

Then install the explorer plugin.

After it's installed go to PLUGINS > EXPLORER and select the explorer.

It's not really comparable to something like Eclipse's project navigation.

like image 147
ThinkBonobo Avatar answered Sep 21 '22 11:09

ThinkBonobo