Menu

#6 Bug in Python version 0.7.1 for Notepad++ with multiple wrap

open-works-for-me
5
2011-04-23
2011-04-23
Anonymous
No

>What steps will reproduce the problem?
1. Select text:
" fgetcfdd
fdg
df
апава
па
"
2. Press Ctrl+Alt+Shift+Enter
3. Paste expression "span{$#}*"
4. Press OK

>What is the expected output? What do you see instead?
Expected:
"
<span>fgetcfdd</span>
<span>fdg</span>
<span>df</span>
<span>апава</span>
<span>па</span>
"
Instead:
Nothing happened

>What version of the product are you using? On what operating system?
Version 0.7.0.1 ( Unicode ) Zen Coding-Python [Notepad++] : ZenCoding-Python.dll from http://sourceforge.net/projects/npppythonscript/files/
_________________

P.S. I tryed your Version 0.7 ( Unicode ) Zen Coding [Notepad++] : NppScripting.dll
It works as it should.

Discussion

  • Dave Brotherstone

    I'm not sure which version of Python Script you're using (0.7.1 never existed!)
    Trying this with the latest Python Script 0.9.2 and ZenCoding-Python 0.7.0.1 works exactly as expected (also with the cryllic characters you added)

    I'll leave this open for a few days in case you have any further information, otherwise it will be closed.

     
  • Dave Brotherstone

    • status: open --> open-works-for-me