|
From: SourceForge.net <no...@so...> - 2012-03-13 13:16:11
|
Feature Requests item #3479635, was opened at 2012-01-25 07:30 Message generated for change (Comment added) made by vmaximov You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=3479635&group_id=588 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: core Group: v4.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: McV (vmaximov) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to edit Read-Only (readonly) buffers Initial Comment: Jedit must allow user to make edits in a readonly files. It is very wrong to disable this in any case: jedit is the _text editor_ ---------------------------------------------------------------------- >Comment By: McV (vmaximov) Date: 2012-03-13 06:16 Message: > The goal is to do save as later ? Yes. And even not to save it at all: sometimes while exploring the content of a file I need to modify it's structure: indent xml, or find/replace just to count hits.. e.t.c. I think - something, like warn user by "unable to save readonly file" would be enough. ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2012-03-12 12:46 Message: Changing the subject since it seems the initial poster wanted to be able to edit the buffer without changing the actual file. ---------------------------------------------------------------------- Comment By: Jarek Czekalski (jarekczek) Date: 2012-01-25 14:12 Message: With this explanation I have to admit, that all the editors I know are able to edit read only files. They fail on save, but allow editing. Any ideas of how this could "work for us"? ---------------------------------------------------------------------- Comment By: McV (vmaximov) Date: 2012-01-25 13:54 Message: Yes, sorry for "must" and "very wrong" :) but that definitely would be cool. The goal is to modify read only file without actually saving it. Use case (in common) is to explore large data file by modifying its structure. (xml, html files e.t.c). Macro doesnt work with files opened from URL. the alert pops up "this macro only works on local files" ---------------------------------------------------------------------- Comment By: Dale Anson (daleanson) Date: 2012-01-25 11:16 Message: Macros - Files - Toggle ReadOnly seems sufficient. With the MenuEditor plugin installed, this can easily be added to the "File" menu. ---------------------------------------------------------------------- Comment By: Jarek Czekalski (jarekczek) Date: 2012-01-25 10:53 Message: I know many text editors which don't allow saving read only files. This is an open question. Definitely it shouldn't be done without warning. Matthieu, this question probably regards files marked as read only, when it can be bypassed, by temporarily changing the flag. I understand this feature request, but I don't agree with neither "must" nor "very wrong". ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2012-01-25 08:22 Message: You mean it should allow you to edit the file, but of course not save it? The goal is to do save as later ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=3479635&group_id=588 |