Re: How to change docker arrow icon size?

2023-01-11 Thread zhaohe wang
Thanks, I will try to learn it. 在2023年1月10日星期二 UTC+8 13:27:09 写道: > The plugin is *nav_qt.py*. > > On Tuesday, January 10, 2023 at 12:11:46 AM UTC-5 Thomas Passin wrote: > >> The height would probably be set in the CSS rules in the theme's qt >> stylesheet. I'm not sure just now which selector

How to change docker arrow icon size?

2023-01-09 Thread zhaohe wang
Help! Is there a way to change docker hight or arrow size. It seems the arrow is bigger. [image: iShot_2023-01-10_10.01.02.png] -- 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, sen

Re: Dart Has Been Added To The Languages Supported By Viewrendered3

2022-12-04 Thread zhaohe wang
Tested && run well. 在2022年11月29日星期二 UTC+8 23:22:06 写道: > Now merged into the *devel* branch. -- 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 leo-editor+unsubscr.

Re: Wanting a nofooter boolean flag in settings of VR3 asciidoctor

2022-11-26 Thread zhaohe wang
Thanks a lot! The test step is: 1. git pull 2. @bool vr3-asciidoctor-nofooter=True in myLeoSettings.leo 3. run reload-settings 4. Not input :nofooter: below @language asciidoc in body panel. Result: VR3 panel does not show the footer. *So the code run ok.* 在2022年11月26日星期六 UTC+8 21:15:20 写道: >

Re: Wanting a nofooter boolean flag in settings of VR3 asciidoctor

2022-11-25 Thread zhaohe wang
I think `nofooter` is a specific **Asciidoctor** head attribute. Asciidoc & Asciidoc3 don't suppor `nofooter` attribute after I had some test by change myLeoSettings.leo. Step1: use asciidoc3 ``` @@string vr3-prefer-external =

Wanting a nofooter boolean flag in settings of VR3 asciidoctor

2022-11-25 Thread zhaohe wang
Now the footer is shown in VR3 panel always. So I have to set `:nofooter:` in each body text. Would you plan to add this attribute? Thanks for your help! -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop rec

Is there an example of using command flush-lines or keep-lines

2022-10-28 Thread zhaohe wang
I want a help for the commands for I don't know how to use the regexp. Thanks a lot! -- 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 leo-editor+unsubscr...@google

Re: Elixir: @doc in an @clean file

2022-01-09 Thread zhaohe wang
I often use markdown text below @doc. @language python print("something") @doc @language md ### Print something 在2022年1月8日星期六 UTC+8 02:56:20 写道: > The elixir language uses "@doc" as a documentation preamble for > definitions; how does one instruct Leo to emit a verbatim "@doc"? > > Collaborati

Re: New Command To Plot Data From Clipboard

2021-12-05 Thread zhaohe wang
Thanks a lot for your detailed description. 在2021年11月14日星期日 UTC+8 05:48:46 写道: > I have added a section to the docstring of the command to cover how to > install it and bind it to a key, button, or menu . The update is available > on the latest 6.6 branch, in scripts.leo. > > On Saturday, Nove

Re: Possible next project for me

2021-11-20 Thread zhaohe wang
@Edward Yes I agree with you. I wrote a blog which using leo-editor to analyse flutter pugin named fluro offical example. Here is the blog, but written by Chinese. I want to share some leo-editor usage experience. https://blog.csdn.net/weixin_42553238/article/details/121447509 fluro example:

Re: ENB: Leo as a database

2021-11-20 Thread zhaohe wang
I have already tested leovue. It will be slow if leo nodes over 400. https://github.com/kaleguy/leovue 在2021年11月21日星期日 UTC+8 上午11:58:30 写道: > Yes, I have tested 20,000 nodes. Leo react slowly. Now I use Leo less > than 10,000 nodes otherwise I will create a new .leo file. > > 在2021年11月16日星期二 U

Re: ENB: Leo as a database

