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 - Help] do i have to define SQL     as user defined
      lang? (SourceForge.net)
   2. [notepad-plus - Plugin Development] open folder   and the close
      folder definition (SourceForge.net)
   3. [notepad-plus - Plugin Development] open folder   and the close
      folder definition (SourceForge.net)
   4. [notepad-plus - Help] RE: D programming language (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Recently     open files stay
      (SourceForge.net)
   6. [notepad-plus - Help] Convert Tab to Space (SourceForge.net)
   7. [notepad-plus - Help] RE: Edit/Delete Macro (SourceForge.net)
   8. [notepad-plus - Help] RE: Convert Tab to Space (SourceForge.net)
   9. [notepad-plus - Help] RE: Convert Tab to Space (SourceForge.net)
  10. [notepad-plus - Help] RE: Crystal++ Theme (SourceForge.net)
  11. [notepad-plus - Help] Crystal++ Theme portable (SourceForge.net)
  12. [notepad-plus - Help] RE: Crystal++ Theme (SourceForge.net)
  13. [notepad-plus - Help] RE: Load config.xml failed!
      (SourceForge.net)


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

Message: 1
Date: Tue, 29 May 2007 07:07:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] do i have to define
        SQL     as user defined lang?
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=4334833
By: nobody

Hi, i love notepad++, i use to use an older version. Its function very well
with SQL, but now that i just download the last version it not highlight the
key words in SQL language. I look the style conf. menu and the SQL language
its appear to be well. Work with comments and with literals but no with key
words. Do i install the older version?

early graces for your awnser

______________________________________________________________________
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: 2
Date: Tue, 29 May 2007 07:10:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] open
        folder  and the close folder definition
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=4334839
By: nobody

I'm trying make User Language Define for CiCode ( http://www.citect.com/ ),
and this language consist next construction:
FUNCTION Func0()
 WHILE 1 DO
  SELECT CASE Rand(1)
   CASE 0    Func1()
   CASE 1    Funk2()
  END SELECT
 END
END

i.e. close folder definition for words: FUNCTION, WHILE is equally - END;
and open folder definition "SELECT CASE" and close folder definition "END 
SELECT"
consists of two words.

How to define this in the User Language Define?

______________________________________________________________________
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: 3
Date: Tue, 29 May 2007 07:29:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] open
        folder  and the close folder definition
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=4334872
By: nobody

PS: try collapse the WHILE or SELECT or IF in this code with settings:
open folder definition: SELECT WHILE THEN ELSE IF FUNCTION
close folder definition: END
right wirks only ELSE collapse :(

FUNCTION Func0(INT x) 
        WHILE 1 DO 
                SELECT CASE Rand(1) 
                        CASE 0 Func1() 
                        CASE 1 Funk2() 
                END SELECT 
                
                IF x THEN
                        Func5()
                ELSE
                        Func6()
                END
        END 
END



______________________________________________________________________
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: 4
Date: Tue, 29 May 2007 07:57:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: D programming
        language
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=4334912
By: nobody

You mean something like this:
http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport/NotepadPlus/UserDefineLangXml
?
Unfortunately that doesn't work for me...

______________________________________________________________________
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, 29 May 2007 08:46:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Recently        open files stay
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=4334999
By: berbe

I'll follow your advice, thanks for your help, the checkbox in v4.1.2 works
indeed now correctly...

Again, Notepad++ is the best editor ever :o)

Bye ;)

______________________________________________________________________
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, 29 May 2007 09:02:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Convert Tab to
        Space
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=4335022
By: nobody

Is there a way to convert tabs that are in the middle of a line into equivalent
spaces?

______________________________________________________________________
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: 7
Date: Tue, 29 May 2007 10:06:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Edit/Delete
        Macro
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=4335123
By: davidma77

The help entry by the nobodys and another person farther down in the help list
gave the answer. Here it is with a little more explanation.
For Notepad++  v4.1: To edit or delete a macro click on Settings -> Shortcut
Mapper. A list of all keystroke mappings will appear. Identify the macro by
the letters you gave it during its creation. You can find these identifier 
letters
in the Macro Menu. Look for these letters in the leftmost column of the Shortcut
Mapper and Left click on the line containing them to select the macro. Right
click and select modify | delete from the popup menu. With modify you only have
the option to edit the keystrokes which call the macro (not the keystrokes it
produces), but delete works fine, making it possible to create the macro again
with corrections. Dave A.

______________________________________________________________________
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, 29 May 2007 10:14:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Convert Tab to
        Space
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=4335139
By: nobody

Use the replace function or go to Preferences > Misc 

______________________________________________________________________
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: 9
Date: Tue, 29 May 2007 10:27:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Convert Tab to
        Space
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=4335154
By: nobody

Thanks for your response.

I can only get the replace function to replace the tab with the specified number
of spaces that I put in the replace box.  I need to be able to replace with
a variable number of spaces, based on the size of the tab.

Preferences > Misc does not seem convert the existing tabs to spaces, only newly
created tabs.

Am I missing something?

______________________________________________________________________
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: Tue, 29 May 2007 10:41:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crystal++ Theme
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=4335166
By: nobody

That actually is a very good question, I'd like to hear the answer too.

______________________________________________________________________
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: Tue, 29 May 2007 11:15:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Crystal++ Theme
        portable
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=4335222
By: nobody

I finally managed to get those great Crystal++ Theme working
Here's the HowTo on that.
1.)    get the zip of Notepad++
2.)    unzip into a folder on your portable device [f.e.
G:\portableapps\notepad++]
3.)    get the crystal++ theme exe, extract it to a temporary folder
[C:\temp\crystal]
4.)    edit the delivered toolbarIcon.xml, replace
"E:\Sources\notepad++\PowerEditor\bin\newIcons\" with ".\Icons\" in the tag
<Theme name = "Crystal++" pathPrefix
= "E:\Sources\notepad++\PowerEditor\bin\newIcons\"> save that file for now
5.)    that tag must look like that: <Theme name = "Crystal++" pathPrefix =
".\Icons\">
6.)    copy that toolbarIcon.xml into your notepad++ folder [in our case:  
G:\portableapps\notepad++]
7.)    Afterwards copy the folder Icons from the extracted crystal++ theme into
that same directory [G:\portableapps\notepad++]
8.)    You are good to go, Icons should apply, and as far as I can tell it's
portable after all [used relative paths after all!]

hope that helped ANYONE

Yours sincerely
Slayman

______________________________________________________________________
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: 12
Date: Tue, 29 May 2007 11:17:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crystal++ Theme
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=4335224
By: nobody

Addition:
in the extracted folder of your notepad++ executable MUST be a
doLocalConf.xml
file without any content [o Byte file] otherwise notepad++ tries to load it's
files from %APPDATA%

______________________________________________________________________
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: 13
Date: Tue, 29 May 2007 11:53:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Load config.xml
        failed!
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=4335271
By: sbaker25

I am seeing this problem frequently.  So far, I think that every time I've seen
it I've been running Notepad++ in a virtual machine (VMWare) and rebooting the
VM while Notepad++ is still running.

If it matters, it is likely that the files that are open in Notepad++ are 
modified
during the shutdown 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=331754



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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 12, Issue 93
*************************************************

Reply via email to