Re: best way to deal with unknow extension in shadow?

2008-08-20 Thread vitalije
. Vitalije. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-editor@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options

Previous and next similar word completer

2008-11-25 Thread vitalije
of those two nodes. CUT FROM HERE ?xml version=1.0 encoding=utf-8? ?xml-stylesheet ekr_test? leo_file leo_header file_format=2/ vnodes v t=vitalije.20081125152732.3vh@command complete-previous/vh v t=vitalije.20081125152732.4vhWordCompleter/vh v t=vitalije.20081125152732.5 a=Evhcomplete_word/vh v t

Re: Previous and next similar word completer

2008-11-26 Thread vitalije
Could you put them on Leo's wiki? Edward Done. Here is a link: http://leo.zwiki.org/CompletePreviousOrNextMatchingWord --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group,

Re: Previous and next similar word completer

2008-11-26 Thread vitalije
I have just noticed that when I copy this script from wiki, and paste it in to new Leo file, nodes that were clones become ordinary nodes. Nodes with the same heading were actually clones. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Previous and next similar word completer

2008-11-26 Thread vitalije
No, losing clones was my mistake. I have changed now page in wiki so that clones are still clones. There was also small bug in my script that is now fixed :-) Vitalije --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Unicode decode error [Bug #313288]

2009-01-20 Thread vitalije
There is a bug in leoAtFile module. I found that someone has already reported that bug at launchpad with a number #313288. When saving outline with a @thin node with non ASCII character, I am getting UnicodeDecode error. I use Tk interface. I found that this bug was introduced in revision 1368.

Re: Unicode decode error [Bug #313288]

2009-01-20 Thread vitalije
I'll take time out from redraw follies to fix this today in the trunk. Fixed in revision 1405. It works o.k. for me now. Thanks. Vitalije --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post

Re: fast-color branch now merged with the trunk

2009-02-10 Thread vitalije
, Service Pack 1 Rev 1537 Vitalije --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-editor@googlegroups.com To unsubscribe from this group, send email to leo

@chapter problem with qt

2009-02-10 Thread vitalije
chapter until I click in top node in outline. I am using Windows Vista Leo Log Window... Leo 4.5.1 final, build 1.244 , September 14, 2008 python 2.5.1, qt version 263169 Windows 6, 0, 6001, 2, Service Pack 1 Rev 1537 Vitalije --~--~-~--~~~---~--~~ You received

Re: fast-color branch now merged with the trunk

2009-02-10 Thread vitalije
Actually this bug was introduced in revision 1447 if this information would be helpful. Vitalije. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-editor

Re: fast-color branch now merged with the trunk

2009-02-10 Thread vitalije
in revision 1447 if this information would be helpful. Vitalije. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-editor@googlegroups.com To unsubscribe from

Can't type non ASCII characters in qt body

2009-02-20 Thread vitalije
Hi. I can't type any non ASCII character like Виталије in Leo's body when using Qt gui. Instead of characters that I type Leo shows only ?-s. It displays correct text that I have typed in using Tk as gui. If it would help the this bug was introduced in revision 1527. Although in that revision

Re: Can't type non ASCII characters in qt body

2009-02-20 Thread vitalije
Thanks for advise. Indeed, creating sitecustomize.py with sys.setdefaultencoding('utf-8') in it solved problem, but ojn the other hand I agree that Leo should not require such a hack from user in order to work properly. Vitalije. --~--~-~--~~~---~--~~ You

Re: Moving clones

2009-03-09 Thread vitalije
On Mar 9, 7:30 am, Jesse Aldridge jessealdri...@gmail.com wrote: Is there an easy way to move a clone node over a long distance?  I see that when a clone is pasted after cutting or copying it is no longer a clone, but just a regular node. I think you should use command Paste Node as clone

found bug in mod_scripting.py

2009-03-26 Thread vitalije
of that argument is rewritten in line 310 310: args = self.getArgs(h) So, imo, declaration of method should be changed like this def createAtButtonFromSettingHelper (self,h,script,statusLine,shortcut,bg='LightSteelBlue2'): Vitalije. --~--~-~--~~~---~--~~ You received

Re: Big @shadow collaboration Ahas! Just make it work

2010-01-02 Thread vitalije
synchronization process plug-in can insert some special nodes with a list of found problems that Leo users would see when they pull from repository next time. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email

paste node as clone seems broken

2010-02-24 Thread vitalije
Hello I think that menu command Outline - Paste node as a clone (Alt+Ctrl +V) seems that has no effect at all. It is possible to create clone and to move it around but it is not very handy when I have to move it far away. I thought that maybe I missed something in this group (maybe it was

Re: paste node as clone seems broken

2010-02-24 Thread vitalije
I have found what was causing trouble :-) Putting @bool enable_alt_ctrl_bindings = True in myLeoSettings.leo solved the problem. It is interesting that in leoSettings.leo there is no such setting. I couldn't find any thing in documentation either about it. I was lucky to find it through

Re: paste node as clone seems broken

2010-02-25 Thread vitalije
Paste node and paste node as clone only work if you have copied a node (or tree of nodes). Leo's qt plugin should enable or disable menu items, but it doesn't. Yes, I knew that, but paste node as a clone didn't produce any effect, while paste node did. As I have written above, problem was

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
On Mar 6, 1:51 pm, vitalije vitali...@gmail.com wrote: The Leonine solution would be to put these settings in leoSettings.leo (that is, myLeoSettings.leo). Anyone want to do this?  I'll be happy to provide hints as needed. Edward I would like to try to do it. Done at my local branch

Recent change in leoTest has broken some of my tests

2010-03-06 Thread vitalije
Hello a recent change in leoTest +# 2010/03/05: set the current directory so that importing leo.core.whatever works. +leoDir = g.os_path_finalize_join(g.app.loadDir,'..','..') +os.chdir(leoDir) solved the problem of importing leo.core but, also introduced new problems with tests that

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
On Mar 6, 9:16 pm, Edward K. Ream edream...@gmail.com wrote: On Sat, Mar 6, 2010 at 7:42 AM, vitalije vitali...@gmail.com wrote: Done at my local branch. What should I do next? Run all unit tests and push to the trunk when they pass. Edward I have ran all unit tests and they passed

Re: Should mod_autosave.ini be a versioned file?

2010-03-06 Thread vitalije
... or you can do bzr bundle and attach the resulting patch to a bug in launchpad. -- Ville M. Vainiohttp://tinyurl.com/vainio Done. I have reported bug #533546 and attached bundle to it. -- You received this message because you are subscribed to the Google Groups leo-editor group. To

Re: Recent change in leoTest has broken some of my tests

2010-03-06 Thread vitalije
I have reported another bug #533546 related with autosave plugin. I have attached to it patch that solves this problem. -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-edi...@googlegroups.com. To

Re: avoid writing parts of the contents to a file

2010-03-09 Thread vitalije
This is a FAQ. You should read http://webpages.charter.net/edreamleo/FAQ.html#using-external-files There is a FAQ entry: Can @file trees contain material not in the external file? and also: Why can’t I use @ignore directives in @thin trees? I hope this would help. Vitalije -- You received

Re: error in leo.plugins.mod_scripting

2010-07-23 Thread vitalije
Hmm, I was touching this code recently, adding the Goto Script and button submenu stuff. But it's working for me bzr revno = 3169. I have noticed the same error. I think it happens only if you have @button or @command nodes somewhere in @settings tree. I think that you should look at two

Re: error in leo.plugins.mod_scripting

2010-07-25 Thread vitalije
Let me know if it works. Works for me on rev no. 3171 :-) Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-edi...@googlegroups.com. To unsubscribe from this group, send email to leo-editor

bug in leoTest.py: os dependent code

2010-10-19 Thread vitalije
this change in repository. TIA Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-edi...@googlegroups.com. To unsubscribe from this group, send email to leo-editor+unsubscr...@googlegroups.com

unit testing increases number of registered handlers

2011-02-04 Thread vitalije
Hello, while I was experimenting with registering handler for idle events, I have noticed that there were about 40 registered handlers for idle event. What was most interesting is the fact that those handlers were all about the same function onIdle in mod_autosave plugin. At first I thought that

Re: A question about using leo to create unit tests

2011-02-20 Thread vitalije
, therefore you must start Leo from terminal (if you use Windows, you must start Leo using python.exe not pythonw.exe HTH Vitalije On Feb 20, 9:56 pm, rulfzid rulf...@gmail.com wrote: My question is basically: how do I get my @unit tests to look at my code? For example, say I have a simple tree

colors in headline edit

2011-03-31 Thread vitalije
Hello, I have noticed recently an ugly combination of colors in headline while editing that was introduced by updating Leo. Background is very dark and text color is also dark so that it is quite unreadable. I haven't had enough time to inspect default settings till this morning. Today I realized

Re: colors in headline edit

2011-03-31 Thread vitalije
Also I can't figure how to change color of ( and ) in actionscript language. I like dark background with the light text and that is the color scheme I have in myLeosettings. But ( and ) are black and that is not compatible with my dark background color. The only two colors in leoSettings (in

revno 3914 introduced bug in key handling

2011-03-31 Thread vitalije
Hello, I have updated Leo to the revno 3930 and noticed that I can't type letters other than ASCII anymore. With a little investigation I found that revno 3914 introduced bug. A revno 3914 log says: Changes for QCompleter. More are coming. - Changed name from QTextBrowserSubclass to

Re: revno 3914 introduced bug in key handling

2011-04-01 Thread vitalije
revno 3936 works for me also. :-) Thanks. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-editor@googlegroups.com. To unsubscribe from this group, send email to leo-editor+unsubscr

Re: colors in headline edit

2011-04-15 Thread vitalije
Today I have updated my Leo and with the revno 4001 the problem is still present. And also I haven't found answer on the question about configuring colors of parenthesis. I understand those questions are not so high priority but I am just asking again here in case they got forgotten. Vitalije

Re: colors in headline edit

2011-05-19 Thread vitalije
I should change. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-editor@googlegroups.com. To unsubscribe from this group, send email to leo-editor+unsubscr...@googlegroups.com. For more options

Re: colors in headline edit

2011-05-23 Thread vitalije
) or may be PyQt is responsible for creating double click editor? If so, how can we tell PyQt to respect our color settings? As mater of fact, double click created editor looks fine. The other one does not. Vitalije -- You received this message because you are subscribed to the Google Groups leo

