• LUA files won't save to data folder

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Brent-Kulseth if it complains about it then there is a good chance that the user (operating system account) which started notepad++ has no sufficient rights to the directory you want to write to. In such a case there are two ways to solve it. start npp with an user which has more privileges (aka run as administrator) change the permissions on the folder (BUT DO THIS ONLY IF YOU KNOW WHAT YOU DO - otherwise you might corrupt your system) If you tell us which file should be save under which directory (full path) then we could, maybe, offer additional information how this may be solved. Cheers Claudia
  • Crashed Notepad ++

    Locked
    2
    0 Votes
    2 Posts
    747 Views
    Scott SumnerS
    @Anthony-Akpala Maybe see this.
  • Vue,js Syntax Support

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    MAPJe71M
    @kvinbabbar AFAICT is a JavaScript framework so why not use the JavaScript support of Notepad++?
  • User defined language custom comment identifier place

    Locked
    2
    0 Votes
    2 Posts
    995 Views
    Claudia FrankC
    @rkbest13 not sure I understand correctly but, yes. (!?) [image: zDHJ4KW.png] Cheers Claudia
  • Problem saving a file in notepad++ when the file is already saved

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Scott SumnerS
    @David-Carter Dude, why are you doing SaveAs after you’ve given a file a name the first time? Just do Save !
  • How to run a job from Notepad++

    3
    1 Votes
    3 Posts
    5k Views
    Arthur GilmourA
    Thanks Claudia, I have used nppexec and the command set cd $(FULL_CURRENT_PATH) <Echidna Program Path> -o $(NAME_PART) Now to see how convenient to turns out to be. Best wishes, Arthur
  • ImportError: No module named Npp

    Locked
    5
    1 Votes
    5 Posts
    3k Views
    HealPotionH
    Thank you! This problem is solved.
  • 0 Votes
    1 Posts
    4k Views
    No one has replied
  • StartPage as alternative search engine

    Locked
    3
    1 Votes
    3 Posts
    1k Views
    Quillathe QuassarQ
    OMG :D i used so much variant to figure out, but i didn’t figure out to put them all GATHER as replace :S I replaced it stand alone " $ " and (CURRENT_WORD) My apologie for waste your time , and BIG THX for help. You ROX
  • Find result window's current/active line colour

    Locked
    4
    2 Votes
    4 Posts
    1k Views
    Vitaliy DovganV
    Thank you! Indeed, sending SCI_SETCARETLINEVISIBLEALWAYS with wParam=TRUE to this Scintilla window makes the line background colour to remain even after losing the focus.
  • plugin manager option is not available

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS
    @Pranav-Docca See here for the first and there for the second.
  • Lua code tab / Табуляция lua кода

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    chcgC
    Maybe you want to take a look at https://sourceforge.net/projects/universalindent/files/uigui/UniversalIndentGUI_1.0.2/UniversalIndentGUI_1.0.2_NotepadPPplugin.zip/download or https://code.google.com/archive/p/kereds-notepad-plus-plus-plugins/downloads
  • Importing the Coldfusion User Defined Language fails

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    cipher-1024C
    @Chris-Gaelic, looks like you got that sorted, but just FYI, there’s a plugin called “ColdFusion Lexer” that does syntax highlighting and also adds some minor things like “wrap in CFdump”, and “wrap in CFComment”.
  • highlight current active line

    Locked color
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS
    @buhtz If you spent a lot of time looking without finding, then I feel sorry for you… [image: M2KB01g.png]
  • change the colors of tabs in Notepadd++

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Angel-Llacuna Settings->Preferences [image: Xr4R9He.png] But this affect all whitespace symbols. Cheers Claudia
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to find an replace incremental items?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    ILYDI
    I fixed it. I just commented those lines out. Thanks :)
  • spellcheck options

    Locked
    2
    0 Votes
    2 Posts
    970 Views
    Claudia FrankC
    @Jake-Macklin current version comes with the DSpellCheck plugin installed. Check the manual to see if it can do what you need. Cheers Claudia
  • Forgetful Notepad++

    7
    0 Votes
    7 Posts
    4k Views
    Scott SumnerS
    @glennfromiowa Yea, TakeNotes is fine, and I used to use it…until I figured out that all I needed to replicate its behavior was a couple of lines of Pythonscript code. :-) Nice to “see” ya, glennfromwhereisthatagain…
  • Does Notepad++ support Pygame?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Javier-Diaz-de-Rabago this is not really a notepad++ question I guess, because npp, as well as any other text editor on the planet doesn’t care about what kind of python libraries you use. There must be something wrong in your run configuration if the same code runs under IDLE but don’t run if executed, by whatever way you chose to execute, via npp. Cheers Claudia