[Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Harold Aling
A collegue of mine needed a zero-width space[1] for a breaking a word at a specific place in the menu of a website, so I copy/pasted m​A (last character of first line, first character of next line) from the Wikipedia example, pasted it in Geany and deleted the m and the A so that there would only

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Lex Trotman
On 26 June 2012 19:18, Harold Aling ge...@sait.nl wrote: A collegue of mine needed a zero-width space[1] for a breaking a word at a specific place in the menu of a website, so I copy/pasted mA (last character of first line, first character of next line) from the Wikipedia example, pasted it in

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Harold Aling
On Tue, Jun 26, 2012 at 11:33 AM, Lex Trotman ele...@gmail.com wrote: On 26 June 2012 19:18, Harold Aling ge...@sait.nl wrote: A collegue of mine needed a zero-width space[1] for a breaking a word at a specific place in the menu of a website, so I copy/pasted mA (last character of first line,

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Harold Aling
On Tue, Jun 26, 2012 at 11:39 AM, Harold Aling ge...@sait.nl wrote: On Tue, Jun 26, 2012 at 11:33 AM, Lex Trotman ele...@gmail.com wrote: On 26 June 2012 19:18, Harold Aling ge...@sait.nl wrote: A collegue of mine needed a zero-width space[1] for a breaking a word at a specific place in the

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Thomas Martitz
Am 26.06.2012 11:53, schrieb Harold Aling: Updated to Geany 1.23 (git = 40da14b) 1. Create a new document (ctrl-n) 2. Copy/paste m​A (already has a zero-width space in the middle) 3. Press 'home' 4. Press 'delete' 5. Crash - 100% CPU Works for me. No crash and no 100% CPU usage. Geany also

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Lex Trotman
On 26 June 2012 20:01, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 26.06.2012 11:53, schrieb Harold Aling: Updated to Geany 1.23 (git = 40da14b) 1. Create a new document (ctrl-n) 2. Copy/paste mA (already has a zero-width space in the middle) 3. Press 'home' 4. Press

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Harold Aling
On Tue, Jun 26, 2012 at 12:05 PM, Lex Trotman ele...@gmail.com wrote: On 26 June 2012 20:01, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 26.06.2012 11:53, schrieb Harold Aling: Updated to Geany 1.23 (git = 40da14b) 1. Create a new document (ctrl-n) 2. Copy/paste mA

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Lex Trotman
On 26 June 2012 20:09, Harold Aling ge...@sait.nl wrote: On Tue, Jun 26, 2012 at 12:05 PM, Lex Trotman ele...@gmail.com wrote: On 26 June 2012 20:01, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 26.06.2012 11:53, schrieb Harold Aling: Updated to Geany 1.23 (git = 40da14b)

Re: [Geany-devel] Remove MSYS dependency of Geany on Win~1

2012-06-26 Thread Nick Treleaven
On 25/06/2012 20:33, Dimitar Zhekov wrote: Hi. Here is a small diff (for makefile.win32 and src/makefile.win32 only) that makes Geany 1.22 Win~1 compilation and installation independent of MSYS. Usage: C mingw32-make -f makefile.win32 C mingw32-make -f makefile.win32 install Tested with

Re: [Geany-devel] Remove MSYS dependency of Geany on Win~1

2012-06-26 Thread Colomban Wendling
Le 26/06/2012 19:02, Colomban Wendling a écrit : Le 26/06/2012 18:11, Nick Treleaven a écrit : On 25/06/2012 20:33, Dimitar Zhekov wrote: Hi. Here is a small diff (for makefile.win32 and src/makefile.win32 only) that makes Geany 1.22 Win~1 compilation and installation independent of MSYS.

Re: [Geany-devel] Remove MSYS dependency of Geany on Win~1

2012-06-26 Thread Dimitar Zhekov
On Mon, 25 Jun 2012 13:52:12 -0700 Matthew Brush mbr...@codebrainz.ca wrote: C mingw32-make -f makefile.win32 C mingw32-make -f makefile.win32 install Tested with mingw, cmd/tcc. Should work with MSYS make too... but I had to use backslashes in the install: target, and am not sure

Re: [Geany-devel] Remove MSYS dependency of Geany on Win~1

2012-06-26 Thread Nick Treleaven
On 26/06/2012 20:06, Dimitar Zhekov wrote: MSYS does treat backslashes as escapes, and I think that is a worse problem than cmd.exe interpreting forward slashes as command options, as it can occur in more situations. I think we should use forward slashes throughout. I expected something like

Re: [Geany-devel] Crash when pasting a Zero-width space

2012-06-26 Thread Lex Trotman
[...] And the answer from Neil is: This feature was actually contributed by ActiveState. We have had a report of an infinite loop in Geany when an attempt is made to draw a block Caret on a zero width space character (u200b). The backtrace makes the problem appear to be in DrawBlockCaret