• Login
Community
  • Login
  1. Home
  2. Help wanted · · · – – – · · ·
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • A

    Using Python with Notepad++

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Feb 8, 2017, 8:47 PM
    Feb 6, 2017, 3:16 PM
    0 Votes
    6 Posts
    40k Views
    C Feb 8, 2017, 8:47 PM

    Claudia, thanks for this:

    N++ is better than Python idle because each line of code in N++ is numbered, whereas idle in not. That makes it difficult to troubleshoot a file with 1000 lines of code.

    Great, I did not know about that plug-in.

    A lot of people use lmddgfy sarcastically, but that link you sent me helped me a lot because I am not familiar enough with idle to determine the keywords for a ddg search.

    Thanks!

  • V

    Regex: DateTime

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Feb 8, 2017, 5:01 PM
    Feb 8, 2017, 11:35 AM
    0 Votes
    6 Posts
    5k Views
    M Feb 8, 2017, 5:01 PM

    @Vasile-Caraus

    I second @Alan-Kilborn 's remarks, IMO you should no longer be considered a beginner. After the amount of questions you posted related to regular expressions and the answers you got based on goodwill of other community member(s) (i.e. @guy038), you’ve had plenty of time to learn the basics.

    There are lots of sites available for regular expression related questions specifically, to name some:

    Learn regular expressions the hard way Regular Expressions 101 Regular-Expressions.info (by RegexBuddy author/developer).

    Furthermore, one doesn’t have to be a programmer to learn and use regular expressions.

  • A

    EOL Conversion file size limit?

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Feb 8, 2017, 4:59 PM
    Feb 8, 2017, 4:59 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • I

    Removing lines if contains X,X1,X2,X3

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Feb 8, 2017, 4:27 PM
    Feb 7, 2017, 7:10 PM
    0 Votes
    3 Posts
    2k Views
    J Feb 8, 2017, 4:27 PM

    A way without regular expressions you could bookmark each of the lines (use the mark tab on the find files dialog), then from the drop down menus use Search > Bookmark > Removed bookmarked lines.

  • L

    Make Background Color Transparent in Styler

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Feb 8, 2017, 3:50 PM
    Feb 8, 2017, 2:40 PM
    0 Votes
    2 Posts
    5k Views
    J Feb 8, 2017, 3:50 PM

    There is no transparent option. Even if you look in %appdata%\Notepad++\userDefineLang.xml where the settings are stored, all the styles specify bgColor=[something]. I experimented with removing it but Notepad corrected it with bgColor=“FFFFFF”

  • H

    Search and replace not working properly ...

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Feb 8, 2017, 12:43 PM
    Feb 6, 2017, 2:37 AM
    1 Votes
    9 Posts
    16k Views
    S Feb 8, 2017, 12:43 PM

    @Vasile-Caraus

    Create a UTF-8 document with some “word” data in it. For example, copy-n-paste the content of this posting.

    Get to the Find dialog’s Replace tab:

    Find what: \w Replace with: \x20 Search mode: Regular expression Wrap around: checked Uncheck all other checkboxes on Replace tab.

    Press the Replace button one or more times. Each press replaces a word character with a single space character.

  • S

    Create an account on the NP++wiki

    Watching Ignoring Scheduled Pinned Locked Moved wiki
    1 Feb 8, 2017, 10:49 AM
    Feb 8, 2017, 10:49 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • D

    Launch in FIREFOX ?

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Feb 8, 2017, 7:19 AM
    Feb 8, 2017, 7:19 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • V

    Regex: I want to modify something

    Watching Ignoring Scheduled Pinned Locked Moved
    11 Feb 8, 2017, 1:11 AM
    Feb 5, 2017, 4:43 AM
    0 Votes
    11 Posts
    4k Views
    S Feb 8, 2017, 1:11 AM

    @Vasile-Caraus

    I can understand why \r would work in place of \R for non-Unix files in a FIND operation, but I would not use \r in place of \R in a REPLACE operation for Windows files. Truly, however, \R works fine in my extensive experience with it, and something else must be wrong in your situation.

    \W and \K have no relation at all, and if indeed it works somehow in your specific application, it is sheer coincidence.

    What troubles me is that you are making blanket statements such as you did, without any supporting information. So perhaps people read this thread in the future and they start mistrusting \R or \K unnecessarily.

    Can you post some understandable examples of real text where \R and \K do not work right? Just saying “this doesn’t work” without more information is not helpful. I know it takes work to find specific examples and then put them together into a clear, coherent post that really seems to demonstrate a problem…but I don’t see any way around that for this case. Let’s either prove that \R and \K have issues, or let’s disprove it.

  • M

    Printer preferences => Crash with 64 bits version of npp 7.3.1 while 32 bits version is OK

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Feb 7, 2017, 11:29 PM
    Feb 7, 2017, 10:35 AM
    0 Votes
    2 Posts
    2k Views
    C Feb 7, 2017, 11:29 PM

    @Michel-DEVEL

    I think you should report this at github.

    Cheers
    Claudia

  • G

    use plugin from macro

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Feb 7, 2017, 6:25 PM
    Feb 5, 2017, 3:01 AM
    0 Votes
    7 Posts
    3k Views
    D Feb 7, 2017, 6:25 PM

    @gfgtdf

    I never said it was perfect ;) You are welcome to make changes and submit a pull request.

  • waukeerulesW

    Save as "All types (*.*)" default - 7.3.1 64bit

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Feb 7, 2017, 4:45 PM
    Feb 6, 2017, 9:43 PM
    0 Votes
    5 Posts
    3k Views
    waukeerulesW Feb 7, 2017, 4:45 PM

    @hianghokung Okay. I was unable to save the setting in Preferences > Default Directory > “Use new style save dialog (without file extension feature)” while using 7.3.1. When closing and opening Notepad++ the checkbox would reappear. Downgrading to 7.3.0 resolved this issue.

    As for being unable to open text files, this was an issue with Preferences > MISC. I had set the “session file ext.:”/“Workspace file ext.:” to “txt” while I was troubleshooting the issue.

    Thanks again for your help.

  • G

    gpup.exe requires administrator privileges

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Feb 6, 2017, 9:56 PM
    Feb 6, 2017, 2:53 PM
    0 Votes
    5 Posts
    5k Views
    chcgC Feb 6, 2017, 9:56 PM

    See https://htmlpreview.github.io/?https://github.com/bruderstein/nppPluginManager/blob/master/doc/index.html#install
    , unfortunately still version 1.3.5 is bundled with n++ 7.3.1 instead of current 1.4.3 of PM which causes some troubles.

  • T

    Getting find in files to stop on first match

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Feb 6, 2017, 10:00 AM
    Jan 27, 2017, 12:43 PM
    0 Votes
    6 Posts
    5k Views
    T Feb 6, 2017, 10:00 AM

    Thank you for your excellent support!
    Your suggestions definitely solves my problem and there is no need to have this feature implemented in N++.

  • Dan SoperD

    TLS 1.1 or later support?

    Watching Ignoring Scheduled Pinned Locked Moved ssl tls virtualization
    6 Feb 5, 2017, 10:22 PM
    Feb 2, 2017, 5:02 PM
    0 Votes
    6 Posts
    3k Views
    chcgC Feb 5, 2017, 10:22 PM

    @Claudia-Frank That’s right, but before digging deeper I would like to get an answer from @Dan-Soper , what exactly he needs to know.

  • Bruno Miguel PereiraB

    Jump or go to the nth element

    Watching Ignoring Scheduled Pinned Locked Moved delimiter csv
    9 Feb 5, 2017, 8:34 PM
    Feb 1, 2017, 9:08 PM
    0 Votes
    9 Posts
    7k Views
    Bruno Miguel PereiraB Feb 5, 2017, 8:34 PM

    Hello,
    Just to thank you all :)

    It seems @Scott-Summer was right and the issue came from the install through plugin manager. I did it again manually and now the script is working. I will use it as a base and I will probably do some adjustments.

    Cheers,
    Bruno

  • A

    make cursor more visible

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Feb 5, 2017, 6:54 PM
    Feb 5, 2017, 4:47 PM
    0 Votes
    3 Posts
    5k Views
    S Feb 5, 2017, 6:54 PM

    @Alain-Torrens

    You might also want to turn on current-line highlighting. See Settings (menu) -> Preferences -> Editing -> Enable current-line highlighting.

    Even if your caret was hard to see after Claudia’s suggestion (which it won’t be), this would help narrow down its location. :-)

  • T

    Last few versions, no more auto-indent?

    Watching Ignoring Scheduled Pinned Locked Moved auto-indent autoindent
    3 Feb 3, 2017, 9:03 PM
    Feb 3, 2017, 2:51 PM
    0 Votes
    3 Posts
    2k Views
    T Feb 3, 2017, 9:03 PM

    I guess it was a bug. I updated to the latest version today and its working again. All good now :)

  • minsikauM

    TXT document how to add clickable link to a local intranet network directory

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Feb 3, 2017, 2:58 PM
    Jan 18, 2017, 1:53 AM
    0 Votes
    7 Posts
    10k Views
    C Feb 3, 2017, 2:58 PM

    @minsikau

    that is url standard encoding. Spaces needs to be percent escaped.
    See https://tools.ietf.org/html/rfc3986#page-12 for more information.

    Cheers
    Claudia

  • pranjal mathurP

    Not able to see japanese characters

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Feb 3, 2017, 2:49 PM
    Feb 1, 2017, 7:48 AM
    0 Votes
    6 Posts
    4k Views
    C Feb 3, 2017, 2:49 PM

    @pranjal-mathur

    Same result or different result but not solved.
    By any change - could you upload the xml for testing?
    Or create one which shows the behavior.

    Cheers
    Claudia

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors