Send Notepad-plus-plus mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."
Today's Topics:
1. [notepad-plus - Open Discussion] Ctrl+F3 should remember the
search (SourceForge.net)
2. [notepad-plus - Help] RE: Find in files, how to find in
subfolders? (SourceForge.net)
3. [notepad-plus - Help] RE: Copy all lines with tokens to
clipboard? (SourceForge.net)
4. [notepad-plus - Help] RE: How do I build NPP in Mingw?
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Notepad++ change to
default notepad (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: QuickText Plugin
(SourceForge.net)
7. [notepad-plus - Help] can Regular expressions be used in
keywords (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Ctrl+F3 should remember
the search (SourceForge.net)
9. [notepad-plus - Help] RE: Find in files, how to find in
subfolders? (SourceForge.net)
10. [notepad-plus - Help] sort alphabetically (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Ctrl+F3 should remember
the search (SourceForge.net)
12. [notepad-plus - Plugin Development] SQL Server keywords
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 27 Mar 2007 05:41:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Ctrl+F3
should remember the search
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4229892
By: nobody
I have a feature request: Every other programmer's editor works so that when
you first select a word and press Ctrl+F3, then pressing just F3 does the search
again.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 2
Date: Tue, 27 Mar 2007 07:46:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find in files,
how to find in subfolders?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4230107
By: nobody
Don't know how to do this. But found this cool plugin which does the job
exellently
(respect goes to Jose Javier Sanjos?, nice work):
http://notepad-plus.sourceforge.net/uk/download.php
You want the SearchInFiles Plugin (surprise, surprise), the source code is
available
from the far right column, if you just want the dll click the version number
in the middle column - currently v1.0.0.2.
Hope this helps
R
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 3
Date: Tue, 27 Mar 2007 08:07:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Copy all lines
with tokens to clipboard?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4230138
By: severach
Use the Plugins, TextFX, Viz tools for this. Copy your token to the clipboard,
Hide Lines without (Clipboard) text, select the lines, then copy visible lines
to clipboard.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 4
Date: Tue, 27 Mar 2007 09:02:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I build
NPP in Mingw?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4230239
By: severach
http://textfx.no-ip.com/textfx/
I've made project files for many compilers. They are out of date but it
shouldn't
take much to update them.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 5
Date: Tue, 27 Mar 2007 14:58:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ change to default notepad
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4230754
By: nobody
All you have to do is associate notepad++ with the proper file extensions.
i.e. "*.txt". See Settings Preferences File Association tab.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 6
Date: Tue, 27 Mar 2007 19:01:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
QuickText Plugin
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4230957
By: ricobl
When I disable a language from the language menu, the plugin doesn't show the
language name in the config dialog, it shows an empty item.
Maybe it should do one of the following:
1- hide the disabled language in the plugin dialog (my preferred);
2- show the language, but with its name.
Best regards,
Enrico
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
------------------------------
Message: 7
Date: Tue, 27 Mar 2007 19:53:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] can Regular
expressions be used in keywords
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4230993
By: nobody
1.can Regular expressions be used in keywords define?
and
2. if i have one line:
==========================================
form1.text1.text=12 ' define the num
==========================================
how to define the comment sytax to make " define the num " as the comment, not
include the before words.
anyone know this?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 8
Date: Tue, 27 Mar 2007 22:27:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Ctrl+F3 should remember the search
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4231092
By: steakhacher
I am not sure that it is the best to change it in notepad++ but you can change
shortcut mapper for volatil search and set it to F3
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 9
Date: Tue, 27 Mar 2007 22:51:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find in files,
how to find in subfolders?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4231107
By: nobody
For later versions look also on
http://sourceforge.net/projects/npp-plugins/
Best Regards
Jens
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 10
Date: Wed, 28 Mar 2007 01:06:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] sort alphabetically
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4231226
By: nobody
Hi all,
does anybody know how I can activate the feature "sort alphabetically"?
Thank you very much
Marta
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 11
Date: Wed, 28 Mar 2007 01:52:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Ctrl+F3 should remember the search
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4231283
By: nobody
But I don't want the regular F3 to change the search to the selected text. Only
Ctrl+F3 should do it. All other editors work this way.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 12
Date: Wed, 28 Mar 2007 02:01:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] SQL
Server keywords
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4231294
By: petays
HI
I added some missing MS SQL Server keywords to langs.xml file.
Here they are if somebody would like to put them in version control.
It seems that keywords must be in lowercase and sorted alphabetically in order
to work.
Please check to sorting order!
BR, Jari
<Language name="sql" ext="sql" commentStart="/*" commentEnd="*/">
<Keywords name="instre1">abs absolute access acos add add_months
adddate admin after aggregate all allocate alter and any app_name are array
as asc ascii asin assertion at atan atn2 audit authid authorization
autonomous_transaction avg before begin benchmark between bfilename bin binary
binary_checksum binary_integer bit bit_count bit_and bit_or blob body boolean
both breadth bulk by call cascade cascaded case cast catalog ceil ceiling char
char_base character charindex chartorowid check checksum checksum_agg chr class
clob close cluster coalesce col_length col_name collate collation collect column
comment commit completion compress concat concat_ws connect connection constant
constraint constraints constructorcreate contains containsable continue conv
convert corr corresponding cos cot count count_big covar_pop covar_samp create
cross cube cume_dist current current_date current_path current_role current_time
current_timestamp current_user currval cursor cycle data datalength
databasepropertyex date date_add date_format date_sub dateadd datediff datename
datepart datetime day db_id db_name deallocate dec declare decimal decode
default
deferrable deferred degrees delete dense_rank depth deref desc describe
descriptor
destroy destructor deterministic diagnostics dictionary disconnect difference
distinct do domain double drop dump dynamic each else elsif empth encode encrypt
end end-exec equals escape every except exception exclusive exec execute exists
exit exp export_set extends external extract false fetch first first_value file
float floor file_id file_name filegroup_id filegroup_name filegroupproperty
fileproperty for forall foreign format formatmessage found freetexttable from
from_days fulltextcatalog fulltextservice function general get get_lock getdate
getansinull getutcdate global go goto grant greatest group grouping having heap
hex hextoraw host host_id host_name hour ident_incr ident_seed ident_current
identified identity if ifnull ignore immediate in increment index index_col
indexproperty indicator initcap initial initialize initially inner inout input
insert instr instrb int integer interface intersect interval into is is_member
is_srvrolemember is_null is_numeric isdate isnull isolation iterate java join
key lag language large last last_day last_value lateral lcase lead leading least
left len length lengthb less level like limit limited ln lpad local localtime
localtimestamp locator lock log log10 long longint loop lower ltrim make_ref
map match max maxextents mid min minus minute mlslabel mod mode modifies modify
module money month months_between names national natural naturaln nchar nclob
new new_time newid next next_day nextval no noaudit nocompress nocopy
nonclustered
none not nowait ntext null nullif number number_base numeric nvl nvl2 nvarchar
object object_id object_name object_property ocirowid oct of off offline old
on online only opaque open operator operation option or ord order
ordinalityorganization others out outer output package pad parameter parameters
partial partition path pctfree percent_rank pi pls_integer positive positiven
postfix pow power pragma precision prefix preorder prepare preserve primary
prior private privileges procedure public radians raise rand range rank
ratio_to_export raw rawtohex read reads real record recursive ref references
referencing reftohex relative release release_lock rename repeat replace
replication
resource restrict result return returns reverse revoke right rollback rollup
round routine row row_number rowguidcol rowid rowidtochar rowlabel rownum rows
rowtype rpad rtrim savepoint schema scroll scope search second section
seddev_samp
select separate sequence session session_user set sets share sign sin sinh size
smallint some soundex space specific specifictype sql sqlcode sqlerrm
sqlexception
sqlstate sqlwarning sqrt start state statement static std stddev stdev_pop
strcmp
structure subdate substr substrb substring substring_index subtype successful
sum synonym sys_context sys_guid sysdate system_user table tan tanh temporary
terminate than then time timestamp timezone_abbr timezone_minute timezone_hour
timezone_region tinyint to to_char to_date to_days to_number to_single_byte
trailing transaction translate translation treat trigger trim true trunc
truncate
type ucase uid under union unique uniqueidentifier unknown unnest update upper
usage use user userenv using validate value values var_pop var_samp varchar
varchar2 variable variance varying view vsize when whenever where with without
while with work write year zone</Keywords>
</Language>
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 10, Issue 60
*************************************************