Sublime-Colorcoder icon indicating copy to clipboard operation
Sublime-Colorcoder copied to clipboard

Getting this error when removed

Open totty90 opened this issue 9 years ago • 11 comments

"Error loading colour scheme Packages/Colorcoder/Afterglow (Colorcoded) (Colorcoded) (Colorcoded).tmTheme: Error parsing plist xml: Failed to open file in file "Packages/Colorcoder/Afterglow (Colorcoded) (Colorcoded) (Colorcoded).tmTheme""

https://github.com/YabataDesign/afterglow-theme/issues/40

totty90 avatar Mar 14 '15 00:03 totty90

after colorcoder is deinstalled the modified schemes are gone too, so you need to select an still present scheme from the appropriate menu. I will try to automate this process, now an plugin_deinstall hook is available from package control

vprimachenko avatar Mar 14 '15 10:03 vprimachenko

Thanks

totty90 avatar Mar 15 '15 00:03 totty90

I cannot install because ST2 doesn't open anymore: https://github.com/vprimachenko/Sublime-Colorcoder/issues/46

totty90 avatar Mar 19 '15 21:03 totty90

You can just delete the ST2/data/installed packages/Colorcoder.sublime-package from your Data\Installed Packages folder. The ST2/data/packages/user/colorcoder.sublime-settings Sorry for inconvenience.

vprimachenko avatar Mar 19 '15 23:03 vprimachenko

I've done that and now is messed up. I get this annoyng error like 20 times and still poping up: "Error loading color scheme Packages/Colorcoder/Monokay(colorcoded).tmTheme: Error parsing plist xml: Failed to open file in file Packages/Colorcoder/Monokay(colorcoded).tmTheme

Also my color theme is gone and can't view any file. You have made something terribly wrong with this package and I can't recover from it..

totty90 avatar Mar 23 '15 23:03 totty90

have you set up another theme? You can do it via menu, or editing sublime settings file while its not running (eg removing the color_scheme setting entirely).

vprimachenko avatar Mar 24 '15 10:03 vprimachenko

Any time I change the color_scheme and save it overwrites to a name under Colorcoder (although it doesn't load it from there because I deleted the folder). ~~The uninstallation of Colorcoder is really, I'm sorry, fucked up...~~ So my problem was that I have installed Colorcoder through Package Control, but the uninstallation through Package Control doesn't work. I had to manually remove it from the installed packages files...

xixixao avatar Sep 21 '15 13:09 xixixao

Hi guys. Just a bit of foreword before I tackle how I managed to manually remove the package (and then install it again:)).

I liked the Colorcoder (with advised Java​Script​Next - ES6 Syntax ) for my JavaScript development very much. It delivers what is really needed and what is not done by color schemes or themes. So thank you to the author :)

But the package, after you install it, really blocks changing the color schemes and themes. And it is difficult to manually remove.

A. So my approach to installing color schemes / themes here is:

  • try all color themes and select the one you are really comfortable with to finally stop on it.
  • install Cololorcoder
  • live with the color theme / scheme you stopped at.

B. As soon as you are ready to change the color scheme, delete the Colorcoder manually (talking ST3 + Windows 8 here)

  • the main point not mentioned above is to open ..\AppData\Roaming\Sublime Text 3\Packages\User\Preferences.sublime-settings and delete lines with "color_scheme", "original_color_scheme" and the line describing color theme (do not remember its name exactly).
  • delete the package file from here ..\AppData\Roaming\Sublime Text 3\Installed Packages
  • delete this folder ..\Admin-1\AppData\Roaming\Sublime Text 3\Packages\Colorcoder This is the only way the manual remove worked. Otherwise ST3 itslef restored Colorcoder plugin reloading after errrors and white screen again and again even though I manually had deleted the files above.

At this point you are ready to go back to item A above to experiment with the new color scheme.

@vprimachenko Thanks for the package again :+1:

WhereJuly avatar Dec 28 '16 13:12 WhereJuly

The best way it fixed the issue for me was to CTRL+SHIFT+P > Disable Package. Because uninstalling it wrecks the software even after uninstalling sublime the effects stays and it keeps throwing all these errors.

tahakhan88 avatar Feb 26 '18 11:02 tahakhan88

The best way it fixed the issue for me was to CTRL+SHIFT+P > Disable Package. Because uninstalling it wrecks the software even after uninstalling sublime the effects stays and it keeps throwing all these errors.

You're right!,,,was the only option that worked for me!..thanks a lot.

GSN3 avatar Aug 28 '20 04:08 GSN3

Hi guys! Not to hijack but I created a plugin inspired by this one. You can check it out in package control.

kapitanluffy avatar Sep 11 '20 12:09 kapitanluffy