• 0 Votes
    5 Posts
    6k Views
    John SparkJ

    I will now try what you said, step by step, but before it I need to reset all key bindings to default. But how ? There is not such option :(

    Meanwhile I deleted npp exec and will install fresh one without any changes.

    Thanks

  • Where to announce new plugin versions in future?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
  • Using TextFx->Unwrap with Macro

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    BD LewisB

    I hadn’t thought of that option, but it will no doubt do what I need to do until the bug can be fixed. Thank you!

  • UUID plugin request

    Locked
    2
    1 Votes
    2 Posts
    5k Views
    Claudia FrankC

    Hello H-B,
    if PythonScript has been already installed, then a simple script could do the job.
    Place the cursor where you want to add the uuid and execute the following script.

    import uuid uuid = str(uuid.uuid4()) editor.addText(uuid)

    In addition the ToolBucket plugin has such functionality, be aware that the
    version which plugin manager knows isn’t the most recent one.
    This can be found here.

    Cheers
    Claudia

  • editing arabic script

    2
    0 Votes
    2 Posts
    4k Views
    Ahmed Mohammed Abdel-RazekA

    I should explain more it edited the line in the right positions but from the wrong side, in mixed Arabic English lines when I won’t to edit an Arabic word it will start writing from the right Col but from the left side not the right one

  • "Find All" enhancement request

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Federico GennariF

    Hi Claudia,

    Thanks for the answer and yes, I’m aware of that workaround, as well the Analyse Plugin, which is not highlighting the matching patterns in result panel.
    I just thought that default feature could be made more customizable, since right now notepad++ is easily one the more user friendly and more complete text editors around (even under Linux there’s no such match). But of course this is up to developers.

    Thanks anyway!

    Federico

  • Problem with 6.8.8 after installing plugin

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    Definitely sounds like a problem with the plugin. I’d report it to the authors of the PowerShell Lexer plugin.

    Just as an FYI, Notepad++ does support PowerShell.

  • ToolBucket plugin not working anymore

    Locked
    4
    0 Votes
    4 Posts
    7k Views
    Claudia FrankC

    Hello Fadri,

    afaik, plugin developer need to announce there new versions in plugin forum.
    If they skip to do it plugin manager doesn’t get updated.

    how do you tag topics as solved?

    Tbh, no idea. ;-)

    Cheers
    Claudia

  • 0 Votes
    3 Posts
    3k Views
    Jeff KellyJ

    Hi
    Thanks, I am using a different strategy to achieve how to know when to store the changes back into the DB.
    I save as a file locally when I open the data from the database. (I did this anyway so the Tab Caption would have the correct name and to do comparisons with what is in the DB)
    I save the local file again every time the user saves to the DB
    I listen to the notification NPPN_FILEBEFORESAVE and save the data to the database. (user click the Save icon etc)
    So if the user closes the application or a file that NPP knows needs saving and NPP asks if the user wants to save then the save is also stored into the DB.

    Thanks
    Jeff

  • Registry Files

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    You mean syntax highlighting?

  • Feature request: an additional "Replace only" Button

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Regina GrammR

    Thanks Scott for your assistance - maybe it helps.
    I have such feature in Sigil - a ebook-editor and use it, when I am testing a RegEx-statment.

  • hello , Key Word

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello mohamadreza vilani,

    can you give us a little bit more information?
    What exactly do you do?
    Which version of NPP and OS do you use?

    Cheers
    Claudia

  • 0 Votes
    7 Posts
    8k Views
    Cem KaderogluC

    useless
    thank you Cloudia
    i love you…

  • "Pretty Print" plug-in

    Locked
    1
    0 Votes
    1 Posts
    14k Views
    No one has replied
  • Visual Enhancement: cool particles when you enter power mode

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    Cees TimmermanC

    Relax, guys. OP’s only wondering whether such would be possible, perhaps before attempting to implement it himself as an optional plugin.

    The main reason i see lots of people jizzing their pants over Sublime Text is that it looks nice. I prefer the superior feature suite of Notepad++ but agree that ST’s Monokai and tabs look better than Npp’s.

  • 0 Votes
    2 Posts
    3k Views
    sanastasiouS

    @Matt-C why do you want to process these stuff? Do you want to make a .net based plugin or something different?

  • 0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hi Martin,
    from my understanding this needs to be handled by the scintilla component
    or you have to define your own user defined language using builtin UDL.

    Cheers
    Claudia

  • File not entirely highlighted after NppMsg.NPPM_DOOPEN

    5
    0 Votes
    5 Posts
    5k Views
    sanastasiouS

    @dail Problem is fixed - I believe it had to do with false implementation of folding… In any case I cannot reproduce this anymore, so I think it’s plugin specific.

  • 0 Votes
    2 Posts
    3k Views
    dailD

    Honestly you can probably use whatever you want as long as the user has the correct runtime/redistributable etc installed. Notepad++ is currently built with VS2013 but that doesn’t mean you have to use that in particular.

    As for supporting XP, no idea.

  • How can I tell the difference between Save and SaveAll

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Jeff KellyJ

    Excellent
    Thanks