2021-11-20 Thread zhaohe wang
Yes, I have tested 20,000 nodes. Leo react slowly. Now I use Leo less than 10,000 nodes otherwise I will create a new .leo file. 在2021年11月16日星期二 UTC+8 上午5:11:54 写道: > This Engineering notebook officially kills a bad idea: that of having Leo > "augment" production databases. Indeed, there are t

Re: non-QT / command line only?

2021-11-20 Thread zhaohe wang
Perhaps it can not run. Below is output when I run it in Ubuntu2004 server. python launchLeo.py --gui console *** ubuntu@VM-0-4-ubuntu:~/leo-editor$ python launchLeo.py --gui console Can not load pyQt5 or pyQt6 setting leoID from os.getenv('USER'): 'ubuntu' cursesGui2.py: Tk module require

Re: New Command To Plot Data From Clipboard

2021-11-13 Thread zhaohe wang
1. pip install pyperclip 2. git pull 3. copy example data 4. Ctrl+B return: *no script selected* *Is there anything wrong with my operation?* 在2021年11月12日星期五 UTC+8 上午11:02:04 写道: > If you have a node that reads or computes some X-Y data, you can add axis > labels and a title to your clipbo

Re: picture_viewer.py: new r command

2021-10-31 Thread zhaohe wang
Tested in MacOS Catalina Version 10.15.5, run well. 在2021年10月31日星期日 UTC+8 上午9:50:08 写道: > On Sat, Oct 30, 2021 at 7:05 PM zhaohe wang wrote: > >> I want have a try, but don't know how to do it. Could you give me some >> advice? >> > > python -m leo.p

Re: picture_viewer.py: new r command

2021-10-30 Thread zhaohe wang
I want have a try, but don't know how to do it. Could you give me some advice? 在2021年10月29日星期五 UTC+8 下午3:24:48 写道: > Rev 1e84214 > > > in devel adds the r (restart) command. This command prompts for a n

Re: Viewrendered3 Updated to V3.0rc4

2020-10-11 Thread zhaohe wang
happend after git pull: d9367016487a9304a4f35f8f848651347f127683 在2020年10月11日星期日 UTC+8 下午9:43:10 写道: > run vr3, errors displayed > > Leo Log Window > Leo 6.3-devel, devel branch, build e8319a6 > > 2020-10-

Re: Viewrendered3 Updated to V3.0rc4

2020-10-11 Thread zhaohe wang
run vr3, errors displayed Leo Log Window Leo 6.3-devel, devel branch, build e8319a6 2020-10-10 14:25:04 -0500 Python 3.7.3, PyQt version 5.12.1 darwin *** Traceback (most recent call last): File "/U

Re: How to zoom-in or zoom-out vr3 font size?

2020-10-04 Thread zhaohe wang
but maybe that isn't correct. Someone else > probably knows. Edward? > > Otherwise, remember that you need to click in the rendering pane before > those keystrokes will work. > > On Saturday, October 3, 2020 at 7:46:58 PM UTC-4, zhaohe wang wrote: >> >> >>

Re: mathematical formulas display in vr3

2020-10-03 Thread zhaohe wang
Thanks a lot! It is excellent! The inline mode is \\( [(0.2-0)^2 + (0.7-0)^2 + (0.1-1)^2]*0.5=0.67 \\) Not $ [(0.2-0)^2 + (0.7-0)^2 + (0.1-1)^2]*0.5=0.67 $ 在2020年10月4日星期日 UTC+8 上午12:06:37 写道: > Yes, it is great, isn't it? Are you asking how to make it work? You have > to set a setting: > >

Re: How to zoom-in or zoom-out vr3 font size?

2020-10-03 Thread zhaohe wang
@tbp1 Thanks a lot! The qweb-view-font-size setting in my-leo-settings.leo can take effect. @int qweb-view-font-size = 16 *** or or cmd-= or cmd-minus have no effect. Leo 6.3-devel, devel branch, build 8a5715ab3f 2020-09-26 08:06:54 -0500 Python 3.7.3, PyQt version 5.12.1 darwin 在2020年

