-
lurchman committed revision 69 to the Bifferboard SVN repository, changing 1 files.
2009-10-30 14:20:37 UTC in Bifferboard
-
I recently found this script (looks like it's not being maintained any more?), and here's what I had to do (version yahoo2maildir.pl,v 1.19 2007/01/28 00:35:28) to get it working properly :-
Change line 401 to:
if ($content =~ /Message ($messageid)? does not exist in $group/s) {
Change line 410 to:
my ($email_header, $email_body) = $email_content =~ /<td class="source...
2009-05-26 16:22:38 UTC in Yahoo Group archiver
-
Hi, thanks for the speedy response!
Although your fix works for the specific test-case I posted (it seems to work with or without the backslash), I also need to add a similar rule for the single quote character ('), otherwise I have the same problem with:
print '}';
and FunctionList stops working after a function that looks like:
sub FunctionO {
print '"';
}
However even this...
2008-07-30 23:50:09 UTC in Notepad++ Plugins
-
Notepad++ 5.0.2, FunctionList plugin v2.0 Alpha
I was editing a Perl file and noticed that one of my functions wasn't being displayed (even though the rest were)!
I did some investigating, and found it occurred when I had a mismatched number of { characters inside my function.
In the attached test case, FunctionList successfully lists all the functions *except* for FunctionC which...
2008-07-30 16:38:20 UTC in Notepad++ Plugins
-
Doh! I've just realised this doesn't need 'fixing'. Have a look at Settings -> Shortcut Mapper (double-click on a shortcut to change it)
2008-07-30 16:13:56 UTC in Notepad++
-
I'd like to add a "me too" ;) This would be a very useful feature.
2008-07-28 19:00:30 UTC in Notepad++
-
I'm using Notepad++ 5.0.2 and I found this option which I think you want:
Settings -> Preferences -> MISC -> Minimize to sys tray.
2008-07-28 18:55:29 UTC in Notepad++
-
OOOPSS!! Dunno what happened there... :-(.
2008-07-28 18:47:05 UTC in Notepad++
-
In case you've not already found it, this setting 'fixes' it: (I'm using version 5.0.2)
Settings -> Preferences -> MISC -> Remember the last operation directory
(I'm surprised this isn't enabled by default though)
2008-07-28 18:14:18 UTC in Notepad++
-
In case you've not already found it, this setting 'fixes' it: (I'm using version 5.0.2)
Settings -> Preferences -> MISC -> Remember the last operation directory
(I'm surprised this isn't enabled by default though)
2008-07-28 18:13:27 UTC in Notepad++