Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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: May I     compile C in
      notepad++? (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: May I     compile C in
      notepad++? (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: May I     compile C in
      notepad++? (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: May I     compile C in
      notepad++? (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   [Request] Plugin for
      "Find All References" (SourceForge.net)
   6. [notepad-plus - Help] RE: problem when copying    from command
      prompt (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Disable      notepad++ update
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Is it possible to       dock windows
      console in N++ (SourceForge.net)
   9. [notepad-plus - Help] How do I efficiently get    images into
      HTML? (SourceForge.net)
  10. Compiling C++ Files (Praveen Markandu)
  11. [notepad-plus - Open Discussion] RE: vietnamses   can not be
      display well in Message (SourceForge.net)
  12. [notepad-plus - Open Discussion] BUG, BUG, BUG,   the css
      highlight has a bug (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: BUG, BUG,    BUG, the css
      highlight has a bug (SourceForge.net)


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

Message: 1
Date: Mon, 18 Aug 2008 04:50:32 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        May I   compile C in 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=5175976
By: banhbaochay

Dear DV, thank you very much ^_^.Notepad++ help me compose simple and effective.
Thank you 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=482781



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

Message: 2
Date: Mon, 18 Aug 2008 05:30:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        May I   compile C in 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=5176022
By: banhbaochay

Hey,can you help me please? I do something what you say, but when I run code
"C:\tcc\tcc.exe -run "$(FULL_CURRENT_PATH)" ,in the console dialog only have
a messeage:"process started.."???

______________________________________________________________________
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: Mon, 18 Aug 2008 10:56:10 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        May I   compile C in 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=5176504
By: dv__

Well, what did you expect?

______________________________________________________________________
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: Mon, 18 Aug 2008 11:06:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        May I   compile C in 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=5176523
By: dv__

If you want to compile a program and start it in its own window, execute the
following in NppExec:

// compiling current file  
"C:\tcc\tcc.exe" "$(FULL_CURRENT_PATH)" -o
"$(CURRENT_DIRECTORY)\$(NAME_PART).exe"
// running the output .exe file  
NPP_RUN "$(CURRENT_DIRECTORY)\$(NAME_PART).exe"


The previous example with the option '-run' runs compiled source immediatly
- i.e. it starts (executes) your program.
For more details about tcc's available options run tcc.exe without parameters:

C:\tcc\tcc.exe

______________________________________________________________________
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: 5
Date: Mon, 18 Aug 2008 12:59:55 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        [Request] Plugin for "Find All References"
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=5176695
By: mishail

Well, there is no more need for that. NppExec with Output filters do the trick.
Great plugin

______________________________________________________________________
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: 6
Date: Mon, 18 Aug 2008 14:34:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: problem when
        copying from command prompt
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=5176883
By: crillion

I've tried it, it works ! disabling the option, copying returns normal. Anyway,
is it nonetheless a bug ?
today I got this appended, seems that notepad++ attaches some xml:

...many <nul> characters...
ePick32</windowClass>
        <windowClass versioned="no">ReBarWindow32</windowClass>
        <windowClass versioned="no">Edit</windowClass>
        <windowClass versioned="no">Comb??ox??ndowClass>
        <windowClass versioned="no">ComboLBox</windowClass>
    </file>
</assembly>
...more <nul> characters...

many thanks for the workaround, this helps me in my work. Hope the problem can
be fixed someday!

     Regards,   Marco



______________________________________________________________________
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: Mon, 18 Aug 2008 14:42:11 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Disable notepad++ update
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=5176901
By: loack

just delete the update folder

______________________________________________________________________
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: 8
Date: Mon, 18 Aug 2008 17:38:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Is it possible
        to      dock windows console in N++
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=5177258
By: ashleya25

DV, 
I tried cmd.exe from NppExec's console and I am experiencing the same limitation
you've explained in other forums relating to the input/output being piped.

Thanks
Ash

______________________________________________________________________
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: Mon, 18 Aug 2008 20:00:55 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How do I
        efficiently get images into HTML?
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=5177513
By: gaddiss

I love Notepad++, but there's one thing that really bugs me. Unlike with most
other text editors, I'm unable to drag and drop images from the file explorer
into HTML. There must be a way to do this right? Or do I really have to write
out <img src=....>

Thanks!

______________________________________________________________________
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, 19 Aug 2008 13:15:24 +0800
From: "Praveen Markandu" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Compiling C++ Files
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

hi, I have notepad++ and g++ installed
when i want to compile multiple files in a project, i have to type out a
long string in the command prompt (eg. g++ -o main.exe file1.cpp file2.cpp
file3.cpp)
is there a project manager plugin for notepad++
or
is there a way to automate notepad++ to compile all the .cpp files in the
current folder. i tried making a new run command g++ -o main.exe
"$(CURRENT_DIRECTORY)"\*.cpp but that didnt work.

any help please?'
btw is there a np++ irc channel?
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 11
Date: Tue, 19 Aug 2008 01:52:46 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        vietnamses      can not be display well in Message
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=5178067
By: thuongshoo

I'm sorry! I posted wrong image.

http://img225.imageshack.us/img225/9528/notepadmessageboxcannotwa8.png

I'm using Windows XP sp2, "language for non-unicode program" is Japanese. This
is my computer at company. The one is my house is English.

"yu" is a word which latin language include so the word will not cause problem.
Only vietnamese words cause....
Exmple : c im, ng, ng,.... 

Can you tell me what cause the bug? I'm using Kmplayer, a media player which
are writtent mostly by a group Korean, not KDE mplayer. This program has also
the same bug. The author fixex at some dialogs but not tooltips, and other 
dialogs.
Until now, the bug still remains.

Before, I could not type vietnamese at Find dialog but now I can. Like above
sayed, the bug again appear at other .....

Hope this bug will be fixed!

Thank you! :)

______________________________________________________________________
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: Tue, 19 Aug 2008 04:56:15 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] BUG,
        BUG, BUG,       the css highlight has a bug
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=5178294
By: williswatson

i don't know if there are some people has the same problem like me. I couldn't
use the css highlight for my files,hope it'll fixed in the latest version.

______________________________________________________________________
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: 13
Date: Tue, 19 Aug 2008 08:33:56 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG,
        BUG,    BUG, the css highlight has a bug
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=5178573
By: donho

works for me.
More detailed description (npp version, css content, screenshot) will help.

Don

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 27, Issue 26
*************************************************

Reply via email to