no more my_zen_settings ???
A Python Scripting plugin for Notepad++
Status: Beta
Brought to you by:
davegb3
Hi there,
is there no more support for a my_zen_settings?
I was using 0.2 and hat A LOT of custom expansion ...
Then the notepad++ plugin manager tricked me into updateing to 0.7.*
And now there is no more "my Settings" Menue Item any more.
an my zen_settings skript wwon't load.
did you change taht?
is there anyother way to integrat my own expansions??
Thanks 4 your help
no more "my settings"
That changed in the core Zen Library. Although, as far as I'm aware, the first time you load it, it should load the my_zen_settings.py. However, if you've created you're own settings then it will create a file called user_settings.pickle. If that file exists, it basically won't load the my_zen_settings.py. I've not done extensive testing with how it handles different situations. Try deleting the user_settings.pickle and see if it loads it then. If not, then as long as you've still got your my_zen_settings.py file, we can convert to the user_settings.pickle file quite easily (let me know if you need instructions to do this, and I'll come up with some and post them somewhere useful).
You can also add the my_user_settings to the zen_settings file, although that could be tricky, and isn't protected from updates.
"Tricked", by the way, is a bit harsh - it said "there's an update to Zen Coding, would you like to update", and you said "yes". :)
Closed.