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 - Open Discussion] bug with files with extension .inc (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Problem with notepad++ and iexplorer (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: bug with files with extension .inc (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: insert plugin, a web edition... (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: New release v5.3 (SourceForge.net) 6. [notepad-plus - Help] RE: Convert paragraph to one line (SourceForge.net) 7. [notepad-plus - Help] RE: textFX insert current path error (SourceForge.net) 8. DE Rechtschreibpr?fung in Notepad++, aspell-15.dll? (Florian Schubert) 9. Re: DE Rechtschreibpr?fung in Notepad++, aspell-15.dll? (jonassch...@googlemail.com) 10. Re: DE Rechtschreibpr?fung in Notepad++, aspell-15.dll -solved- (Florian Schubert) ---------------------------------------------------------------------- Message: 1 Date: Wed, 01 Apr 2009 01:41:08 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] bug with files with extension .inc To: nore...@sourceforge.net Message-ID: <7036917.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=7036917 By: cdrpo Files with extension .inc is not well displayed correctly colors othres editors good Example http://perso.numericable.fr/pboucheny/eagle3d/images/code002.gif Example please download the following file http://chromiteblue.com/wp/wp-content/gallery/eagle3d/jumpers/user_jumper.inc // EAGLE 3D MACRO #ifndef(__local_jumper_inc) #declare __local_jumper_inc = true; //#declare __user_createthumbs = true; #ifdef(__user_createthumbs) #declare inc_testmode=true; #include "tools.inc" #include "colors.inc" #include "user_colors.inc" #end #declare jumper_bend_radius = 0.200; #declare dim_mm_awg_16 = 1.290; //AWG-16 #declare dim_mm_awg_18 = 1.024; //AWG-18 (standard) #declare dim_mm_awg_20 = 0.812; //AWG-20 #declare dim_mm_awg_22 = 0.644; //AWG-22 #declare dim_mm_awg_24 = 0.511; //AWG-24 #declare dim_mm_awg_26 = 0.405; //AWG-26 #macro USER_WIREJUMPER(l,d,r,lw,dw,op,w) union{ object{ TOOLS_WIRE_LEADS(l,d,lw*2,dim_mm_awg_24,r,jumper_bend_radius,0,"H") } translate<0,dim_mm_awg_24/2+op,0> } #end #macro USER_WIREJUMPER_05MM() object{ USER_WIREJUMPER( 5.8, 2.2, 2.54*2, 20, 0.6, 0, 0.3 ) } #end #macro USER_WIREJUMPER_07MM() object{ USER_WIREJUMPER( 5.8, 2.2, 2.54*3, 20, 0.6, 0, 0.3 ) } #end #macro USER_WIREJUMPER_10MM() object{ USER_WIREJUMPER( 5.8, 2.2, 2.54*4, 20, 0.6, 0, 0.3 ) } #end #macro USER_WIREJUMPER_12MM() object{ USER_WIREJUMPER( 5.8, 2.2, 2.54*5, 20, 0.6, 0, 0.3 ) } #end #macro USER_WIREJUMPER_15MM() object{ USER_WIREJUMPER( 5.8, 2.2, 2.54*6, 20, 0.6, 0, 0.3 ) } #end /********************************************************************** Create Thumbs **********************************************************************/ #ifdef(__user_createthumbs) #declare AnimationLength = 4; #declare AnimationFrame = clock * AnimationLength; #switch ( floor(AnimationFrame) ) #case (0) USER_WIREJUMPER_05MM() #break #case (1) USER_WIREJUMPER_07MM() #break #case (2) USER_WIREJUMPER_10MM() #break #case (3) USER_WIREJUMPER_12MM() #break #case (4) USER_WIREJUMPER_15MM() #break #end //of switch camera { #local tt = 25; //let's you change the distance easily location <-tt,tt,-tt> //location<0,5,-50> //alternate location look_at <0,-2,0> //best to select the approximate centre of the object angle 30 } light_source { <100, 100, -100> White} light_source { <-100, 100, -100> White } light_source { <-100, 100, 100> White } light_source { <100, 100, 100> White } //light_source { <-tt,tt,-tt> White } //light_source { <-tt,tt,-tt> White } //light_source { <-tt,tt,-tt> White } background{Grey} #end //of ifdef(__user_createthumbs) #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=331753 ------------------------------ Message: 2 Date: Wed, 01 Apr 2009 03:32:21 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Problem with notepad++ and iexplorer To: nore...@sourceforge.net Message-ID: <7037548.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=7037548 By: aviramof In case you haven't noticed IE doesn't use notepad++ as a defualt html editor he just send the command to explorer.exe and that open desktop folder and that problem need to be fixed.:) ______________________________________________________________________ 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: 3 Date: Wed, 01 Apr 2009 05:18:13 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: bug with files with extension .inc To: nore...@sourceforge.net Message-ID: <7038179.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=7038179 By: snemarch Problem with .inc is that it's used by multiple languages - including, but not limited to, assembly and pascal. I believe NP++ uses assembly syntax coloring for .inc. ______________________________________________________________________ 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, 01 Apr 2009 05:23:33 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: insert plugin, a web edition... To: nore...@sourceforge.net Message-ID: <7038200.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=7038200 By: ashleya25 First of all, I want to say this plugin is awesome, in my company we just moved from EditPlus to Notepad++ and everybody was complaining that Notepad++ doesn't have this (WebEdit type) features and then I stumbled upon WebEdit and I was able to satisfy them. Thank you once again for this plugin. I would really appreciate if somebody can provide me/us with a completed/populated WebEdit.ini file with icon sets for the toolbar. Thanks again, 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=482781 ------------------------------ Message: 5 Date: Wed, 01 Apr 2009 09:34:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New release v5.3 To: nore...@sourceforge.net Message-ID: <7039846.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=7039846 By: ply2 Hmm. What should that dlgAlwaysVisible setting actually change? Here it seems to do nothing. The search dialog stays until i press ESC in any case, would be much nicer to have it auto-disappearing. ______________________________________________________________________ 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, 01 Apr 2009 09:37:01 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Convert paragraph to one line To: nore...@sourceforge.net Message-ID: <7039867.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=7039867 By: cchris You will understand that this depends on you define a paragraph. I'll assume it is a group of non blank lines followed by a blank line. In the Replace dialog, check Regular expression, then Search for: ([^\n\r]+)([^p][^p]) Replace with: \1 (<--extra space must be entered) Replace all Now you have a sequence of lines with no blank lines, each line representng a paragraph. To insert a blank line between each pair: Search for: ([^\n\r]+)([^p][^p]) Replace with: \1\2\2 Replace all If working on Unix/OldMac files, you have to modify the second group to one class only. The ? operator is not supported. Also, you have to add an axtra step to merge consecutive blank lines, if needed. You may get the idea on how to do it from the above. Now the bad news: you cannot record this as a N++ macro and replay it properly. However, if you have a keyboard script manager like AutoIt or dm2, and replace all clicks by keyboard accelerators, that should work. 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: 7 Date: Wed, 01 Apr 2009 09:45:48 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: textFX insert current path error To: nore...@sourceforge.net Message-ID: <7039910.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=7039910 By: cchris On 5.3.1 unicode, all three file related functions in TextFX Insert return the first charater only. Typical symptom of reading Unicode text as ANSI. Did you file a bug report? Perhaps that's done already, after all. 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: 8 Date: Wed, 01 Apr 2009 15:45:15 +0200 From: Florian Schubert <f...@schubiserv.de> Subject: [Notepad-plus-plus] DE Rechtschreibpr?fung in Notepad++, aspell-15.dll? To: notepad-plus-plus@lists.sourceforge.net Message-ID: <49d36feb.1050...@schubiserv.de> Content-Type: text/plain; charset=ISO-8859-1 Hallo Notepad++ mailing Liste, bislang habe ich mir bei Zweifeln bez?glich Rechtschreibung immer mittels Nachschlagen im Wahrig weitergeholfen. Wie ich nun sehe, lie?e sich dies vermutlich einfacher mit notepad++ erledigen. Dummer weise wird anstatt einer Rechtschreibpr?fung ein Fenster angezeigt, in dem mir erkl?rt wird, da? ich den relativen Pfad zur aspell-15.dll angeben soll. Da bislang Aspell nicht installiert war, hab ich dies mit dem angezeigten Verweis nachgeholt. Leider mit selben Ergebnis, wo ist aspell-15.dll? Eine Verzeichnissuche brachte Null Treffer. Erneutes Installieren von notepad++ als auch aspell f?hrte auch nicht zum Erfolg. ?ber eine leicht verst?ndliche Erkl?rung oder Anleitung w?rde ich mich freuen. Eine Suche im www und Archiv dieser mailing Liste ist m?glicherweise an der Auswahl falscher Suchbegriffe erfolglos geblieben. Nat?rlich freue ich mich auch ?ber einen Hinweis auf entsprechende Onlinequellen. Systembeschreibung: - Windows XP - Notepad++ v5.3.1 UNICODE - Aspell-de-0.50-2-3.exe Vielen Dank, Florian -- Florian Schubert Kurf?rstenstra?e 5 D-50678 K?ln 50? 55' 11'' n?rdliche Breite, 6? 57' 37'' ?stliche L?nge E-mail: sch...@schubiserv.de Fax: 0180 3 663388 78478 (0,09 Euro je Minute) jabber-id / jid: sch...@swissjabber.ch web: http://schubiserv.de Diese E-Mail wurde digital signiert. Falls Ihr E-Mail-Programm nicht ?ber die notwendigen Pr?ffunktionen verf?gt, ignorieren Sie bitte die angeh?ngte Signaturdatei. ------------------------------ Message: 9 Date: Wed, 01 Apr 2009 18:19:19 +0200 From: jonassch...@googlemail.com Subject: Re: [Notepad-plus-plus] DE Rechtschreibpr?fung in Notepad++, aspell-15.dll? To: notepad-plus-plus@lists.sourceforge.net Message-ID: <49d39407.3438.1a758...@jonasscholz.googlemail.com> Content-Type: text/plain; charset=UTF-8 Hi, leider ist einfach nur die Fehlermeldung zu unpr?zise: "Keine Aspell.dll gefunden _oder_ kein Lexikon gefunden" Du musst auf der Aspell Seite noch das Lexikon f?r Deutsch installieren, danach funktioniert das Plugin. Gruss Jonas PS: Die Liste ist eigentlich englischsprachig. ------------------------------ Message: 10 Date: Wed, 01 Apr 2009 19:12:26 +0200 From: Florian Schubert <f...@schubiserv.de> Subject: Re: [Notepad-plus-plus] DE Rechtschreibpr?fung in Notepad++, aspell-15.dll -solved- To: jonassch...@googlemail.com Cc: notepad-plus-plus@lists.sourceforge.net Message-ID: <49d3a07a.4050...@schubiserv.de> Content-Type: text/plain; charset=UTF-8 Hallo Jonas, thank you helping me. Your advice was successful. Florian -- Florian Schubert Kurf?rstenstra?e 5 D-50678 K?ln 50? 55' 11'' n?rdliche Breite, 6? 57' 37'' ?stliche L?nge E-mail: f...@schubiserv.de web: http://schubiserv.de ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ 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 35, Issue 2 ************************************************