oleg-shilo / sublime-codemap

CodeMap - is a ST3 plugin for showing the code tree representing the code structure of the active view/document
MIT License
40 stars 6 forks source link

Allow to hide minimap for CodeMap group #7

Open evandrocoan opened 6 years ago

evandrocoan commented 6 years ago

From the forum post:

  1. forum$26056 CodeMap - interactive code tree plugin

@FichteFoll The minimap can only be hidden on a per-window basis.

Seems the minimap can only be hidden per windows basis. Then I opened a issue on the Sublime Text Core issue tracker asking about the possibility to hide the minimap per view:

  1. https://github.com/SublimeTextIssues/Core/issues/1926 Allow to hide minimap per view
oleg-shilo commented 6 years ago

Thank you. Will integrate it as soon as the feature is available. Hopefully they will accept it :)

Acecool commented 6 years ago

I'm mixed ... I've found the minimap helps in some situations but that has only been the case going to a 4k monitor... On 1920x1080 I've found that I've had too little space and did a lot of extra mods to XCodeMapper to slim down the output ( ie changing function to def or func, or f... and other things to slim down the output ) in order to squeeze as much room as possible...

I like the minimap now, but if the file is short, it can be a bit annoying to have...

I would like to have the option of removing it in certain instances ( if the file ends before the bottom of the window, or altogether ) and the option to resize the width of it would be nice because I wouldn't mind using it as my scrollbar - but I'd want the width to be half of what it is now...