Giter Club home page Giter Club logo

Comments (3)

OdatNurd avatar OdatNurd commented on August 22, 2024

This should be easy to fix by normalizing the displayed path to the path separator for the current OS. I'll also cast around because this probably occurs elsewhere as well. At the least it's also present in error messages during diffing when files are not found and in some status bar messages.

I would agree that the path convention for the current OS makes the most sense here, although apart from full paths, all overrides within a sub path are displayed with a unix-style path separator because that's how they're portrayed inside of the sublime-package files.

from overrideaudit.

FichteFoll avatar FichteFoll commented on August 22, 2024

You could also unify them to use forward slashes because that's what ST uses for its paths relative to the data directory (e.g. View.assign_syntax, color_scheme setting), although this would only make sense if we are indeed only taking about paths relative to the data directory.

from overrideaudit.

OdatNurd avatar OdatNurd commented on August 22, 2024

Yeah, everything here is rooted in the Data directory with the exception of shipped packages, although that's just a technicality and the paths are always portrayed as relative.

I hadn't considered that Sublime itself always uses the other path style internally, so that would make things more consistent, especially since override files with path segments in them always use that style anyway, so it would be consistent with itself and Sublime at the same time.

from overrideaudit.

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.