• File tabs not movable with mouse

    tab move mouse
    3
    0 Votes
    3 Posts
    2k Views
    AngryGamerA
    @Daniel-Scholten The next version of NPP has moveable tabs in multiline. You can grab a snapshot build here if you’d like to use it now.
  • Auto guide for CSS properties

    Locked
    3
    1 Votes
    3 Posts
    3k Views
    Paul GanP
    ohh okay thank you. then it must be a different software that person is using. i think its called Brackets for mac. will brackets be able to do that?
  • Help manual or Web site

    Locked
    7
    0 Votes
    7 Posts
    8k Views
    decodermanD
    I just checked an older device, the folder is from 2013 but NPP is the current version. Since the docu is so old an no one maintains it, it is likely that @donho no longer includes it in the newer version releases. This could be a project for an enthusiast…
  • Latest notepad ++ version go back to top after scrolling

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Running HTML Scripts

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Per IsaksonP
    See http://chiselapp.com/user/vor0nwe/repository/npp_preview/home
  • python script running

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS
    This may help: http://lmgtfy.com/?q=stop+cmd+window+from+closing+after+running+python
  • Accidentally "Reload from Disk"

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Marc OvermanM
    Thanks!
  • Changing color of PHP constants

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Background Image

    Locked moz background css webkit
    3
    -1 Votes
    3 Posts
    5k Views
    Richard PackR
    That is an excellent point, my apologies.
  • Basic Coding Question

    Locked basic css
    2
    -1 Votes
    2 Posts
    2k Views
    PeterJonesP
    This is a forum for the editor Notepad++, not whatever you happen to be using the editor for. However, that’s an easy one: stop using smart quotes. Changing your code to the following worked for me. <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>Introduction to CSS</title> <style type="text/css"> p { color: red; } </style> </head> <body> <p> Style Me!</p> <p> Style Me!</p> </body> </html>
  • Displaying only lines that start with or contain -keyword-

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    chcgC
    Seems you could do a search on the whole active file to your pattern and then look just at the search result window. Which has a link back to the origin if you click that line.
  • 0 Votes
    2 Posts
    1k Views
    David ShikoD
    I’m finded, need choose html, not js :)
  • Notepad++ Python Script - Find files containing string at specific line

    13
    0 Votes
    13 Posts
    9k Views
    Scott SumnerS
    @toxpal OK, so you have to read the documentation to see how these “editor” functions work. See Plugins -> Pythonscript -> Context-Help. If you do this, you will see that editor.findText() returns a value indicating where a match did (or didn’t) occur. Does this make sense? Same thing applies to editor.getTextLength()…except in that case you actually have to spell it correctly (hint: case matters)…
  • Regex help

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Anthony BouttellA
    The answer is: Find what: [^a-z] replace with:
  • Some Questions about the 'Find' dialog

    find regex
    14
    0 Votes
    14 Posts
    9k Views
    Rajkumar TamangR
    I have this problem, could you please help me explain this link: https://notepad-plus-plus.org/community/topic/13378/run-commands-issue/8 during run compilation, error is shown can’t fix it can you please help me. I have stopped working as i am not able to run in chrome . specification are windows 10 64bit
  • Troubles with open on Windows 10

    Locked admin rights windows 10
    2
    0 Votes
    2 Posts
    2k Views
    chcgC
    Could you provide ?->Debug info data please. Similar to mine: Notepad++ v7.3.3 (32-bit) Build time : Mar 8 2017 - 03:37:37 Path : C:\Program Files (x86)\Notepad++\notepad++.exe Admin mode : OFF Local Conf mode : OFF OS : Windows 10 (64-bit)
  • Same old bugs

    7
    0 Votes
    7 Posts
    4k Views
    chcgC
    Jslint should have been updated by the author. Last update to 0.8.1 on the pluginlist is from 2013-02-17 11:05:36. Also 0.8.3 was published on 2015-11-26, which seems to be not in the repo at https://sourceforge.net/p/jslintnpp/code/HEAD/tree/trunk/. I will write an email to Martin to check if it is ok for him to update the revision on the pluginlist.
  • Need help setting up

    Locked
    3
    -1 Votes
    3 Posts
    2k Views
    PeterJonesP
    What exercise files? What video? You need to give us a bit of context so we can understand your question.
  • Unable to validate DLL when updating to Plugin Manager 1.4.5

    3
    0 Votes
    3 Posts
    3k Views
    chcgC
    See https://github.com/bruderstein/nppPluginManager/issues/57, should be fixed on server side for the meantime.
  • Tab munging on load and save

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied