0

I got a problem while using Sublime Text from version 2 to 3. I'm using version 3. I recorded the problem at: http://screencast.com/t/nDYm8MKYSu2D

When I type some text such as abc, a white rectangle is wrapping the text, then I click on where else, start typing, it comes back the text abc. It's weird because I don't meet this on Windows.

Packages is used:

{
    "bootstrapped": true,
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
        "GitGutter",
        "Package Control",
        "SideBarEnhancements",
        "Theme - Spacegray"
    ]
}
Steve Lam
  • 979
  • 1
  • 17
  • 40
  • @sergioFC: it's not duplicated, I checked that post and try to uninstall Lint package, but it's not solved – Steve Lam May 28 '16 at 09:17
  • Ok, I have retracted my close vote. – sergioFC May 28 '16 at 22:35
  • @TaiPhatLam did you *completely* restart Sublime after uninstalling SublimeLinter? Please [edit] your question and post the list of plugins in **`Preferences -> Package Settings -> Package Control -> Settings-User`** (you don't need to post the whole file, just the list of packages). – MattDMo May 30 '16 at 02:44
  • @MattDMo: I will post it when coming home. I restarted the app after uninstalling but not have a luck – Steve Lam May 30 '16 at 02:46
  • OK, just @mention me in another comment when you've updated your question. – MattDMo May 30 '16 at 02:47
  • @MattDMo, hi, I edited the post – Steve Lam May 30 '16 at 15:34

1 Answers1

1

This has actually been answered, it's SublimeLinter which highlights errors and warnings.

Community
  • 1
  • 1
Mr. Branch
  • 442
  • 2
  • 13