mathematical formulas display in vr3

2020-10-03 Thread zhaohe wang
It is great to display mathematical formulas in vr3. For example: $$ \frac{1}{n}\sum\limits_{x,y}\frac{1}{2}(y-Model(x))^2 $$ -- You received this me

How to zoom-in or zoom-out vr3 font size?

2020-10-03 Thread zhaohe wang
It is great to show vr3 to other people if vr3 font size can be adjusted. -- 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 leo-editor+unsubscr...@googlegroups.com.

Re: dot changes state from insert to normal

2017-08-28 Thread zhaohe wang
After restart leo, it runs well now. 在 2017年8月15日星期二 UTC+8上午5:44:31,Edward K. Ream写道: > > > > On Tue, Aug 1, 2017 at 10:43 PM, zhaohe wang > wrote: > >> After git pull to this version: >> >> Leo 5.5, build 20170731233644, Mon Jul 31 23:36:44 CDT 2017 >&

Re: TypeError: unhashable type: 'Position'

2017-08-11 Thread zhaohe wang
run well now,thanks! 在 2017年8月11日星期五 UTC+8下午9:33:29,vitalije写道: > > New commit f02eb28 > > contains > some fixes to nodetags.py plugin. Please try it and report if you find any > remaining issue. > > Vit

TypeError: unhashable type: 'Position'

