Coder Social home page Coder Social logo

Comments (12)

ijx33 avatar ijx33 commented on June 11, 2024

appears to be working in XP, including brackets 26 - based on experience so far

from brackets-beautify.

drewhamlett avatar drewhamlett commented on June 11, 2024

@sarathsaleem Is this with a specific Brackets version or just started happening with Sprint 26?

from brackets-beautify.

sarathsaleem avatar sarathsaleem commented on June 11, 2024

yes .. i am facing it from sprint 24 . now i am using sprint 26.

from brackets-beautify.

drewhamlett avatar drewhamlett commented on June 11, 2024

Hey @sarathsaleem I moved to my Windows 7 box for a few hours yesterday, and I didn't have any issues developing. I have Sprint 26 out of the box and installed brackets beautify from my Github repository.

Make sure you have the latest version, because the API changes in Brackets prevent the older versions from working on Sprint 23 and later.

There also maybe an extension colliding with beautify. If you can give me a list of extensions your using I could look into it further.

Thanks.

from brackets-beautify.

sarathsaleem avatar sarathsaleem commented on June 11, 2024

@drewhjava . Im using other two extensions only 'Brackets-Interactive-Linter' , brackets-minifier .
I have downloaded the latest version , but still the issue persist.

from brackets-beautify.

Tusko avatar Tusko commented on June 11, 2024

I change a shortcut in C:\Users\Administrator\AppData\Roaming\Brackets\extensions\user\brackets-beautify\main.js

Find this

var windowsCommand = { key: "Ctrl-Alt-L", platform: "win" };

change to

var windowsCommand = { key: "Ctrl-Alt-Space", platform: "win" };

from brackets-beautify.

ijx33 avatar ijx33 commented on June 11, 2024

Don't understand the shortcut change - is/was CTRL-Shift-L conflicting with something else?

from brackets-beautify.

Tusko avatar Tusko commented on June 11, 2024

@ijx33 I don't know, maybe. But now in ver.26\27 it works fine

from brackets-beautify.

sarathsaleem avatar sarathsaleem commented on June 11, 2024

Yes , its working when I changed to
var windowsCommand = {
key: "Ctrl-Alt-Space",
platform: "win"
};
in main.js

from brackets-beautify.

drewhamlett avatar drewhamlett commented on June 11, 2024

Not sure what's going on. Is Ctrl + Alt + L conflicting with an extension? Minifier doesn't use this key command and Interactive linter doesn't seem to be using a key command.

from brackets-beautify.

ijx33 avatar ijx33 commented on June 11, 2024

Google tells me CTRL-ALT-L might be a system wide "lock screen" shortcut in Linux - are people getting the issue all using linux ?

from brackets-beautify.

drewhamlett avatar drewhamlett commented on June 11, 2024

I'm going to go ahead and close this. Let me know if this issue is still happening. I'm not able to reproduce, but I'll gladly re-open this.

from brackets-beautify.

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.