Re: colors in headline edit

2011-05-25 Thread vitalije
You might want to put a call to g.trace(e) in getTreeEditorForItem to see what widget you are actually getting. I have done as you suggested. Whenever I press Ctrl+H, I can see several lines in terminal some of them says e is None and some of them says it is QLineEdit. Here is output: ...

Re: Exceptions in recent revisions

2011-06-08 Thread vitalije
, build 4265, June 4, 2011 Python 2.7.1, qt version 4.7.2 linux2 setting leoID from os.getenv('USER'): 'vitalije' load dir: /home/vitalije/programi/leo-editor/trunk/leo/core global config dir: /home/vitalije/programi/leo-editor/trunk/leo/config home dir: /home/vitalije reading settings in /home

Re: Exceptions in recent revisions

2011-06-09 Thread vitalije
they disappeared when I updated my Leo to current revno 4302 Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group, send email to leo-editor@googlegroups.com. To unsubscribe from this group, send email to leo-editor

Re: Blender interface scripting

2011-09-06 Thread vitalije
\AppData\Roaming\... That's why I used to install almost all programs not in default location C:\Program Files\ but in some other like C:\myprograms\ . HTH Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit

Re: Blender interface scripting

2011-09-06 Thread vitalije
Blender is self contained folder that you can put anywhere and doesn't require any other registration or installation to work. So I guess it would be best if you move (or copy) your blender installation folder somewhere else in ordinary writable folder. Vitalije -- You received this message

@test assert True fails !?

2011-10-15 Thread vitalije
/leoCommands.py, line 7056, in recolor_now c.frame.body.colorizer.colorize(p, AttributeError: 'NoneType' object has no attribute 'colorize' -- Ran 1 test in 0.004s FAILED (errors=1) Revision 4591, Ubuntu 11.04, Python 2.7 Vitalije

Re: @test assert True fails !?

2011-10-15 Thread vitalije
I do test externally all the time and haven't noticed the above problem until recently. Anyway, thanks for the fix. PS: I don't think that assert True need any gui related function as many other tests. In fact I use a lot of tests just to execute some code without writing script file and then

Re: @test assert True fails !?

2011-10-15 Thread vitalije
, loading plug-ins is just wasting time. Vitalije. -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/j_GXynXIzZkJ. To post to this group, send email to leo-editor

Re: viewrendered - file not found

2011-11-07 Thread vitalije
c.fileName()[:3] elif ..other names def calculate_path(fname): if fname.startswith((/,\\): ___# absolute path ___return os.path.join(root_of_leo_file(), fname) return os.path.join(os.path.dirname(c.fileName()), fname) my 2 cents Vitalije -- You received this message because

Re: Weightless unit tests: the holy grail has been found

2011-11-07 Thread vitalije
Maybe it would be simplest to add argument '--test-externally' in Code--Testing--@file leoTest.py--runUnitTestLeoFile just before spawning new process, and than check for such option in processing command line's arguments. Vitalije -- You received this message because you are subscribed

Re: viewrendered - file not found

2011-11-07 Thread vitalije
Is it too late to claim English isn't my first language? :-} neither is my first language. I didn't think that /etc/hosts should be resolved as /home/.../etc/hosts My idea was that we should deduce root folder as root of Leo file. On linux machines it would be '/', while on windows it would be

Re: viewrendered - file not found

2011-11-08 Thread vitalije
different meaning on different platforms. I wouldn't expect to break any existing outline, because relative paths would still be computed the same way they are computed now. I hope this was a bit clearer. Vitalije PS: When there was discussion in this group about the above bug a while ago, I had

Re: leoInspect: remarkable collapse in complexity and attempted assessment

2011-11-28 Thread vitalije
function. If I am not mistaken, those are queries that leoInspect module could answer already. Vitalije PS: there is a project bicyclerepair http://sourceforge.net/projects/bicyclerepair/ but newest release is from 2004 :-( -- You received this message because you are subscribed to the Google

k.insert_mode_bg_color = white and settings are ignored

2012-02-27 Thread vitalije
that in keyHadlerClass.__init__ those colors are hard-coded with note that real values should be replaced in k.finishCreate method. However, those hard-coded values for colors are not changed in finishCreate. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group

Re: k.insert_mode_bg_color = white and settings are ignored

2012-02-27 Thread vitalije
I have noticed this bug in revision 5030. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/MNQkriJUQCsJ. To post to this group, send email to leo-editor

Old Extract section and new extract commands are different

2012-02-27 Thread vitalije
and it is number of spaces before section reference line I hope this would eventually be changed in future versions of Leo. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo

ImportError: No module pstats in revno 5035

2012-02-28 Thread vitalije
suppose that this is not really required but was left after some testing phase. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/vlyDbB8JR3wJ. To post

Re: ctrl-v (paste) problem

2012-03-11 Thread vitalije
that is quite disturbing is indicator applet that integrate main menu of active application in top panel. It is causing a nasty bug that was discussed recently in other thread. HTH Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view

no @test or @suite nodes in selected outline

2012-03-27 Thread vitalije
. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/FUTZbuCabeQJ. To post to this group, send email to leo-editor@googlegroups.com. To unsubscribe from this group

Re: no @test or @suite nodes in selected outline

2012-03-27 Thread vitalije
under selected outline HTH Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/kuzY3xmRZecJ. To post to this group, send email to leo-editor@googlegroups.com

Re: no @test or @suite nodes in selected outline

2012-03-27 Thread vitalije
Sorry I forgot to write the wrong behaviour is still present in revision 5202. -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/An1hXUknl2kJ. To post to this

Re: no @test or @suite nodes in selected outline

2012-03-28 Thread vitalije
, but if it doesn't find any such node, then it should search parents of selected node and if it finds parent with @test headline, it should run that found test. As I said before, Leo used to work that way until revision 4988. Vitalije -- You received this message because you are subscribed

Re: no @test or @suite nodes in selected outline

2012-03-28 Thread vitalije
. HTH Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/lamJ1gc7UiMJ. To post to this group, send email to leo-editor@googlegroups.com. To unsubscribe

Re: Items for Leo 5.0

2012-03-28 Thread vitalije
send scripts. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/_cVsr3FgUWAJ. To post to this group, send email to leo-editor@googlegroups.com

Re: Items for Leo 5.0

2012-03-28 Thread vitalije
afraid that if we decide not to use any of git/fossil/mercurial etc we will have to reinvent the weel of some kind. Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo

Removed @chapter on undo

2014-12-16 Thread vitalije
assume that @chapter commands and @chapter nodes are still supported (am I wrong with that assumption?) Vitalije -- 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

Re: Removed @chapter on undo

2014-12-16 Thread vitalije
creates a new chapter. HTH Vitalije. about my installation: Leo Log Window Leo 5.0-final, build 20141124101406, Mon Nov 24 10:14:06 CST 2014 Git repo info: branch = master, commit = 7515bed9d5ad Python 2.7.6, PyQt version 4.8.6 linux2 -- You received this message because you are subscribed

Re: Removed @chapter on undo

2014-12-20 Thread vitalije
I'd also file a report at https://github.com/leo-editor/leo-editor/issues, to help insure it doesn't get lost in the holiday goings on. Done. -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving

Re: A serious bug in handling unicode @chapter names

2014-12-22 Thread vitalije
​Thanks for this report. Please file a bug report at https://github.com/leo-editor/leo-editor/issues. I did. https://github.com/leo-editor/leo-editor/issues/126 -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this

@nosent and multiline comments bug

2015-02-15 Thread vitalije
. With every opening Leo adds single line comments in front of those lines. I have attached Leo-file which demonstrates the problem. HTH Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving emails

Re: @nosent and multiline comments bug

2015-02-15 Thread vitalije
, but it would be useful if Leo delete @ and @c lines and replace all those lines with properly language specific commented block. Vitalije -- 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

@nosent goto line bug

2015-02-15 Thread vitalije
on size of file and number of nodes, and also grows with required line number. You can exhibit this by looking in attached Leo file. For example Alt+g 45 should position cursor on the declaration line of function temp7(a), but it positions cursor on line 39. HTH Vitalije -- You received

Re: @nosent and multiline comments bug

2015-02-15 Thread vitalije
I am wondering whether it might not be better simply to prohibit @...@c in @nosent files. How odious would that be for you? Edward As I said, I could live with such restriction, but it would help if Leo change such blocks of code without user intervention. I think that no user using

Re: @nosent and multiline comments bug

2015-02-15 Thread vitalije
about my installation: Ubuntu 14.04 ** isPython3: False Leo 5.0-final, build 20150127110559, Tue, Jan 27, 2015 11:05:59 AM Git repo info: branch = master, commit = f2ca65ecf8e8 Python 2.7.6, PyQt version 4.8.6 linux2 Vitalije -- You received this message because you are subscribed

Watch out! clones get corrupted

2015-03-16 Thread vitalije
5.0-final, build 20150305163031, Thu Mar 5 16:30:31 CST 2015 Git repo info: branch = master, commit = 4dddcc1ac5d8 Python 2.7.6, PyQt version 4.8.6 linux2 Vitalije -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group

Re: Travails of a newbie

2015-03-16 Thread vitalije
Finally, there is some mysterious key combination that makes the outline disappear, and makes Leo unresponsive to any further file operation. This has happened twice. What is going on with that? I have to use the Task Manager to force Leo to close, and lose my updates. ​This is the

Re: Watch out! clones get corrupted

2015-03-16 Thread vitalije
. Vitalije. -- 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. To post to this group, send email to leo-editor@googlegroups.com. Visit

Re: @nosent goto line bug

2015-02-24 Thread vitalije
requested line in file. Vitalije -- 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. To post to this group, send email to leo-editor

Re: Any reason to keep @auto or @shadow?

2015-02-20 Thread vitalije
with. It can be frustrated to new Leo users if they try to find exact line reported by some compiler and Leo shows them wrong line. Vitalije. -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving emails

Re: Any reason to keep @auto or @shadow?

2015-02-20 Thread vitalije
No, it can't be frustrated, but it can be frustrating new users. Sorry, English is not my first language. Vitalije. -- 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

Re: @nosent goto line bug

2015-02-26 Thread vitalije
Again, I have read in another thread: Leo 5.1 will be soon released. Just to bring Edward's attention to this thread and the fact that this bug has not been fully fixed yet. Vitalije. -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe

goto-global-line doesn't work properly in @clean files

2015-05-30 Thread vitalije
-neL0Bo1HM69Du4ut9S9FNhvRdiBCr5P9xR8iVVp53Mv15nj28FJb7AWRn6WCrWuTp12GR91I-HvbIlypzqXs6SVYh8 HTH Vitalije. -- 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: goto-global-line doesn't work properly in @clean files

2015-06-02 Thread vitalije
I presume Edward missed this topic, so I am just touching it again. IMHO this bug can easily repel newbies. If one is not able after seeing stack trace in console, to easily find a specific line in source code using Leo, he could get very wrong impression about Leo's capabilities. Vitalije

Re: Leo and fossil

2017-01-17 Thread vitalije
y it very thoroughly so I maybe very wrong, but I feel that you had some unnecessary difficulties with the UNLs, so you encoded them into base64. In my outline encoding scheme, I believe those problems are voided. Vitalije -- You received this message because you are subscribed to t

Re: Leo and fossil

2017-01-16 Thread vitalije
On Monday, January 16, 2017 at 11:45:56 AM UTC+1, Edward K. Ream wrote: > > So now I am more receptive to these ideas. > Edward > Glad to hear that. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Re: Leo and fossil

2017-01-17 Thread vitalije
ng sessions and spread at node levels, i.e. every node has its own "undo/redo" timeline. It may be useful, who knows? Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emai

Re: Syntax coloring cloned node

2016-09-27 Thread vitalije
2. If you use python3 I believe it would complain a little about syntax. In that case remove all .encode('utf-8') and .decode('utf-8') and all string literals that are prefixed with u should be without that prefix. HTH VItalije -- You received this message because you are subscribed to the Googl

Re: Leo's real weaknesses

2017-01-13 Thread vitalije
. If you are interested in those scripts I will try to find (or recreate) and share them. Vitalije On Friday, January 13, 2017 at 5:31:48 PM UTC+1, Edward K. Ream wrote: > > On Fri, Jan 13, 2017 at 4:53 AM, vitalije <vita...@gmail.com > > wrote: > > Converting from xml to (

Re: Leo's real weaknesses

2017-01-14 Thread vitalije
the downloaded executable. HTH Vitalije -- 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. To post to this group, send em

Re: Leo's real weaknesses

2017-01-14 Thread vitalije
timeline, diffs in different formats, content of each node, etc. Vitalije -- 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: Leo's real weaknesses

2017-01-13 Thread vitalije
ther in developing that idea mostly because I couldn't find a good way to show those choices to the user and to show different versions of a node. That was before a view rendered plugin appeared, (which I still don't use). I guess maybe it could be used to show diffs or different versions of a node.

Re: I've declared war on fit and finish problems :-)

2017-03-29 Thread vitalije
NaJVrEFOqs7FjwohsShTGNcPvTY-neL0Bo1HM69Du4ut9S9FNhvRdiBCr5P9xR8iVVp53Mv15nj28FJb7AWRn6WCrWuTp12GR91I-HvbIlypzqXs6SVYh8>. I have just updated my Leo and tested this file and once again goto-global-line is not working correctly. AFAIR problems were somehow connected with the presence of the doc parts in code.

Re: @clean nodes stopped updating

2017-04-12 Thread vitalije
I have bisected and found that the culprit is change in default setting. Here is relevant commit: 2a0eca1635457b379e6e1cbfab6595e55afbd635 is the first bad commit commit 2a0eca1635457b379e6e1cbfab6595e55afbd635 Author: Edward K. Ream Date: Fri Dec 16 15:06:40 2016 -0500

Re: @clean nodes stopped updating

2017-04-12 Thread vitalije
Just add : @bool check_for_changed_external_files = True to myLeoSettings.leo in your configuration file. Vitalije -- 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

Possible bug in pluginsController.registerOneHandler

2017-04-05 Thread vitalije
ance in items not the handler function. Unless I am mistaken, it will never be the case that the above condition is False, because handler function will never be added to items array. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Possible bug in pluginsController.registerOneHandler

2017-04-05 Thread vitalije
> > Edward > I'll try ASAP (in a day or two). Vitalije -- 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.c

Re: Possible bug in pluginsController.registerOneHandler

2017-04-06 Thread vitalije
registerOneExclusiveHandler(self, tag, fn): if tag in self.handlers: g.es("*** Two exclusive handlers for", "'%s'" % (tag)) else: bunch = g.Bunch(fn=fn, moduleName=moduleName, tag='handler') self.handlers = [bunch] The last line would broke all other

Re: Possible bug in pluginsController.registerOneHandler

2017-04-06 Thread vitalije
Pull request is here <https://github.com/leo-editor/leo-editor/pull/468> Vitalije -- 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

Re: @clean nodes stopped updating

2017-04-13 Thread vitalije
t possible for Leo to discover if some file path is in fact path to network drive? If possible then perhaps we can have the default settings set to True and refuse to check network paths and maybe warn user that those paths are not going to be checked. Vitalije -- You received this message because

Re: @clean nodes stopped updating

2017-04-13 Thread vitalije
hand, ready to create and edit script files used in experiment. Perhaps, for some (or even many) bugs, it doesn't really matter, but with some more dangerous bug it would. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsub

Re: @clean nodes stopped updating

2017-04-08 Thread vitalije
quot;. Try to test it with the version before this fix. The change was introduced in b7638799d6 commit. HTH Vitalije -- 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

Re: New backend for Leo Cacher

2017-07-31 Thread vitalije
problems that I have noticed so far, I have fixed and pushed corrected version. There maybe some problems that will show up once more people start to use it. I will do my best to fix any problem reported ASAP. So, I am also for setting `SQLITE=True` in master branch. Vitalije -- You received

Re: New backend for Leo Cacher

2017-07-31 Thread vitalije
> > ​Did you push master? I don't see SQLITE=True in leoCache.py​. And yes, > it's working for me. > > Edward > Done at a1043408d. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails

  1   2   3   4   5   6   7   8   >