2017-08-11 Thread zhaohe wang
after git pull to version: Leo 5.5, build 20170811121755, Fri Aug 11 12:17:55 UTC 2017 Git repo info: branch = master, commit = a8c9ffc2700d Python 2.7.12, PyQt version 4.8.7 linux2 isPython3: False caching enabled hook failed: after-create-leo-frame, , leo.plugins.nodetags Traceback (most recen

dot changes state from insert to normal

2017-08-01 Thread zhaohe wang
After git pull to this version: Leo 5.5, build 20170731233644, Mon Jul 31 23:36:44 CDT 2017 Use: @bool vim-mode = True Dot changes state from insert to normal while inputting code in body editor. I think this is not a good action. Because I pree Esc or jj before. -- You received this m

Re: New plugin line_numbering

2017-07-28 Thread zhaohe wang
Why dose linenumber start from 3 not 1 after run line-numbering-toggle? 在 2017年7月28日星期五 UTC+8上午8:29:28,zhaohe wang写道: > > Could you explain the command *'toggle-line-numbering-root'* more info, I > can not understand it. Thanks! > > 在 2017年7月28日星期五 UTC+8上午6:23:34,v

Re: New plugin line_numbering

2017-07-28 Thread zhaohe wang
ok, thanks! It is clear enough! 在 2017年7月28日星期五 UTC+8下午5:42:44,vitalije写道: > > On Friday, July 28, 2017 at 2:29:28 AM UTC+2, zhaohe wang wrote: >> >> Could you explain the command *'toggle-line-numbering-root'* more info, >> I can not understand it. Thanks! >

Re: New plugin line_numbering

2017-07-27 Thread zhaohe wang
Could you explain the command *'toggle-line-numbering-root'* more info, I can not understand it. Thanks! 在 2017年7月28日星期五 UTC+8上午6:23:34,vitalije写道: > > Revision 7fe3217e > > contains > new plugn line_num

Re: On vacation until Aug 1

2017-07-24 Thread zhaohe wang
I wish you a great trip. 在 2017年7月22日星期六 UTC+8下午6:14:35,Edward K. Ream写道: > > > > On Fri, Jul 21, 2017 at 5:48 PM, Mike Hodson > wrote: > >> While you're in my beautiful city, I highly suggest you take in a trip to >> Lookout Mountain and Buffalo Bill's grave. It's an amazing view of the >> ci

Re: Is it possible to add time in log pane?

2017-07-18 Thread zhaohe wang
It works fine. Thanks! 在 2017年7月18日星期二 UTC+8下午7:17:06,Edward K. Ream写道: > > On Tuesday, July 18, 2017 at 5:00:26 AM UTC-5, Edward K. Ream wrote: > > See #531: Optionally report timestamp when issuing file-related messages >> >> > > Rev 3806c39

Re: Is it possible to add time in log pane?

2017-07-17 Thread zhaohe wang
Good job, I want it! 在 2017年7月18日星期二 UTC+8上午6:03:00,Terry Brown写道: > > On Mon, 17 Jul 2017 16:07:36 -0500 > "Edward K. Ream" > wrote: > > > On Mon, Jul 17, 2017 at 3:42 PM, Terry Brown > > > wrote: ​ > > > ​ > > it would take up a bunch of scree > > ​n space. > > > > How about reporting j

Re: Is it possible to add time in log pane?

2017-07-17 Thread zhaohe wang
I offten check files which be changed. Because I done the wrong thing that changed some contents before. And I can not get them back again. If save files many times, it is not clear to see which file has been saved without time. Now I identify them by .leo file. I hope to add time %H%M%S in log p

Re: Is it possible to add time in log pane?

2017-07-17 Thread zhaohe wang
Maybe only display %H%M%S will not take many space. I think that popup tool tip is not a good way because of not clear. And perhaps the user should move mouse on several texts. 在 2017年7月18日星期二 UTC+8上午4:42:32,Terry Brown写道: > > On Mon, 17 Jul 2017 13:32:03 -0700 (PDT) > zhaohe wan

Is it possible to add time in log pane?

2017-07-17 Thread zhaohe wang
I offten foget when I have saved some files. So if there are some time diplay in the log pane, I think it is so better. wrote: base.py wrote: test_views.py saved: joyroost.leo wrote: test_views.py saved: joyroost.leo wrote: test_views.py saved: joyroost.leowrote: models.py *for example:* 07:3

Re: Ctrl+j and Ctrl+Shift+j have the same effect

2017-07-14 Thread zhaohe wang
It has worked well. Thanks you very much! 在 2017年7月14日星期五 UTC+8下午7:29:17,Edward K. Ream写道: > > > > On Fri, Jul 14, 2017 at 3:48 AM, zhaohe wang > wrote: > >> at version: Leo 5.5, build 20170713172622, Thu Jul 13 17:26:22 CDT 2017 >> >> Ctrl+j and Ctrl+Sh

Ctrl+j and Ctrl+Shift+j have the same effect

2017-07-14 Thread zhaohe wang
at version: Leo 5.5, build 20170713172622, Thu Jul 13 17:26:22 CDT 2017 Ctrl+j and Ctrl+Shift+j have the same effect. Ctrl+j indent a new line under this line before. But now they are the same effect. -- You received this message because you are subscribed to the Google Groups "leo-edito

There is a cursor flash in Minibuffer after use it

2017-07-14 Thread zhaohe wang
There is a cursor flash in Minibuffer after use it. When I edit text, the flashing cursor catch my affection, I feel not good. There is no this phenomenon before Leo 5.5, build 20170713172622, Thu Jul 13 17:26:22 CDT 2017. Would you please change this to the old fashion? -- You received this m

After press Alt+G, the cursor sometimes is not at the end of "Goto global line:"

2017-07-13 Thread zhaohe wang
Leo 5.5, build 20170713172622, Thu Jul 13 17:26:22 CDT 2017 After press Alt+G, the cursor sometimes is not at the end of "Goto global line:", then Goto global line can not be execute. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubsc

Re: quicksearch.py should not bind Ctrl-Shift-F

2017-07-11 Thread zhaohe wang
Shift-Ctrl-F can be used again. I always used comand in these days! Command Only type more keys than Shift-Ctrl-F. Thanks! 在 2017年6月26日星期一 UTC+8下午7:16:41,Edward K. Ream写道: > > On Mon, Jun 26, 2017 at 5:23 AM, vitalije > > wrote: > >> I have spent few hours trying to restore this shortcut withou

cycle-editor-focus error when add-editor twice

2017-07-11 Thread zhaohe wang
Dear Edward: After run add-editor twice, I can run cycle-editor-focus between the two new added editor. But when I run cycle-editor-focus from main body editor, ValueError displayed. Please have a check about it when you have time. Thanks! Traceback (most recent call last): File "/home/swot/

Re: leo ftp

2017-07-09 Thread zhaohe wang
ValueError: No JSON object could be decoded Would you teach me how to use this plugin? Traceback (most recent call last): File "/home/swot/leo-editor/leo/plugins/qt_frame.py", line 2332, in button_callback val = command() File "/home/swot/leo-editor/leo/plugins/ftp.py", line 62, in upload

Re: Only display wrote files, Not unchanged files in Log pane

2017-07-06 Thread zhaohe wang
Thanks! I have tested it. Only displayed wrote files. 在 2017年7月7日星期五 UTC+8上午12:01:11,Edward K. Ream写道: > > On Thursday, July 6, 2017 at 7:42:05 AM UTC-5, zhaohe wang wrote: >> >> Thanks! Please reply here if this feature will been finished. >> > > Rev bac1ae5 > &

Re: Only display wrote files, Not unchanged files in Log pane

2017-07-06 Thread zhaohe wang
Thanks! Please reply here if this feature will been finished. 在 2017年7月6日星期四 UTC+8下午8:26:47,Edward K. Ream写道: > > On Thu, Jul 6, 2017 at 6:04 AM, zhaohe wang > wrote: > >> Dear edreamleo: >> >> I have many files in leo. So I only want to display wrote files, Not

Only display wrote files, Not unchanged files in Log pane

2017-07-06 Thread zhaohe wang
Dear edreamleo: I have many files in leo. So I only want to display wrote files, Not unchanged files in Log pane. Would you teach me how to set this function? unchanged: test_agency_product_creation.py unchanged: test_agency_score.py unchanged: tests.py unchanged: suanrong_agency_mine_setting.ht

Re: quicksearch.py should not bind Ctrl-Shift-F

2017-06-25 Thread zhaohe wang
After added find-quick = Shift-Ctrl-F in node @shortcuts of myLeoSettings.leo This could run in myLeoSettings.leo, but othes .leo could not run. Would you teach me the detail about how to set this? thanks! 在 2017年6月25日星期日 UTC+8上午1:39:57,Edward K. Ream写道: > > At present, install_qt_quicksearch_ta

Re: Change one node but in add-editor also changed another node

2017-05-05 Thread zhaohe wang
leo-editor-d4f481bf437b5f1788d11f3a1f95ee349cf13121 *work with problem* leo-editor-d2131b8cbb6fae423bfeefccf0e97be21b01e418*work well* 在 2017年5月5日星期五 UTC+8下午5:48:34,Edward K. Ream写道: > > On Fri, May 5, 2017 at 1:28 AM, zhaohe wang > wrote: > >> >> When I use a

Change one node but in add-editor also changed another node

2017-05-04 Thread zhaohe wang
Dear Edward K. Ream : Leo Log Window Leo 5.5, build 20170504174239, Thu May 4 17:42:39 CDT 2017 Git repo info: branch = master, commit = e879ddf35755 Python 2.7.12, PyQt version 4.8.7 linux2 When I use add-editor, I changed one normal node body contents. After sev

python3.6 f-strings Syntax error

2017-03-31 Thread zhaohe wang
Dear Edward K. Ream : When I use python3.6 f-strings, Syntax error displayed. Syntax error in: @file tests.py 59: 60: list_ = List.objects.create() 61: 62:* response = self.client.get(f'/lists/{list_.id}/')

Re: FreeMind and MindJet imports ready for testing

2017-02-22 Thread zhaohe wang
ntents in outline will be ok. Don't you think so? 在 2017年2月23日星期四 UTC+8上午12:02:05,Edward K. Ream写道: > > On Wednesday, February 22, 2017 at 7:07:35 AM UTC-6, Edward K. Ream wrote: >> >> On Tue, Feb 21, 2017 at 6:34 AM, zhaohe wang > > wrote: >> >> ​>

Re: FreeMind and MindJet imports ready for testing

2017-02-21 Thread zhaohe wang
Freemind 1.0.1 Invalid FreeMind file a.mm.html Please ref attachment file a.mm.html. Could you help me how to import freemind file? Thanks! 在 2016年5月4日星期三 UTC+8下午6:20:39,Edward K. Ream写道: > > This completes #32

Thanks for Edward K. Ream's hard work

2016-11-21 Thread zhaohe wang
I run "git pull" when opening shell every day! This is a habit now. Thanks for Edward K. Ream's free hard work! Many pepole use leo-editor, so you develop a good IDE for us. Thanks again! -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubsc

Re: run pylint in leo-editor UnicodeDecodeError

2016-10-16 Thread zhaohe wang
rors.append(i) n += len(line) print('error lines: %s' % errors) 在 2016年10月17日星期一 UTC+8上午12:56:44,Edward K. Ream写道: > > On Sunday, October 16, 2016 at 10:16:04 AM UTC-5, zhaohe wang wrote: > > Would you tell me which line like plain ascii? >> error == [], when I run your s

Re: run pylint in leo-editor UnicodeDecodeError

2016-10-16 Thread zhaohe wang
Would you tell me which line like plain ascii? error == [], when I run your script both wiht pylint-leo-rc.txt and my py file. 在 2016年10月16日星期日 UTC+8上午9:10:38,Edward K. Ream写道: > > > On Fri, Oct 14, 2016 at 6:16 AM, zhaohe wang > > wrote: >> >>> Leo 5.4-devel, bui

Re: run pylint in leo-editor UnicodeDecodeError

2016-10-14 Thread zhaohe wang
ylint-leo-rc.txt', line: 1 u'@first # -*- coding: utf-8 -*-\n' pylint: done 0.23 sec. 在 2016年10月14日星期五 UTC+8下午7:06:48,Edward K. Ream写道: > > > > On Fri, Oct 14, 2016 at 5:30 AM, zhaohe wang > wrote: > >> Is the config file: ~/.pylintrc or >> ​​ &g

Re: run pylint in leo-editor UnicodeDecodeError

2016-10-14 Thread zhaohe wang
Is the config file: ~/.pylintrc or leo-editor/leo/test/pylint-leo-rc.txt ? 在 2016年10月14日星期五 UTC+8下午4:36:45,Edward K. Ream写道: > > > > On Thu, Oct 13, 2016 at 7:06 PM, zhaohe wang > wrote: > > ​QQQ​ > *When I run pylint in leo-editor: Alt X, follow error occurred:* > ​

run pylint in leo-editor UnicodeDecodeError

2016-10-13 Thread zhaohe wang
*When I run pylint in leo-editor: Alt X, follow error occurred:* Leo 5.4-devel, build 20160722143100, Fri, Jul 22, 2016 2:31:00 PM Git repo info: branch = master, commit = cb40bc3b4ca7 Python 2.7.12, PyQt version 4.8.7 linux2 pylint: keyLog.py Traceback (most recent call last): File "", line 1,

Re: Edit settings Gutter error

2016-09-30 Thread zhaohe wang
Leo 5.4-devel, build 20160722143100, Fri, Jul 22, 2016 2:31:00 PM 在 2016年9月30日星期五 UTC+8下午4:59:47,zhaohe wang写道: > > Settings finder: find gutter-y-adjust > exception executing command > Traceback (most recent call last): > File "/home/swot/leo-editor/leo/core/leoCommand

Edit settings Gutter error

2016-09-30 Thread zhaohe wang
Settings finder: find gutter-y-adjust exception executing command Traceback (most recent call last): File "/home/swot/leo-editor/leo/core/leoCommands.py", line 5348, in doCommand val = command(event) File "/home/swot/leo-editor/leo/core/leoConfig.py", line 2142, in f self.find_setting(

Re: remove line numbers

2016-09-30 Thread zhaohe wang
Line number does not align with codes. Fonts affect this? 在 2016年9月29日星期四 UTC+8上午1:41:59,brian写道: > > I just upgraded from 5.1 to 5.3. The new version has line numbers. How > do I turn off line numbers? > > Brian > > -- You received this message because you are subscribed to the Google Gr

Re: each node content is same when open with gvim or gedit

2015-08-21 Thread zhaohe wang
has been reported to hithub. 在 2015年8月21日星期五 UTC+8上午9:01:02,zhaohe wang写道: > > Leo 5.1-final, build 20150817140446, Mon Aug 17 14:04:46 CDT 2015 > > > head: > > @openwith gvim = Alt+Shift+Ctrl+V > > > body: > > ext: > kind: subprocess.Popen > arg: "

each node content is same when open with gvim or gedit

2015-08-20 Thread zhaohe wang
Leo 5.1-final, build 20150817140446, Mon Aug 17 14:04:46 CDT 2015 head: @openwith gvim = Alt+Shift+Ctrl+V body: ext: kind: subprocess.Popen arg: "gvim" When opening each node, the content is the first content which has been opened. Is this a bug? -- You received this message because

Re: AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-14 Thread zhaohe wang
It was OK now, thanks a lot! 在 2014年9月14日星期日UTC+8上午11时46分49秒,zhaohe wang写道: > > Leo 4.11 final, build 20140913090303, Sat Sep 13 09:03:03 CDT 2014 > > ubuntu1404 > python2.7.6 > PyQt4 > > *when Ctrl+Shift+f* > > exception executing command > Traceback (most rece

Re: AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-14 Thread zhaohe wang
Could you give me a detail about how to do? Thanks! 在 2014年9月14日星期日UTC+8上午11时46分49秒,zhaohe wang写道: > > Leo 4.11 final, build 20140913090303, Sat Sep 13 09:03:03 CDT 2014 > > ubuntu1404 > python2.7.6 > PyQt4 > > *when Ctrl+Shift+f* > > exception executing command >

AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-13 Thread zhaohe wang
Leo 4.11 final, build 20140913090303, Sat Sep 13 09:03:03 CDT 2014 ubuntu1404 python2.7.6 PyQt4 *when Ctrl+Shift+f* exception executing command Traceback (most recent call last): File "/home/swot/KuaiPan/app/leo-editor/leo/core/leoCommands.py", line 549, in doCommand val = command(event) File "

Re: AttributeError: 'list' object has no attribute 'begin'

2013-08-28 Thread zhaohe wang
I found there was no qsyntaxhighlighter.py in leo-editor-snapshot-20130607. 在 2013年8月29日星期四UTC+8上午11时46分35秒,zhaohe wang写道: > > The Error displayed after I Edited body text(Chinese with error, but > English no error) and saved it. Then syntax color dispeared. > > Leo 4.11a3, buil

AttributeError: 'list' object has no attribute 'begin'

2013-08-28 Thread zhaohe wang
The Error displayed after I Edited body text(Chinese with error, but English no error) and saved it. Then syntax color dispeared. Leo 4.11a3, build 5941, 2013-08-27 02:53:51 -0500 Traceback (most recent call last): File "/home/wangzhaohe/app/leo-editor-snapshot-20130827/leo/core/qsyntaxhighl

No syntax color when body text changed

2013-08-27 Thread zhaohe wang
*No syntax color after I changed body text and saved it.* Who can help me? thanks. Traceback (most recent call last): File "/home/wangzhaohe/app/leo-editor-snapshot-20130826/leo/core/qsyntaxhighlighter.py", line 311, in _q_reformatBlocks self._reformatBlocks(pos1,charsRemoved,charsAdded)