• reopening unsaved document(urgent)

    2
    0 Votes
    2 Posts
    136 Views
    Alan KilbornA

    @Elif-Taşkın

    If it was a file you had taken the time to give a name to on disk, when you close it, the last saved version would be there.

    However, if you were operating on an “I’m not going to save my files, I’m going to let Notepad++ keep track of them” basis, then if you close it and say no to the prompt to save, IT’S GONE.

  • Why is my macro not working?

    6
    0 Votes
    6 Posts
    632 Views
    yhjtgt6hhrf 4frtgyY

    Have same problem, restart macro

  • Notepad++ 7.1: network drives not visible

    4
    0 Votes
    4 Posts
    6k Views
    Costa ZachariouC

    @Stickleback-Ne Thank you. Works like a charm… :-)

  • Need help filtering lines starting with same strings

    10
    0 Votes
    10 Posts
    3k Views
    Terry RT

    @guy038 said in Need help filtering lines starting with same strings:

    Ah, Terry, nice shot ! Just one question :

    I guess I’m not a greedy person😉. Actually I guess I just didn’t proof my solution well enough. I had a concept in my mind, quickly tested it, found it worked and posted.

    Of course as I was intending to grab the whole line use of the lazy parameter was just a rookie mistake. At least no harm, no foul, eh? (<-- oops, there it goes again)

    Terry

  • I have some problems making my own Language.

    3
    0 Votes
    3 Posts
    432 Views
    EkopalypseE

    Not sure you can do this but what I normally do in such a case is
    using Delimiters with different open but same close tags
    and one unique folder setting.
    Something like this for example

    6991876e-76a0-4151-ab08-49528ce7831c-image.png

    c0613137-4dd1-4911-8cbc-d811353fc66f-image.png

  • Webedit working but prompt every time

    2
    0 Votes
    2 Posts
    144 Views
    EkopalypseE

    @Vikrant-Chauhan

    sounds like you are trying to load a plugin which has a different “bitness”
    as to compared to Npp. For example, trying to use a 32bit plugin with a 64bit Npp or vice versa.

  • Deleting characters after 30,000 length

    9
    0 Votes
    9 Posts
    912 Views
    Alan KilbornA

    @Matt-Bennett

    This is true but probably the OP has no idea what gnu/cut/linux/cygwin/wsl are.
    As this is a Notepad++ forum, please try to confine answers to techniques within Notepad++ unless there truly is no way to do it with Notepad++.

  • no Auto-Indent in Preferences Misc in version 7.8.5

    3
    0 Votes
    3 Posts
    163 Views
    Eric MüllerE

    Great, that is it! Thanks!

  • File edits not changing file status

    26
    0 Votes
    26 Posts
    3k Views
    doubledeejD

    Still not working correctly in 7.8.6.

  • Auto position to selected line in file?

    7
    0 Votes
    7 Posts
    282 Views
    Alan KilbornA

    @Alan-Kilborn

    Oops, typo in link; actually, see HERE .

  • Syntax highlighting of unsaved files?

    9
    1 Votes
    9 Posts
    746 Views
    EkopalypseE

    @Alan-Kilborn said in Syntax highlighting of unsaved files?:

    From my understanding, @Ekopalypse is not an English speaker,

    Yes, correct.

    yet his posts make perfect sense.

    I’m not sure about that. :-)

    I understand he uses deepl.com for translating from his language to > English before posting.

    Most of the time I do.
    If I can give short answers, I sometimes try to do it without a translator.
    And I think it is easy to find out which posts are written with and without deepl.com. :-)

  • Exporting an Existing Language Defintion?

    4
    0 Votes
    4 Posts
    862 Views
    PeterJonesP

    I don’t know how similar GDScript is to Python (all I know about GDScript is what I saw from the headlines on this search), but if syntax is basically the same, and it’s mostly just some extra keywords that you’d like to highlight, the Style Configurator has “user-defined keywords” boxes for KEYWORDS and BUILTINS styles, plus the ability to add custom extensions.

    For example, if GDScript is basically python, but with the gd extension instead of py, and a builtin object MySuperNode (and maybe some other KEYWORDS not shown), it might look something like:
    1a1608b6-a421-4870-887a-d8a5f2be9ced-image.png

    You can do more than one word in each blank, so you can add BUILTINS and KEYWORDS to your heart’s content. This was just a quickie example.

  • Collapse items with keyboard

    2
    0 Votes
    2 Posts
    250 Views
    Michael VincentM

    @Benny-Tordrup
    You mean code folding? See the menu item:

    View =>
    Fold All
    Unfold All
    Collapse Current Level
    Uncollapse Current Level
    Collapse Level >
    Uncollapse Level >

    All of them have default keyboard shortcuts for me, which can be remapped if you don’t like them through menu:

    Settings => Shortcut Mapper…

    Cheers.

  • Notpad permission linux

    3
    0 Votes
    3 Posts
    964 Views
    gerdb42G

    Are you running Notepad++ as Administrator (it shows [Administrator]in the Titlebar)? Drive mappings are normally invisible to Programs running elevated (aka “As Administrator”). There are several ways to work around this:

    Run Notepad++ as regular user Use UNC path (\\<servername>\<sharename>\<path>) instead of mapped drive Map drive in elevated command prompt with net use command
  • Npp bugging and win10 multi desktop support

    9
    0 Votes
    9 Posts
    352 Views
    Vadyanga 0V

    Just because I’m Russian doesn’t mean I’m so stupid to understand simple things.
    I just forgot to click ‘replay’ when I sent a big message, according to the person who at least answered

    In a few words: when I delete text(SCI_LINEDELETE\backspace) or move text (using ctrl+shift+arrows), the text carriage can arbitrarily jump

    It’s js, you right skip You are welcome

    I just tried -noPlugin, and withPlugins before, so issue is in one of the plugins
    And yes, it’s IndentByFold.dll plugin problem :(

    I guess, ticket is solved. But I have two questions, (still) first one:

    when win10 multi desktop support expected?

    I want, having two different virtual desktops, to have two independent npp editors
    +I do not know where to go with this request
    ++Can you forward this feature somewhere?

    and the second one:

    Are there any plugins that can help me to format text(js\css\html etc) using a button? #offtop just asking

    I’m also know about the sites, I want something built-in (I even saw the music player in the plugin manager, lyl)

  • Problem to open CSV. Formt looks differnt

    1
    0 Votes
    1 Posts
    294 Views
    No one has replied
  • Emmet con Notepad++

    3
    0 Votes
    3 Posts
    850 Views
    EkopalypseE

    No estoy usando a Emmet, pero sé que
    que necesitas instalar el plugin de PythonScript y el plugin de Emmet.
    El plugin de PythonScript puede ser instalado a través del PluginManager, luego siga las instrucciones desde aquí.

    I’m not using Emmet, but I know that you need to install the PythonScript plugin and the Emmet plugin.
    The PythonScript plugin can be installed via the PluginManager, then follow the instructions from here.

  • 0 Votes
    5 Posts
    1k Views
    EkopalypseE

    @Poushali-Roy

    Maybe you wanna describe in more detail how you tried to install
    a plugin via the plugin manager. In addition, provide the debug-info,
    which is available from the ? menu.

  • Cannot save change of "Remember current session for next lauch"

    9
    0 Votes
    9 Posts
    469 Views
    abdulbadiiA

    Must : Setting -> Preferences -> Multi-instance -> Default: Mono-Instance

    if Multi-instance it’ll be such like that

    config,xml must be assuredly saved in such setting by closing Notepad++ with click close X , not alt-F4 nor a abrupt kill on Notepad++

  • How to automatically split one line to three and back

    3
    0 Votes
    3 Posts
    170 Views
    Ziio jeepersZ

    it works perfectly
    As always, thanks very very much…