Bugs item #2942542, was opened at 2010-01-29 22:11 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111005&aid=2942542&group_id=11005
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wrong file status after execute shell command "spell" Initial Comment: I think any nedit version has the same problem: 1) open a text file with nedit; 2) choose from menu "Shell-->spell". Once the spell window pop up, choose "abort"; 3) the content in nedit window should remain unmodified, however, the file status is changed to "modified". ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2010-02-10 21:46 Message: First thing to check is how the Shell->Spell operation is defined. Use Preferences-> Default Settings-> Customize Menus-> Shell Menu... to open the Shell menu definition dialog. In the list, find the entry corresponding to Spell, and select it. Notice the Command Output radio buttons. If the "same document" button is active, a replace operation will be executed even if this has no effect on the content of your document. This could explain your issue. You can test this by adding a new entry which invokes the command "cat" which copies its input to its output. I've just tried it and the effect is exactly as you describe. I don't know what your spell command actually does, but if "Abort"ing it simply copies its input to its output, that would explain the modification. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2010-02-10 17:34 Message: is this an easy-fix problem? My knowledge about graphic programming is very limited. If it is easy, can any developer give me some clues so that I can try by myself? Thanks. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2010-01-30 00:20 Message: it seems all the shell commands have the same problem: no matter if the file content is changed, the file status is always "modified". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111005&aid=2942542&group_id=11005 -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
