• Backlight color code

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Alexey KucherovA

    Hi Tomas!
    Thank you for Quick Color Picker +!

    Best regargs, again thank!

  • Exclude language items from spellcheck?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • nppcrypt v1012 test

    3
    0 Votes
    3 Posts
    6k Views
    jeanpaulrichterJ

    hi!
    thanks for your reply. i did read your old post but just forgot to change the cancel-button caption. thankfully that’s easy to fix. your problem with the new version on the other hand is quite puzzling to me, because the plugin is compiled with staticlly linked runtimes (the suggetion of the error-message) and with the platform-toolset “v140_xp” which should ensure compatibility with windows xp. maybe i can try to compile it with an older version of visual studio (like 1.0.1.0). it is highly unlikely that this problem has anything to do with the version of notepad++, because it the plugin runs fine with 6.8.3 on the three systems i could test it on :/

  • [new plugin] RegExTractor v1.3

    Locked
    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • External Lexer question

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Victor Medrano SadaV

    @dail said:

    So I’m attempting to write an external lexer (well kind of, but that’s a different story). I’ve looked at some other examples (the GEDCOM lexer, Gmod Lua Lexer, etc) and understand how they work and the general setup for getting an external lexer working.

    My question is regarding styling. In the xml file associated with the external lexer, there are “WordsStyle” tags that need to be defined that have a styleID, font color, size, et*

    italicised text*c so that the external lexer Lex() function can use these styles. Is there a way to generate these styles within the lexer itself, meaning you can possibly have a varying number of styles? I know there isn’t a huge number of people that deal with external lexers, so hopefully someone can help :)
  • Right Click - Copy bug

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • I INSTALLED v6.8.1 AND NOW SPELL-CHECKER DOESN'T WORK!

    5
    0 Votes
    5 Posts
    8k Views
    Kym FarnikK

    Manually download the latest DSpellCheck dll from https://github.com/Predelnik/DSpellCheck/releases

    The NP++ plugin manager needs to be updated for the latest version

  • [plugin development] Implementing a self-contained lexer for scintilla

    Locked
    6
    1 Votes
    6 Posts
    7k Views
    dailD

    @greenzest As for your bonus question…there is not a defined way to add commands to the main N++ menu. IIRC, I think that TextFx is a special case since it is so old and has been around a while. That’s not to say with enough knowledge of the Win32 API you couldn’t figure out a way to do it, but I’m not sure if that would ever run you into problems later. So is it possible? (Yeah, probably) Is it suggested? (No)

  • Compare plugin run with 1 tab got infinity

    Locked
    4
    1 Votes
    4 Posts
    5k Views
    pwnotepaduserP

    if you choose last tab and compare, it will compare with previous
    v1.5.6.6 - have message: “it is more then 1000 wanna go y/n” and go inf

    v1.5.6.7 - no massage, have progress bar with cancel and it not work)

    need that all together and working!

    author hosting have only old files:
    http://sourceforge.net/projects/npp-compare/
    http://sourceforge.net/projects/sourcecookifier/files/other plugins/

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to make the Aspell plugin portable?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Event for shortcut comments ?

    2
    0 Votes
    2 Posts
    3k Views
    sanastasiouS

    You might close this one. Βy observing the shortcuts.xml file after a recent fix, this functionality can be implemented.

  • DarkCrypt for NPP

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    dailD

    tl;dr NPPDarkCrypt author hasn’t put it in the plugin manager.

    The plugin manager is just a tool for convenience. If a plugin is in the manager doesn’t mean it is official (and visa versa). It is up to the plugin author if they want people to download it through the plugin manager or not. Plugins submitted to the plugin manager are roughly checked to make sure they don’t do anything obviously malicious but that doesn’t mean every line of code is reviewed.

  • Chris McGrath Homepage: http://codealignment.com Latest update: V12

    Locked
    6
    1 Votes
    6 Posts
    8k Views
    Doug WendelboeD

    OK, I found it. The plugin download URL has a misspelling in it. It cannot access the Github file. The letter “c” was left out of cpmcgrath.

    Incorrect URL: https://github.com/cpmgrath/codealignment

    Correct URL: https://github.com/cpmcgrath/codealignment

    Can’t fix it from here, but maybe I can manually access the plugin through GitHub.

  • SourceCookifier

    Locked
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • AutoSave

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    dailD

    “unable to verify integrity” doesn’t mean they won’t work, it just means the PluginManager cannot ensure the download is valid. I’d suggest just going to the actual website that hosts the plugins and install them manually.

  • Notepad++ Ruler

    Locked
    3
    0 Votes
    3 Posts
    15k Views
    VinsWorldcomV

    Great point. The Hex Editor puts a “ruler” on the top of the text area for the hex groupings. I’ll look through the source code (just got it) and see if I can deduce how.

    Cheers.

  • Hotspot highlighting UI update problem

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • SCN_SAVEPOINTLEFT

    7
    0 Votes
    7 Posts
    8k Views
    sanastasiouS

    There’s also a problem here, with the “unsaved” files after closing Npp. Npp knows that some files were unsaved because it saves copies of them. However SCI_GETMODIFY reports that no changes have been made to the files once you reopen them. It would have been really helpful, if this was consistent with the small “save” icon on top of the tab.

    It would even be more helpful, so simply be able to ask NPP “isFileDirty” i.e. get the status of the “save” button somehow.

    Right now, I have to duplicate all the work the NPP does, i.e. chekc if there’s a copy of the file saved upon opening etc.