You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly thanks for providing such a good plugin . I'm using NP++ from so long but just recently only i saw your plugin which is excellent . I'm facing some issues related to Surround functionality. [ Windows 7 32 bit , NP 6.5.1 unicode , FT 0.5.60 ]
Issue 1 :
Unable to wrap selected content with () or {} in the same line .
selected some text -> Alt + / -> script
partially working one ( only to right of Selection ) :: $[![(key)SELECTION]!] $[![(lis))|}]!] $[0[]0]
partially working one result :: SELECTION ) or } [ ie selectedText ) or selectedText} ]
not at all working :: $[![(lis)(|{]!] $[![(key)SELECTION]!] $[![(lis))|}]!]$[0[]0]
not at all working result :: ( or { [ even selectedText is also gone ]
Issue 2 ::
If in same NP document there is an expression but cursor is not in that position , still it is getting replaced upon clicking tab .
ex: $[![(eva)2+2]!]$[0[]0]
abc text [press Tab here]
Result : 4
abc text
Expected Result : $[![(eva)2+2]!]$[0[]0]
abc text [tab space ]
Issue 3/ Feature Request ::
When text is selected and upon pressing Alt + / , its good only to show the scripts which are having $[![(key)SELECTION]!] only (other than same scope ) , otherwise the selected text will be replaced by the selected expression
This plugin is giving lot of features which probably are not even present in IDE's like chaining , eval's . Excellent work
The text was updated successfully, but these errors were encountered:
Firstly thanks for providing such a good plugin . I'm using NP++ from so long but just recently only i saw your plugin which is excellent . I'm facing some issues related to Surround functionality. [ Windows 7 32 bit , NP 6.5.1 unicode , FT 0.5.60 ]
Issue 1 :$[![(lis)(|{]!] $ [![(key)SELECTION]!] $[![(lis))|}]!]$ [0[]0]
Unable to wrap selected content with () or {} in the same line .
selected some text -> Alt + / -> script
partially working one ( only to right of Selection ) :: $[![(key)SELECTION]!] $[![(lis))|}]!] $[0[]0]
partially working one result :: SELECTION ) or } [ ie selectedText ) or selectedText} ]
not at all working ::
not at all working result :: ( or { [ even selectedText is also gone ]
Issue 2 ::$[![(eva)2+2]!]$ [0[]0]$[![(eva)2+2]!]$ [0[]0]
If in same NP document there is an expression but cursor is not in that position , still it is getting replaced upon clicking tab .
ex:
abc text [press Tab here]
Result : 4
abc text
Expected Result :
abc text [tab space ]
Issue 3/ Feature Request ::
When text is selected and upon pressing Alt + / , its good only to show the scripts which are having $[![(key)SELECTION]!] only (other than same scope ) , otherwise the selected text will be replaced by the selected expression
This plugin is giving lot of features which probably are not even present in IDE's like chaining , eval's . Excellent work
The text was updated successfully, but these errors were encountered: