Hi Jon
- Love the minimap, but when there are very long lines (I do not use wrap), it becomes unusable. I think it’s b/c you try to fit the entire horizontal buffer into the minimap.
Vertically, you seem to impose a maximum zoom out level. On long documents, the minimap will scroll up and down. I think you should consider doing the same horizontally.
In fact, make the maximum zoom out configurable. This way, the user can control exactly how readable he wants the minimap to be, including infinite zoom, which tries to fit the entire document into the minimap.
Personally, I think the zoom out should always be dictated by the length (height) of the document, regardless of how wide the longest line may be. Make the minimap pan left and right if necessary. But maybe others disagree, so you can make that configurable, too. (minimap tries to fit height | minimap tries to fit height or width, whichever is greater)
- I don’t know if this is a feature, but I’d like to have sublime remember WHERE my edits are. Very often, I want to go back/forth between the spots I recently made edits to. Sometimes, I would hit undo edit just so I can go back to the previous spot(s) and hit redo to go back to where I am. I know I can set bookmark but I never remember to do that.
Speaking of bookmarks, can you show them in the minimap?
- Is there a convert leading spaces to tabs plugin? I did not see it on sublimetextwiki. It’s actually a non trivial problem if you want to be smart about it and not just replace, say 4 spaces with 1 tab. I don’t want to tackle it, considering I don’t even know python
thanks