[Wish]Adding a comment for multiple files
Moderators: Hacker, petermad, Stefan2, white
[Wish]Adding a comment for multiple files
As in title. I sometimes want to add the same comment for many files. I know there may be problems when files are already commented, but I think that warning with "overwrite/append" options would be enough...
It is already possible to do that if I understood correctly your suggestion
http://www.ghisler.ch/board/viewtopic.php?p=99579#99579
http://www.ghisler.ch/board/viewtopic.php?p=99579#99579
Gil
Licence #17346
90% of coding is debugging. The other 10% is writing bugs.
Licence #17346
90% of coding is debugging. The other 10% is writing bugs.
2m^2
In the linked thread I described how to perform this task. Here is a detailed example. The following files are selected:
File1 (comment: "green")
File2 (comment: "red")
File3 (comment: "blue")
Now the user wants to append the comment " Important!" to all these files.
1. Open the "Change attributes dialog".
2. Clkick on the "more attributes" button
3. Set plugin to tc and property to "Comment".
4. In the same line press the + button and choose [tc.Comment] from the menu. This field appears in the value field.
5. Now append " Important!" to the value. The value should now be
6. Press OK to start.
The file comments are now:
File1 (comment: "green Important!")
File2 (comment: "red Important!")
File3 (comment: "blue Important!")
In the linked thread I described how to perform this task. Here is a detailed example. The following files are selected:
File1 (comment: "green")
File2 (comment: "red")
File3 (comment: "blue")
Now the user wants to append the comment " Important!" to all these files.
1. Open the "Change attributes dialog".
2. Clkick on the "more attributes" button
3. Set plugin to tc and property to "Comment".
4. In the same line press the + button and choose [tc.Comment] from the menu. This field appears in the value field.
5. Now append " Important!" to the value. The value should now be
Code: Select all
[tc.Comment] Important!
The file comments are now:
File1 (comment: "green Important!")
File2 (comment: "red Important!")
File3 (comment: "blue Important!")
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
And there is always AutoHotkey 
http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Mark_Important_Files_Permanently

http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Mark_Important_Files_Permanently
I switched to Linux, bye and thanks for all the fish!
Yes, I know it can do everythingSanskritFritz wrote:And there is always AutoHotkey
http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Mark_Important_Files_Permanently

But the built-in solutin is enough for me..and it has 2 advantages:
It's smaller.
It's not AHK

Is it possible to add a new line this way?
EDIT: Does this format support multiline comments?
When I write a comment with ctrl+z editor, comments are saved with spaces instead of newlines.
EDIT: Does this format support multiline comments?
When I write a comment with ctrl+z editor, comments are saved with spaces instead of newlines.
Last edited by m^2 on 2007-02-07, 15:52 UTC, edited 1 time in total.
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary