Skip to content

SpencerLynn/fd-editorminimap

 
 

Repository files navigation

Editor MiniMap for FlashDevelop 4

Renders a miniature version of the open file in a bar to the side of the editor. The current visible lines are highlighted so you know exactely where in your code you are. Click on the map to scroll quickly through your code. Configure the highlight color, map width, map placement, map font size and more.

Screenshot

New Code Preview popup on mouse hover.

Code Preview

Download

Version 1.3.1

History

v1.3.1 - Fixed issue with single click when not showing code preview (reported by mrpinc). v1.3 - Mouse scroll wheel can now be used to scoll the MiniMap for long files.
v1.2 - MiniMap scrolls when dragging text over it. When in split view the scrolls the editor the drag was started from.
v1.1 - Code preview follows the mouse until click or leave. Fixed bugs reported by mrpinc.
v1.0.1 - Fixed bug when clicking the MiniMap in a large file registers two clicks.
v1.0 - Right mouse button now scrolls split editor. Code preview popup when hovering.
v0.9.5 - Added support for split view which highlights both visible areas.
v0.9.4 - Now targets the .Net 2.0 Framework.
v0.9.3 - Fixed issue when scrolling with collapsed code. Fixed issue when removing because of too many lines of code.
v0.9.2 - Fixed issue with additional maps being added when a file was moved.
v0.9.1 - Changed Dispose order to avoid update events after disposed.
v0.9 - Added optional toolbar button for toggling the mini map. If you have problems with large files, I added a configurable line limit. Fixed some synchronization and stability issues.
v0.8 - Lots of changes to improve scrolling and perfromance.
v0.1 - Initial creation.

Thanks go to

  • The FlashDevelop team for making an awesome product and being very helpful in the forums (http://flashdevelop.org/)
  • Everyone who has submitted a bug report or suggestion

About

Adds a Sublime-like MiniMap to FlashDevelop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%