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. Re: [notepad-plus - Open Discussion] Missing some features
      from EditPlus (Jurko Gospodneti?)
   2. [notepad-plus - Help] Fold keywords in user       defined languages
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE:   Directory browser
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: block        comment behaviour
      (SourceForge.net)
   5. [notepad-plus - Help] New PHP keywords (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Ruler     for Notepad++
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Will      plugins be
      updated for version 5.1?? (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE:   Function List 2
      Unicode version (SourceForge.net)
   9. [notepad-plus - Open Discussion] x64 builds (SourceForge.net)


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

Message: 1
Date: Sun, 01 Mar 2009 17:33:18 +0100
From: Jurko Gospodneti? <jurko.gospodne...@docte.hr>
Subject: Re: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Missing some features from EditPlus
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <goedca$b7...@ger.gmane.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

   Hi mohanarun.

> When I switched from EditPlus to Notepad++ I am missing the following 
> features:
> 
> Ctrl+J to duplicate current line

   I think this is mapped to Ctrl+B by default.


> Select text and trim all trailing spaces by doing a right click option

   I believe you have that option under the Edit menu and you can map it 
to any shortcut key you want using the Shortcut mapper.


> Press Ctrl+} to go the open corresponding {.

   I think this is mapped to Ctrl+B by default and works for different 
types of braces/brackets/parentheses/tags/...


> Are there any work arounds or will these features be available in newer
> versions?

   Hope the above helps.

   Best regards,
     Jurko Gospodneti?




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

Message: 2
Date: Sun, 01 Mar 2009 19:33:55 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Fold keywords in
        user    defined languages
To: nore...@sourceforge.net
Message-ID: <6582392.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=6582392
By: cchris

How can I define some keywords as defining a fod point (like "if", "end",...)
in an user deifined language?

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: Sun, 01 Mar 2009 22:26:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Directory browser
To: nore...@sourceforge.net
Message-ID: <6584310.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Shamuntoha,

reading your query, I am uncertain of what you require.

1.)
Do you wish for N++ editing envir to-- in essence-- look at the CSS declaration
property value for you, parse it-- checking 0/1 'file-exists', for purpose of
N++ subsequent action, based on results of 'file-exists'

-OR-

2.)
Did you mention the CSS as a proof-of-concept; practical use example, to 
validate
your need for an N++ integrated file-manager / filesystem explorer?

IF (1)
  a more knowledgeable N++ expert might know, but in my experience, such a,
sort of background-parser, plug-in add-on extension for N++ IS NOT currently
available. Note: I speak from occasional use of N++ for several years, but 
likely
am not abreast of the latest news (since '07 or so...)

ELSEIF (2)
  check out "Light Explorer" (i believe light explorer, or something quite like
it is now integrated into N++, in any default install)
  check out "Explorer"
  maybe others, probably providing variations of a singular function: browse
and open a local URI


______________________________________________________________________
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: Sun, 01 Mar 2009 22:35:22 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        block   comment behaviour
To: nore...@sourceforge.net
Message-ID: <6584394.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=6584394
By: cocinerox

Hi, try Ctrl+K and Ctr+Shift+K. (Sok sikert! :)

______________________________________________________________________
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: Sun, 01 Mar 2009 22:42:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] New PHP keywords
To: nore...@sourceforge.net
Message-ID: <6584441.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=6584441
By: angryprogrammer

Hi! :-)

There are some new keywords in recent PHP versions that aren't highlighted by
default in Notepad++. I added them to the user-defined keyword list but I 
thought
you might want to add them to the default list too, since they're now part of
the language. Here they are:

E_STRICT
__METHOD__
clone
final
try
catch
throw
instanceof
__halt_compiler

The following are keywords in PHP 5.3.0 and above (beta not yet released):

goto
namespace
__NAMESPACE__
__DIR__


Also I was thinking, since __sleep and __wakeup (magic methods) are in 
Notepad++'s
list then maybe __toString should be there too?


The keywords are listed here:
http://www.php.net/manual/en/reserved.keywords.php
and also in the list of parser tokens:
http://www.php.net/manual/en/tokens.php


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=331754



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

Message: 6
Date: Sun, 01 Mar 2009 22:53:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Ruler   for Notepad++
To: nore...@sourceforge.net
Message-ID: <6584563.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

  (assuming such a ruler does not yet exist for N++...)

Would a "Ruler for Notepad++" need to "do" anything, other than

  * sit there, all ruler-like, with graduated lines in varying degrees
of separation-- as rulers do-- for ruling things needing to be ruled

  * provide a means of identifying a general, relative position from its marked
