Coder Social home page Coder Social logo

Comments (7)

apptoix avatar apptoix commented on June 12, 2024

I have tested the latest version of Brackets (1.6) and BracketstoIX both in Windows and OSX 10, and in both situations the undo was working after save.
Please, provide details in order to determine which conditions exactly generate this issue.
Also, include if you have any operations defined on "After Save" dialog.

from bracketstoix.

Luk4 avatar Luk4 commented on June 12, 2024

I am sorry for not being able to provide further information -- I am quite new to this all. I just installed Brackets (1.6) and the extension and run into the problem. Googled a solution and followed the advice to remove the extension -- that worked. I had no other extensions installed, if that might help troubleshooting. I don't think I have ever seen the "After Save" dialog (sorry about that).

from bracketstoix.

ChaosPredictor avatar ChaosPredictor commented on June 12, 2024

Have the same issue, on Linux, ubuntu 14.4, the only installed extension in the list is adobe "Extract for Brackets". Working on RoR with Git.

from bracketstoix.

ChaosPredictor avatar ChaosPredictor commented on June 12, 2024

the change of:
if (!(stat && oldStat && stat.mtime.getTime() <= oldStat.mtime.getTime())) {
to:
if (!(stat && oldStat && stat.mtime.getTime() >= oldStat.mtime.getTime())) {

work for me

from bracketstoix.

apptoix avatar apptoix commented on June 12, 2024

I tested BracketstoIX on Win/Mac OS/Linux Mint, and in all OS I can undo after save while BracketstoIX is running.

I checked the BracketstoIX code, and I can't find:
if (!(stat && oldStat && stat.mtime.getTime() <= oldStat.mtime.getTime())) {
Any further info in how I can reproduce the problem?

from bracketstoix.

ChaosPredictor avatar ChaosPredictor commented on June 12, 2024

I'm not sure what is BracketstoIX I'm using Brackets Release 1.7 experimental build 1.7.0-16898.

from bracketstoix.

apptoix avatar apptoix commented on June 12, 2024

Hi, ChaosPredictor.
This thread is about BracketstoIX, not Brackets.
The open issue is that if BracketstoIX plugin is installed, Brackets editor won't undo after save.
So, your modification is Brackets, nor BracketstoIX?

from bracketstoix.

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.