On Fri, Apr 15, 2016 at 11:16 AM, john lunzer <[email protected]> wrote:
> You may not need to copy an entirely new settings file but simply the
> @button reload-styles node from a theme that contains it. I would try that
> first before starting anew.
>
sure, but when i restart config one by one,
the log alert:
Leo Log Window
Leo 5.2-final, build 20160319041841, Sat Mar 19 04:18:41 CDT 2016
Not running from a git repo
Python 2.7.11, PyQt version 4.8.7
darwin
hook failed: select2, <bound method LeoTagWidget.select2_hook of
<leo.plugins.nodetags.LeoTagWidget object at 0x1239db180>>,
leo.plugins.nodetags
Traceback (most recent call last):
File "/opt/bin/Leo-5.2-final/leo/core/leoPlugins.py", line 323, in
callTagHandler
result = handler(tag, keywords)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 370, in
select2_hook
self.update_current_tags(self.c.p)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 270, in
update_current_tags
tags = self.tc.get_tags(pos)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 146, in get_tags
tags = p.v.u.get(self.TAG_LIST_KEY, set([]))
AttributeError: 'NoneType' object has no attribute 'u'
hook failed: select2, <bound method LeoTagWidget.select2_hook of
<leo.plugins.nodetags.LeoTagWidget object at 0x1264dac30>>,
leo.plugins.nodetags
Traceback (most recent call last):
File "/opt/bin/Leo-5.2-final/leo/core/leoPlugins.py", line 323, in
callTagHandler
result = handler(tag, keywords)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 370, in
select2_hook
self.update_current_tags(self.c.p)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 270, in
update_current_tags
tags = self.tc.get_tags(pos)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 146, in get_tags
tags = p.v.u.get(self.TAG_LIST_KEY, set([]))
AttributeError: 'NoneType' object has no attribute 'u'
reading: /Volumes/MacintoshHD/Users/zoomq/.leo/myLeoSettings.leo
hook failed: select2, <bound method LeoTagWidget.select2_hook of
<leo.plugins.nodetags.LeoTagWidget object at 0x1239db180>>,
leo.plugins.nodetags
Traceback (most recent call last):
File "/opt/bin/Leo-5.2-final/leo/core/leoPlugins.py", line 323, in
callTagHandler
result = handler(tag, keywords)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 370, in
select2_hook
self.update_current_tags(self.c.p)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 270, in
update_current_tags
tags = self.tc.get_tags(pos)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 146, in get_tags
tags = p.v.u.get(self.TAG_LIST_KEY, set([]))
AttributeError: 'NoneType' object has no attribute 'u'
hook failed: select2, <bound method LeoTagWidget.select2_hook of
<leo.plugins.nodetags.LeoTagWidget object at 0x1264dac30>>,
leo.plugins.nodetags
Traceback (most recent call last):
File "/opt/bin/Leo-5.2-final/leo/core/leoPlugins.py", line 323, in
callTagHandler
result = handler(tag, keywords)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 370, in
select2_hook
self.update_current_tags(self.c.p)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 270, in
update_current_tags
tags = self.tc.get_tags(pos)
File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 146, in get_tags
tags = p.v.u.get(self.TAG_LIST_KEY, set([]))
AttributeError: 'NoneType' object has no attribute 'u'
read outline in 0.19 seconds
i not sure what happen ,,, not touch the plugins settings
now i try , just copy
leo/config/exampleSettings.leo -> ~/.leo/myLeoSettings.leo
for restart.
> On Friday, April 15, 2016 at 11:58:46 AM UTC-4, Zoom.Quiet wrote:
>>
>> On Fri, Apr 15, 2016 at 7:30 AM, john lunzer <[email protected]> wrote:
>> > My understanding is that any time you make changes to your themes you
>> > need
>> > to press the "reload-styles" button located in myLeoSettings.leo, then
>> > save,
>> > then restart.
>> >
>>
>> thanks for suggest,
>> but in my myLeoSettings.leo not "reload-styles" button;
>> so i guess , must because my myLeoSettings.leo is toooo old,
>> u i need copy leo 5.2's leoSettings.leo into ~/.leo as new
>> myLeoSettings.leo
>> try them again.
>>
>>
>> > On Thursday, April 14, 2016 at 11:14:18 PM UTC-4, Zoom.Quiet wrote:
>> >>
>> >> after up mail , i found the theme config tree in leoSettings.leo
>> >>
>> >> To enable a theme:
>> >>
>> >> 1. **Copy** this entire tree to myLeoSettings.leo.
>> >> ...
>> >>
>> >> so flow the suggest, i copy them into myLeoSettings.leo , like
>> >> attachment snapshot,
>> >> but not theme changed;
>> >>
>> >> so i notice, i config in old version , with "Colorizer & colors "
>> >> entire
>> >> so try use @ignore for ignore it;
>> >>
>> >> but also not change.
>> >>
>> >> so what can i use theme in Leo 5.2, with very old myLeoSettings ?
>> >>
>> >> On Thu, Apr 14, 2016 at 9:55 PM, Zoom.Quiet <[email protected]> wrote:
>> >> > thanks Edward great job, i upgraded 5.2 in MAC 10.11.4 is all OK
>> >> > and from What’s New in Leo — Leo 5.2 documentation
>> >> > http://leoeditor.com/what-is-new.html#what-s-new-in-leo-4-11
>> >> > notice from 4.11 :
>> >> > Added sublime Text 2, a dark colorizing theme
>> >> >
>> >> > but, i can not found the config items.
>> >> >
>> >> > BTW:
>> >> > as attachment snapshot,
>> >> > with default syntax declarative:
>> >> > @language python
>> >> > @tabwidth -4
>> >> > ...
>> >> >
>> >> > the python 2.7 code self. is not syntax color is normal?
>> >> >
>> >> >
>> >> > PS:
>> >> > my Leo log as:
>> >> >
>> >> > Leo 5.2-final, build 20160319041841, Sat Mar 19 04:18:41 CDT 2016
>> >> > Not running from a git repo
>> >> > Python 2.7.11, PyQt version 4.8.7 darwin
>> >> >
>> >> >
>> >> > --
>> >> > Life's Pathetic, Let's Pythonic! 人生苦短, Python是岸!
>> >> > 俺: http://zoomquiet.io
>> >> > 授: http://creativecommons.org/licenses/by-sa/2.5/cn/
>> >> > 怒: 冗余不做,日子甭过!备份不做,十恶不赦!
>> >> > KM keep growing environment culture which promoting organization be
>> >> > learnning!
>> >>
>> >>
>> >>
>> >> --
>> >> Life's Pathetic, Let's Pythonic! 人生苦短, Python是岸!
>> >> 俺: http://zoomquiet.io
>> >> 授: http://creativecommons.org/licenses/by-sa/2.5/cn/
>> >> 怒: 冗余不做,日子甭过!备份不做,十恶不赦!
>> >> KM keep growing environment culture which promoting organization be
>> >> learnning!
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "leo-editor" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to [email protected].
>> > To post to this group, send email to [email protected].
>> > Visit this group at https://groups.google.com/group/leo-editor.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Life's Pathetic, Let's Pythonic! 人生苦短, Python是岸!
>> 俺: http://zoomquiet.io
>> 授: http://creativecommons.org/licenses/by-sa/2.5/cn/
>> 怒: 冗余不做,日子甭过!备份不做,十恶不赦!
>> KM keep growing environment culture which promoting organization be
>> learnning!
>
> --
> You received this message because you are subscribed to the Google Groups
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.
--
Life's Pathetic, Let's Pythonic! 人生苦短, Python是岸!
俺: http://zoomquiet.io
授: http://creativecommons.org/licenses/by-sa/2.5/cn/
怒: 冗余不做,日子甭过!备份不做,十恶不赦!
KM keep growing environment culture which promoting organization be learnning!
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.