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 - Plugin Development] RE:   Snippet...
      pleeeeeeeease (SourceForge.net)
   2. [notepad-plus - Help] RE: css,    html color coding?
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC is
      available (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC is
      available (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC is
      available (SourceForge.net)
   6. [notepad-plus - Open Discussion] Comments on      Notepad++ 3.9
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Can'not delete empty    strings in
      text file! (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC is
      available (SourceForge.net)
   9. [notepad-plus - Help] RE: Can'not delete empty    strings in
      text file (SourceForge.net)
  10. [notepad-plus - Open Discussion] Minor typo in    3.9 prefs
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Wed, 10 Jan 2007 05:44:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Snippet... pleeeeeeeease
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=4095936
By: nobody

I thought often about it. This is my next plugin. But you have to know, I was
very busy ;). I will start with developing when I am finished with bug removing
of my other plugins and when I made a little bit holiday from Notepad ;).


Please be patient
Jens

P.S.:
Publish here your suggestions and I'll try to consider it!


______________________________________________________________________
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: 2
Date: Wed, 10 Jan 2007 06:30:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: css,     html color
        coding?
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=4096005
By: nobody

ok, but would it be possible to choose which should be in this group of 4?
i mean php+html+js+css for example....

______________________________________________________________________
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: Wed, 10 Jan 2007 07:04:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC is available
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=4096056
By: nobody

Jens,
Her is an example of my oho file. It should still show the sorting problem of
my function. On my NP++, all the lowercase functions are not sorted properly.

Fahad

<?php


class Process {
  
function Array_Analayser ($array) {
    
}//*****************************************************************************
**********

function Drop_Down_Menue ($active_fields, $selected_fields, $Table_Name, $css)
{

}//*****************************************************************************
************

function Multiple_Radio_Buttons ($active_fields, $selected_fields,
$Table_Name,$style) {
 
}//*****************************************************************************
**************************

function Retrive_Active_Fields ($table, $table_name_variable) {

}//*****************************************************************************
**************************

function Exception_Output($table, $N,$table_name_var, $exception) {

}//*****************************************************************************
**************************

function Array_Output_inTable_Format($table, $search_res, $N, $id, $class1,
$class2, $hrefid, $banner,$table_name_var){
    
}//*****************************************************************************
**************************

function retrieve_proper_result_format ($table, $array, $array2){


}//*****************************************************************************
**************************

function Processing_Image ($file) {

}//*****************************************************************************
**************************

function get_sizes($src_w, $src_h, $dst_w,$dst_h ){
  
   
}/*****************************************************************/ 

function Searchme ($posted, $table_name, $table_name_variable,$to_select, 
$offset,
$limit, $order_by, $and) {
                                                                 

}//*****************************************************************************
**************************

function Select_Drop_radio ($table_name, $id, $array_table){

  
}//*****************************************************************************
**************************

function Delet_Entries ($table_name, $field_name, $id){
         
}//*****************************************************************************
**************************

function update_Insert ($posted, $table_name, $table_name_var){


}//*****************************************************************************
**************************

function Retrieve_Table_fields ($table_name){

}//*****************************************************************************
************

function Date() {

        
}       
        
function LocaleTime(){

}
function main_First($id,$table,$table_var,$img_path,$comment,$H){
  
        
}
function first ($table, $table_var, $img_name, $comment, $category,$form_name){

}

function Sorting_Dates($_POST){
}

}/**************End of class***************************/

 $process= new Process; 
?>


______________________________________________________________________
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: 4
Date: Wed, 10 Jan 2007 08:26:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC is available
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=4096247
By: maddogskip98

That did it.  For windows xp sp2, backed up the plugins directory and recopied
the files.  Looks good and I'm not going to dig in some more.

Thanks Don.

Regards,

Tom

______________________________________________________________________
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: 5
Date: Wed, 10 Jan 2007 08:57:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC is available
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=4096294
By: maddogskip98

It seems that the new NP++ somehow overwrote my custom SQR language file located
in %appdata%\Notepad++.

Bummer, now I have to rebuild from scratch.

Regards,

Tom

______________________________________________________________________
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: Wed, 10 Jan 2007 10:40:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Comments
        on      Notepad++ 3.9
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=4096571
By: rsandila

First, I like it a lot. Very nice tool.

Two complaints about column mode:

1. If I select a column and scroll down and I go past the last line it extends
the selection to the right most point of the last line. It would be nice if
this did not happen. If I then make the selection smaller it is pretty slow
on a large file.
2. If I have a selected column that stretches over several hundred to several
thousand lines and I want to delete it, it can take a significant amount of
time to do that. I have seen other editors do it in seconds.

Did I mention I like Notepad++ a lot?


______________________________________________________________________
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: 7
Date: Wed, 10 Jan 2007 10:40:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can'not delete
        empty   strings in text file!
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=4096572
By: nobody

Err. An empty string is nothing, it has no content and as such cannot be 
"deleted."
If you create a 0 byte text file it contains an empty string - there is nothing
to delete.

What do you mean exactly? I may be misunderstanding what you're getting at.

______________________________________________________________________
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: Wed, 10 Jan 2007 12:06:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC is available
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=4096687
By: maddogskip98

Follow up on overwrite of my SQR file...

It has not overwritten it.  It just no longer recognizes it.

I'm not sure why as it all seems to be intact.


<NotepadPlus>
    <UserLang name="SQR" ext="sqr sqc">
        <Settings>
            <Global caseIgnored="yes" />
            <TreatAsSymbol comment="no" commentLine="yes" />
            <Prefix words1="no" words2="no" words3="yes" words4="yes" />
        </Settings>
        <KeywordLists>
            <Keywords name="Delimiters">&apos;00&apos;00</Keywords>
            <Keywords name="Folder+">BEGIN-PROGRAM BEGIN-DOCUMENT BEGIN-FOOTING
BEGIN-PROCEDURE BEGIN-SQL BEGIN-SELECT BEGIN-REPORT BEGIN-SETUP BEGIN-HEADING
IF WHILE</Keywords>
            <Keywords name="Folder-">END-PROGRAM END-DOCUMENT END-FOOTING
END-PROCEDURE END-SQL END-SELECT END-REPORT END-SETUP END-HEADING END-IF
END-WHILE</Keywords>
            <Keywords name="Operators">&apos; &quot; % &amp; ( ) * , . / : ;
@ [ \ ] ^ { | } ~ &lt; = &gt;</Keywords>
            <Keywords name="Comment">1 2 0!</Keywords>
            <Keywords name="Words1">#DEBUG #DEFINE #ELSE #END #END-IF #ENDIF
#IF #IFDEF #IFNDEF #INCLUDE ADD ARRAY ALTER ARRAY ASK AND ALTER-LOCAL 
ALTER-PRINTER
ARRAY-ADD ARRAY-DIVIDE ARRAY-MULTIPLY ARRAY-SUBTRACT BREAK BAR BOX BEGIN
BOTTOM-MARGIN CALL COMMIT CLEAR CONCAT CLOSE CONNECT COLUMNS CREATE CHART CODE
COLUMN CLEAR-ARRAY CREATE-ARRAY CHAR CHAR-WIDTH COLOR DIVIDE DOCUMENT DECLARE
DIVIDE DO DISPLAY DOLLAR DIRECT DEINIT DECIMAL DATE DEBUG DECLARE-CHART 
DECLARE-IMAGE
DECLARE-LAYOUT DECLARE-PRINTER DECLARE-PROCEDURE DECLARE-REPORT DECLARE-VARIABLE
DATE-EDIT-MASK DECIMAL-SEPARATOR DATE-SEPARATOR DISTINCT DAY-OF-WEEK-CASE
DAY-OF-WEEK-FULL DAY-OF-WEEK-SHORT ELSE ENCODE EVALUATE END-DECLARE END-EVALUATE
EXIT-SELECT EXECUTE EXIT EXTRACT END FOOTING FORMFEED FIND FONT FROM FONT-TYPE
FLOAT FOR-REPORTS FIELD FILL FORMFEED GET GRAPHIC GOTO GRAPHIC BOX GRAPHIC 
HORZ-LINE
HORZ HEADING IMAGE INPUT INIT INPUT-DATE-EDIT-MASK INTO INTEGER IMAGE-SIZE
INIT-STRING LOOKUP LET LOWERCASE LOAD LAYOUT LINE LAST LISTING LAST-PAGE LOWER
LOAD-LOOKUP LOCALE LOCAL LOOPS LEFT-MARGIN LINE-WIDTH LINE-HEIGHT LANDSCAPE
MULTIPLY MONEY MOVE MATCH MONEY-SIGN MONEY-SIGN-LOCATION MONTHS-CASE MONTHS-FULL
MONTHS-SHORT MONEY-EDIT-MASK MAX-COLUMNS MAX-LINES NEW-PAGE NEW-REPORT 
NEXT-COLUMN
NEWLINE NEWPAGE NEXT-LISTING NOP NUMBER NUMBER-EDIT-MASK NVL NOWAIT NAME OPEN
ON-BREAK ON-ERROR ORIENTATION PRINT PRINTER PROCEDURE PROGRAM PAGE PRINT 
POSITION
PUT PAGE-NUMBER PRINT-BAR-CODE PRINT-CHART PRINT-DIRECT PRINT-IMAGE POINT-SIZE
PITCH PAPER-SIZE PAGE-DEPTH REPORT READ ROLLBACK ROUND RIGHT-MARGIN SELECT SETUP
SUBTRACT SQL SYMBOL SIZE SHOW STRING STOP SOURCE STARTUP-FILE TYPE
TO THOUSAND-SEPARATOR TIME-SEPARATOR TIMES TEXT TOP-MARGIN USE UPPERCASE 
USE-COLUMN
USE-PRINTER-TYPE USE-PROCEDURE USE-REPORT USING VERT WRITE WAIT WITH
WHERE</Keywords>
            <Keywords name="Words2">DATEADD DATEDIFF DATENOW DATETOSTR DELETE
EDIT EXISTS INSTR ISBLANK ISNULL LENGTH LPAD LTRIM MOD RENAME RPAD RTRIM 
STRTODATE
SUBSTR TO_CHAR TO_NUMBER TRANSLATE UNSTRING UPPER</Keywords>
            <Keywords name="Words3">CBHR CBFS</Keywords>
            <Keywords name="Words4">$ # &amp;</Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000"
bgColor="D2E9FF" fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000"
bgColor="FFD2D2" fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="KEYWORD2" styleID="6" fgColor="FF0000" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="KEYWORD3" styleID="7" fgColor="008080" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="5" fontSize="8" />
            <WordsStyle name="KEYWORD4" styleID="8" fgColor="FF8000" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="5CBA45"
bgColor="DDF0D5" fontName="Courier New" fontStyle="3" fontSize="8" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="008000"
bgColor="FFFFFF" fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="DELIMINER1" styleID="14" fgColor="008080"
bgColor="E0E9FC" fontName="Courier New" fontStyle="1" fontSize="8" />
            <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
        </Styles>
    </UserLang>
</NotepadPlus>

______________________________________________________________________
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: Wed, 10 Jan 2007 18:23:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can'not delete
        empty   strings in text file
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=4097134
By: pshute

If you mean blank lines, they can be deleted with Plugins/TextFX Edit/Delete
Blank Lines.  For some reason it won't delete an initial blank line.  You could
also use search and replace.  That can be tricky due to some restrictions on
what will work.  Have a look at
http://notepad-plus.sourceforge.net/uk/newlineFindReplace-HOWTO.php if you want
to try doing it that 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=331754



------------------------------

Message: 10
Date: Wed, 10 Jan 2007 18:40:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Minor
        typo in 3.9 prefs
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=4097151
By: nobody

Hi,

I found N++ recently and absolutely love it. Just thought someone might like
to know about a very minor typo - in settings, preferences, global tab, the
second checkbox from bottom says "Maitain Indentation" - presumably that should
be "Maintain Indentation"

Anyways, thanks to everyone who has worked on N++ for such an awesome product

______________________________________________________________________
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



------------------------------

-------------------------------------------------------------------------
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 8, Issue 14
************************************************

Reply via email to