Does Notepad++ have a minimap feature?
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Jungle Looping
--
Chapters
00:00 Does Notepad++ Have A Minimap Feature?
00:30 Accepted Answer Score 66
00:47 Answer 2 Score 4
01:02 Answer 3 Score 1
01:39 Thank you
--
Full question
https://superuser.com/questions/44834/do...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#notepad++
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Jungle Looping
--
Chapters
00:00 Does Notepad++ Have A Minimap Feature?
00:30 Accepted Answer Score 66
00:47 Answer 2 Score 4
01:02 Answer 3 Score 1
01:39 Thank you
--
Full question
https://superuser.com/questions/44834/do...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#notepad++
#avk47
ACCEPTED ANSWER
Score 66
The new version of NP++ (6.0) has document map feature. Go View->Document Map
. Document map or minimap will appear right hand side of the editor
ANSWER 2
Score 4
I am not aware of any plugin like that, but Notepad++ has a Function List plugin which lists your function on the side, which helps with navigation a little. Google "Notepad++ function list plugin" for information
ANSWER 3
Score 1
If you use only one of Notepad++'s 2 frames (views) at a time, you use this hack:
- Make the splitter between the frames vertical (if horizontal, right-click on the splitter and select Rotate to Left).
- Right-click the tab of the file you wish to edit and select Clone to other view.
- Click the view you wish to make the minimap and do Ctrl + Mousewheel-down until the font size is as small as possible/desired.
- Check View > Synchronize Vertical Scrolling and optionally View > Synchronize Horizontal Scrolling.
Now scrolling either the "minimap" or normal view scrolls the other. Sadly, text selections are not replicated.