-
OK, thanks for the explanation about the subsequent clicks. That satisfies me.
The SciteGlobals.properties...
#find.in.files.close.on.find=0
#find.in.dot=1
#find.in.binary=1
#find.replace.matchcase=1
#find.replace.escapes=1
#find.replace.regexp=1
find.replace.regexp.posix=1
#find.replace.wrap=0
#find.replacewith.focus=0
find.replace.advanced=1
"Transform backslash expressions"...
2009-05-02 02:06:44 UTC in Scintilla
-
I found the correct regular expression for the Find what: textbox: /([a-z.]+)"
And that works as expected. The Replace with: textbox ended up with: /\1", "\1"
And that produced the desired results. But with the fact that the previous Find what: as indicated in the bug report produced two different results, the first click differing from the second click, I leave it up to you.
Thank you...
2009-05-01 17:18:38 UTC in Scintilla
-
1) Create a document named, "scite.txt".
2) The contents of this file (it's a .csv file, not sure how sourceforge.net handles the LF at the end of the lines, so make sure they're LF and NOT the CRLF that Windows uses):
"http://www.pacificsites.com/~ccrayne/download/dos/bufrpool.asm", "Dynamic storage manager"
"http://www.pacificsites.com/~ccrayne/download/dos/ccbbs.asm"...
2009-05-01 16:43:47 UTC in Scintilla
-
https://sourceforge.net/services/seller_registration.php
The webpage above does NOT advertise any sales nor charges.
The webpage above does NOT accept a credit card.
The webpage above then LIES and charges the credit card which was submitted.
Please correct the problems and put the money charged back into the count.
Thank you for your attention to the problems created.
2009-03-24 18:37:04 UTC in SourceForge.net
-
"Mail may be sent to the user's mail alias and is automatically passed to the user account's private email address."
That sentence reads poorly. "MAY" means there's an "IF" situation involved. It can get written better.
"No available SMTP, POP3 or IMAP servers exist at SourceForge, and SourceForge provides no methods to access your username@users.sourceforge.net account. Mail gets...
2009-02-04 20:16:28 UTC in SourceForge.net
-
One other thing. I keep looking for a way to access your SMTP server, but I can not find any documenation at all regarding that. I'd like to SEND email through this my email address here. Is that possible?.
2009-02-03 01:30:31 UTC in SourceForge.net
-
http://apps.sourceforge.net/trac/sitedocs/wiki/User%20mail%20aliases
The above link and a variety of pages that link to it suggest going to that page which is supposed to explain HOW TO ACCESS your email at username@users.sourceforge.net. Unfortunately, NO WHERE on that page or any page linked to it, does it say ANYWHERE, nor does it DESCRIBE, how to access email sent to...
2009-02-03 00:42:10 UTC in SourceForge.net
-
hhooru registered the mycountry project.
2008-07-20 17:26:25 UTC in mycountry
-
File Added: hello.bas.
2007-08-17 04:39:40 UTC in FreeBASIC Compiler
-
I was just trying to put everything from the include files into the one file and compile it that way without using an include.
I wanted to see if I could get the size of the executable down to about 1000 to 4000 bytes, as I'm not sure at the moment what all the extra stuff is that's getting put into the executable.
Using Windows XP Pro as the OS.
See included text file for source code...
2007-08-17 04:36:33 UTC in FreeBASIC Compiler