protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Bug in Python version 0.7.1 for Notepad++ with multiple wrapping #265

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>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.

Original issue reported on code.google.com by transa...@gmail.com on 23 Apr 2011 at 3:38

GoogleCodeExporter commented 9 years ago
You should ask Python plugin’s author about this: 
http://sourceforge.net/projects/npppythonscript/

Original comment by serge....@gmail.com on 11 May 2011 at 8:19