This version is based on v4.9.1 : 2 regressions (folding state and x offset position while switching back to the document) are fixed;
a new feature "Save a Copy as" is added.
Not yet.. at least in my case. Pasting richtext clipboard content give different results depending on whether pasting is done through menu (ok) or ctrl-v (unwanted characters).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I confirm that this bug comes from my personal setting of NppTextFX plugin in installer and zipped release.
Remove NPPTextFX.ini from "plugins" directory will remedy your problem.
Don
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I looked for NPPTextFX.ini in my plugins directory and it wasn't there. Removing NPPTextFX.dll fixed the problem, but I didn't want to lose the features it provided. Finally, I went into Documents and Settings, my User Name, Application Data ( hidden folder ), and Notepad++ where I found the file.
Also, rather than deleting the .ini, if you instead open it and change the values VizPasteBinary and VizPasteToEditorEOL to 0, the problem dissapears right away.
Just mentioning this for other users who were confused like I was/don't want to delete their .ini.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Same here kRs. However a copy and paste from word docs works ok now.
For me it's only if I copy from WordPad then paste into Notepad++ I get a row of NUL showing at the end of it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To enter translation for the new "Save a Copy As..." menu item, you can open "nativeLang.xml" and enter the menu item translation, after:
<Item id = "41013" name = "[save session]"/>
<Item id = "41014" name = "[reload from disk]"/>
add:
<Item id = "41015" name = "[translated text for 'Save a Copy As...']"/>
example (italian):
<Item id = "41015" name = "Salva una copia come..."/>
Save and restart notepad++ to enable new description.
Also, you may want to adjust accelerator keys my moving/inserting & character before the desired key (in my Italian translation, 2 items have "a" selected as accelerator, didn't check for others).
Great job, Don. And thank you for advice before deletion of "HexEditor.dll". Do you think we'll have it back some day? I use it and works perfectly, just wonder if making it fully compatible with current version is too much of an effort...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
https://sourceforge.net/project/showfiles.php?group_id=95717&package_id=102072&release_id=598510
This version is based on v4.9.1 : 2 regressions (folding state and x offset position while switching back to the document) are fixed;
a new feature "Save a Copy as" is added.
For the complete information of v4.9.x, please refer to :
https://sourceforge.net/forum/message.php?msg_id=4944399
Don
I thank, all is excellent! Houses has established, and tomorrow at office. =+)
Is the CTRL+V paste bug also fixed?
Not yet.. at least in my case. Pasting richtext clipboard content give different results depending on whether pasting is done through menu (ok) or ctrl-v (unwanted characters).
I confirm that this bug comes from my personal setting of NppTextFX plugin in installer and zipped release.
Remove NPPTextFX.ini from "plugins" directory will remedy your problem.
Don
I looked for NPPTextFX.ini in my plugins directory and it wasn't there. Removing NPPTextFX.dll fixed the problem, but I didn't want to lose the features it provided. Finally, I went into Documents and Settings, my User Name, Application Data ( hidden folder ), and Notepad++ where I found the file.
Also, rather than deleting the .ini, if you instead open it and change the values VizPasteBinary and VizPasteToEditorEOL to 0, the problem dissapears right away.
Just mentioning this for other users who were confused like I was/don't want to delete their .ini.
Thank you, now everything is ok. VizPasteBinary option was the cause of that behaviour.
It was not even a bug.
Same here kRs. However a copy and paste from word docs works ok now.
For me it's only if I copy from WordPad then paste into Notepad++ I get a row of NUL showing at the end of it.
Don Ho Wrote:
"This version is based on v4.9.1 : 2 regressions (folding state and x offset position while switching back to the document) are fixed."
Thanks, Don. MUCH APPRECIATED!!!
-t
no auto update on this one?
Is the Update feature in the Help ment working?
It might be because of a firewall issue at my work but I just wanted to check first.
If it is a firewall issue would Notepad++ tell you that it couldn't connect to the update server or something??
Thanks for the great tool.
Any update on the updates?? :-)
Hello,
just to point that the new function "Save copy as" is not translated in french when using the french version of notepad++.
Best regards,
mathmax
To enter translation for the new "Save a Copy As..." menu item, you can open "nativeLang.xml" and enter the menu item translation, after:
<Item id = "41013" name = "[save session]"/>
<Item id = "41014" name = "[reload from disk]"/>
add:
<Item id = "41015" name = "[translated text for 'Save a Copy As...']"/>
example (italian):
<Item id = "41015" name = "Salva una copia come..."/>
Save and restart notepad++ to enable new description.
Also, you may want to adjust accelerator keys my moving/inserting & character before the desired key (in my Italian translation, 2 items have "a" selected as accelerator, didn't check for others).
Great job, Don. And thank you for advice before deletion of "HexEditor.dll". Do you think we'll have it back some day? I use it and works perfectly, just wonder if making it fully compatible with current version is too much of an effort...