Re: [Geany-Users] problem using geany.find in lua plugin
On 27 March 2013 07:17, paur...@gmail.com wrote: > thank you for your attention to > my problem, it is not practical for > me to do a trace of the crash, but can > you at least provide some samples > of scripts with geany.find () that > are supposed to run under geany > 0.21? > Some comments, 1) Geanlua is not really maintained by anybody, it is difficult for anybody to help without more information 2) also 0.21 is two versions old, could you please try the current version (1.23) first 3) if you can't provide information on where it crashes such as a backtrace then 4) please pastebin a lua script and data file that causes the problem so they can reproduce it Cheers Lex > > > On 3/24/13, Frank Lanitz wrote: >> Am 23.03.2013 02:51, schrieb paur...@gmail.com: >>> I installed geany and geanylua plugin for my ubuntu 12.04 64 bit >>> system from the repository, version seems to be 0.22 >>> most scripts I write work fine but if I try to use geany.find >>> function, geany crashes >>> for instance, just the single line script >>> >>> x, y= geany.find ("ab",1,4,{"matchcase"}) >>> >>> is a crash on a file with many lines of text in utf-8 encoding, >>> regardless of whether "ab" is present in the specified range >>> just wondering if this is a problem with how I am using the function, >>> I would appreciate some examples of scripts that use find that work on >>> geany 0.22 >> >> Can you run Geany within a gdb and provide the backtrace when this is >> happening? A short howto can be found here: >> http://geany.org/manual/hacking.html >> >> Cheers, >> Frank >> >> >> >> > ___ > Users mailing list > Users@lists.geany.org > https://lists.geany.org/cgi-bin/mailman/listinfo/users ___ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Re: [Geany-Users] bracket or code block highlight
On 27 March 2013 04:20, Tri Le wrote: > Hi All, > > Sorry to post this message again but it's my first time posting a question > and didn't know image attachment is not allowed. > > Is there a way to highlight the bracket so that one can easily see the > beginning and ending of a block of code? Something similar to these images You could check the plugins, but as far as I know this is not available. Cheers Lex > > http://s19.postimg.org/pmvrygg9f/130326092805_3.jpg > > http://s19.postimg.org/dz1q3wr4j/130326092608_2.jpg > > Thanks, > > Tri > > ___ > Users mailing list > Users@lists.geany.org > https://lists.geany.org/cgi-bin/mailman/listinfo/users > ___ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Re: [Geany-Users] problem using geany.find in lua plugin
thank you for your attention to my problem, it is not practical for me to do a trace of the crash, but can you at least provide some samples of scripts with geany.find () that are supposed to run under geany 0.21? On 3/24/13, Frank Lanitz wrote: > Am 23.03.2013 02:51, schrieb paur...@gmail.com: >> I installed geany and geanylua plugin for my ubuntu 12.04 64 bit >> system from the repository, version seems to be 0.22 >> most scripts I write work fine but if I try to use geany.find >> function, geany crashes >> for instance, just the single line script >> >> x, y= geany.find ("ab",1,4,{"matchcase"}) >> >> is a crash on a file with many lines of text in utf-8 encoding, >> regardless of whether "ab" is present in the specified range >> just wondering if this is a problem with how I am using the function, >> I would appreciate some examples of scripts that use find that work on >> geany 0.22 > > Can you run Geany within a gdb and provide the backtrace when this is > happening? A short howto can be found here: > http://geany.org/manual/hacking.html > > Cheers, > Frank > > > > ___ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
[Geany-Users] bracket or code block highlight
Hi All, Sorry to post this message again but it's my first time posting a question and didn't know image attachment is not allowed. Is there a way to highlight the bracket so that one can easily see the beginning and ending of a block of code? Something similar to these images http://s19.postimg.org/pmvrygg9f/130326092805_3.jpg http://s19.postimg.org/dz1q3wr4j/130326092608_2.jpg Thanks, Tri ___ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users