Coder Social home page Coder Social logo

Comments (7)

izuzak avatar izuzak commented on June 23, 2024

@yongkangchen Can you reproduce this in safe mode?

from text-buffer.

yongkangchen avatar yongkangchen commented on June 23, 2024

safe mode is normal. I guess this cause by autocomplete-plus, and I create the same issue.

from text-buffer.

izuzak avatar izuzak commented on June 23, 2024

Thanks for confirming. I'm going to close this issue, but please reopen it in https://github.com/atom/atom if you notice it in safe mode.

Also, I'm going to cc @nathansobo and @benogle on this -- that stack trace above is interesting, it doesn't seem to include anything related to autocomplete-plus, so I'm wondering if there indeed is something we could do to prevent these exceptions.

from text-buffer.

izuzak avatar izuzak commented on June 23, 2024

Reopening, see 94115e2#commitcomment-7727788

from text-buffer.

zenizh avatar zenizh commented on June 23, 2024

Exactly the same problem here on OS X 10.9.4 and Atom 0.125.0.
And I also use autocomplete-plus.
Just for reference.

from text-buffer.

yongkangchen avatar yongkangchen commented on June 23, 2024

@kami30k I temporary edit the file /Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/marker.js and modify function resumeChangeEvents to avoid the annoying bug, and you can try it until they fix this.

    Marker.prototype.resumeChangeEvents = function() {
      var deferredChangeEvents, event, _i, _len, _results;
      deferredChangeEvents = this.deferredChangeEvents;
      this.deferredChangeEvents = null;
      _results = [];

      if(deferredChangeEvents){
        for (_i = 0, _len = deferredChangeEvents.length; _i < _len; _i++) {
          event = deferredChangeEvents[_i];
          this.emit('changed', event);
          _results.push(this.emitter.emit('did-change', event));
        }
      }
      return _results;
    };

from text-buffer.

nathansobo avatar nathansobo commented on June 23, 2024

This must be happening when something is inserting a marker within a buffer change event callback. Certainly a valid use case but it wasn't exercised by any of our code. This should be fixed on the next release, which we will expedite. Thanks for your patience.

from text-buffer.

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.