regions to another item, as a cursor / indent tabulation / any of the scintilla
component contents in focus

  *  Instead of the absolute pos data already available... (if N++ user prefs
are so configured) ... a ruler would offer another practical use, which i 
haven't
the intuitive thought to imagine, but would deserve so many wet-noodle lashings,
should i develop a ruler without 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: 7
Date: Mon, 02 Mar 2009 01:27:56 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Will    plugins be updated for version 5.1??
To: nore...@sourceforge.net
Message-ID: <6585994.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

>  Will the plugins be updated at all to work with the new version? 

For the sake of energy expenditures, (so-called) global warming, blebwogs,
backtracking, wogs authors , /Daleks/ , and all sprite riders now dust; blown
by bandwagons' wind: tip forty to those homey's, G. Mine data!

Ah, the ubiquitous inquiry: "When?"

Suppose it is recommended that one ask "When?" of even the most comfortably
sponsored software (as that which "runs" N++, the MS O/S), to regard the idea
of "When?" as a misunderstanding of what has become otherwise well known to
its users as, perhaps, the singular Answer forever elusive of its question (if
not likewise of all elements of technology) , for a rather perpetual praxis,
like give-and-take: it is rarely left unresolved, yet often we are led to 
wonder--
as one wonders, "will this rain ever end?".

Why might one refrain from literally posing such a question to meteorologists,
of the rain? Because the answer is assumed as "common knowledge" as having no
real answer, and probably longitudinally irrelevant, even when an answer is
provided. (i.e. "The rain will stop at 5pm, today.", but it does not prevent
rain from returning tomorrow, so a certain level of uncertainty is expected;
no surprise.)

When an unexpected response is received, here, such as "... something something
freeware... something open source... something code yourself... some send thing
money ding think....", it a manifestation of the respondent's frustration with
what he or she perceives as "When will this rain end?", coloured by a 
sensibility
not unlike the guest, shouting over the host's benevolent, Festive Dinner, 
"Where
is the damned feast already? I can't sit here all day and be hungry!"

-------

bottom line: i think the key to /customer satisfaction/ in this sort of 
situation
is for everyone to give when they can, and take what they need. that means,
instead of taking 5 minutes to confuse, and indeed alienate those who query
(in misunderstanding, perhaps, as here) with a rather obtuse remark as "why
don't you go buy ___ if you don't like it?", it really makes more sense-- if
you truly have concern for the concept of "open-source", socialism, gnu, 
whatever--
then your reply would be only explanatory, as to assist the project. Anything
else is self-serving behaviour: snide / sarcastic commentary is a manifestation
of the query's affect on a private sensibility-- NOT a personal investment--
in most cases-- with the issue at hand. It is counterproductive, ironically
in opposition to the very philosophy which you attempt to uphold.

what i'm trying to say is-- those who know, mustn't expect that those who 
inquire
share already the same viewpoint.

To state the obvious: not everyone shares the same concerns (i.e. you or i might
have an affinity for N++ which extends to sympathizing with the private 
development,
man-hours put into the final products; the topics of discussion in this very
thread. Or, you and i might have little concern for anything other than learning
the difference between an array() and function(), and i'm trying to get this
damn tutorial to sink-in, and the idea of what was the open-source-development
product of whom, and whether it's new or old, black or white, whatever-- i just
know it stopped working today-- and i'm asking a question, and i developed
toilet-paper y'ass, and when was the last time you did something 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=482781



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

Message: 8
Date: Mon, 02 Mar 2009 01:46:58 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function List 2 Unicode version
To: nore...@sourceforge.net
Message-ID: <6586171.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Ah-ha! I knew i would find a perfect example to illustrate my point [ in
https://sourceforge.net/forum/message.php?msg_id=6585994 ]

Why has no one provided this person (a fellow N++ user / supporter, btw) with
practical assistance with his or her need?

singx7, i'm sorry i don't have the info you seek. and sorry i jumped on your
thread to serve my own agenda.

my advice: use the search-- try to find an existing answer. i know that's not
what you wanted to hear! haha... lot of help i am!

(i've got it! you ever hear of ... what is it... Dreamcleavage? Streamweaver?
oh... rtfm or google it i guess... hehe... such fun, this interweb thing, to
suffer little consequence for my own sarcastic outbursts!)

good luck, singx7. (not sarcasm, fwiw)

______________________________________________________________________
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: 9
Date: Mon, 02 Mar 2009 02:27:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] x64
        builds
To: nore...@sourceforge.net
Message-ID: <6586525.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=6586525
By: enderandrew

Is there any chance of seeing a x64 build?  Or perhaps some instructions on
how I might compile one myself?

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

_______________________________________________
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 34, Issue 2
************************************************

Reply via email to