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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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] RE: Run... Not working (SourceForge.net)
   2. [notepad-plus - Help] RE: bracket Auto-completion problem
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE:      stylers.xml Pascal
      highlighting broke (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Spell        checker not
      working (SourceForge.net)
   5. [notepad-plus - Help] RE: Run... Not working (SourceForge.net)
   6. [notepad-plus - Open Discussion] Feature: Auto-add extension
      when saving files (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Ctrl+S       saves *sometimes*
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Where is     the Dynamic
      Horizontal scrollbar? (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Relative     Filename Paths
      in Save Session? (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Newer        versions of
      Notepadd++ less stable (SourceForge.net)


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

Message: 1
Date: Fri, 10 Jul 2009 08:23:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run... Not
        working
To: nore...@sourceforge.net
Message-ID: <7492376.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492376
By: cchris

This is only the simplest way.
See http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Configura
tion_Files for alternatives using Notepad++.

CChris

______________________________________________________________________
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: Fri, 10 Jul 2009 08:25:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: bracket
        Auto-completion problem
To: nore...@sourceforge.net
Message-ID: <7492380.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492380
By: cchris

You may want to review all plugins you have (TextFX is a plugin), and see 
whether
one of them still has an active autoclose feature.

CChris

______________________________________________________________________
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: Fri, 10 Jul 2009 09:00:35 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        stylers.xml Pascal highlighting broke
To: nore...@sourceforge.net
Message-ID: <7492489.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492489
By: cchris

The highlighter for Pascal is broken in Scintilla v1.78.

A workaround is to snatch an SciLexer.dll from an earlier version and using
it instead of the one in the distribution. Posted on Help forum by Y N or dv___,
not sure.

CChris

______________________________________________________________________
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: Fri, 10 Jul 2009 09:03:12 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Spell   checker not working
To: nore...@sourceforge.net
Message-ID: <7492492.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492492
By: cchris

I'd ask the author of SpellChecker, or use either of the Plugin Development
forum or the appropriate forum on the npp-plugins project - I'll have to pay
a call to see what sort of knowledge base they have.

CChris

______________________________________________________________________
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: Fri, 10 Jul 2009 10:12:32 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run... Not
        working
To: nore...@sourceforge.net
Message-ID: <7492613.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492613
By: tristanrhodes

Thanks guys, i've got the run working now, but it flashes up and closes before
i can see what's going on. Is there any specific syntax to get the console to
stay open after the script has finished running? I've tried the following:

cmd /K "C:\Program Files\NSIS\makensis.exe '$(FULL_CURRENT_PATH)'"
cmd /K 'C:\Program Files\NSIS\makensis.exe "$(FULL_CURRENT_PATH)"'

cmd /K "C:\Program Files\NSIS\makensis.exe" "$(FULL_CURRENT_PATH)"
cmd /K 'C:\Program Files\NSIS\makensis.exe' "$(FULL_CURRENT_PATH)"
cmd /K 'C:\Program Files\NSIS\makensis.exe' '$(FULL_CURRENT_PATH)'

This last one seems to work sort of - but i get an odd error and it looks like
a partially truncated string:
cmd /K "C:\Program Files\NSIS\makensis.exe" '$(FULL_CURRENT_PATH)'

I can get it to launch without the FULL_CURRENT_PATH parameter, but that's not
entirely helpful :)

Any thoughts?

Regards

Tris

______________________________________________________________________
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: 6
Date: Fri, 10 Jul 2009 11:03:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature:
        Auto-add extension when saving files
To: nore...@sourceforge.net
Message-ID: <7492687.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492687
By: lucas_malor

Done: https://sourceforge.net/apps/ideatorrent/notepad-plus/ideatorrent/idea/37/

______________________________________________________________________
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: Fri, 10 Jul 2009 13:03:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Ctrl+S  saves *sometimes*
To: nore...@sourceforge.net
Message-ID: <7492884.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492884
By: donho

> In facts it appears "Ctrl+S" saves the file *only if it has changed*. 
>
> This is IMO an error, because users (as me) expect Ctrl+S to save *anyway*.
Making things
> happen NOT AS EXPECTED is always a possible source of problems, like time
losses, data
> losses, errors; particularly when dealing with *saving files*. 

My vision could be subjective : "save document" action should be triggered IF
AND ONLY IF  the document is modified. After all, 2 behaviours could be 
available
in ideaTorrent for the voting.

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



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

Message: 8
Date: Fri, 10 Jul 2009 09:07:05 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Where is        the Dynamic Horizontal scrollbar?
To: nore...@sourceforge.net
Message-ID: <7492504.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492504
By: cchris

Any developer comment on this? Is this a Scintilla design change?

CChris

______________________________________________________________________
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: Fri, 10 Jul 2009 13:03:35 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Relative        Filename Paths in Save Session?
To: nore...@sourceforge.net
Message-ID: <7492886.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492886
By: crubio

Hey Chris,
I was trying to vote on my idea and others in IdeaTorrent, but every time I
went back to the page the ideas I voted on were not updated...

I saw the number change when I voted, yet it went back when I refreshed...I
couldn't post to an administrator there, so I figured I'd ask you, any ideas?
Thanks
Carlton

______________________________________________________________________
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: 10
Date: Fri, 10 Jul 2009 13:08:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Newer   versions of Notepadd++ less stable
To: nore...@sourceforge.net
Message-ID: <7492899.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7492899
By: averhoev

Thanks for repairing the bug.
However, I am not used to compile notepad++ myself.
In which version of notepad++ wilI this bugfix be included? And when will this
version be available, so that I can download the executables.

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge

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

_______________________________________________
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 38, Issue 41
*************************************************

Reply via email to