Git Product home page Git Product logo

Comments (5)

stefanceriu avatar stefanceriu commented on August 19, 2024

I'm not entirely sure that's a good idea, showing even more text in the mini map will force Xcode to syntax highlight more text, which in turn will make is slower.
It will also make the text in the mini map very small as you would need to cram more of it in there.
You can play around with the size slider to whatever suits your needs but it will definitely not look good on large source files.

from scxcodeminimap.

mike-lischke avatar mike-lischke commented on August 19, 2024

The keypoint here is probably to show only part of the source file, depending on the overall length. For instance show only every second or third line or merge the colors of 2-3 lines into one and just draw a line in the minimap. You don't print real text there anyway, right? I really recommend to have a look at Visual Studio 2013. There's a very good implementation of this feature. I have a 600K lines file (generated) which display totally smooth there with all lines seen in the map. It takes like 2-3 seconds to build it but then it's very smooth in use. It's so useful to jump to a certain area in the file via the map, which is otherwise a lot of guessing and scrolling around.

Here's a screen shot:
bildschirmfoto 2015-02-28 um 15 04 38

from scxcodeminimap.

stefanceriu avatar stefanceriu commented on August 19, 2024

I see what you mean now although I'm not really sure how I can pull that off. I do actually display real text in there, the mini map and the main editor are hooked into the same text storage. The only things that are different between them are the colors, and only because those are drawn as temporary attributes, not affecting the storage. If I go and merge lines together I risk loosing the built in syntax highlighting, which I really don't want to do :)

I understand that VS has a nice implementation, the whole thing is pretty damn cool, but they have an advantage I don't.. access to real code without stumbling around in the dark and dumped private headers.

I will definitely keep your suggestion in mind, but realistically, it probably won't become a thing any time soon.

from scxcodeminimap.

mike-lischke avatar mike-lischke commented on August 19, 2024

I fully understand the limitations you are facing and I'm sure you will do your best. But with that scrolling I cannot use minimap atm. But maybe there are more supporters for my wish which will make a difference in the future :-) So keep this as feature request for a later date. Thanks anyway.

from scxcodeminimap.

stefanceriu avatar stefanceriu commented on August 19, 2024

Will do, thank you too for the interesting talk 👍

from scxcodeminimap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.