• 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.

  • 1 Votes
    4 Posts
    5k Views
    dailD

    Glad this worked for you. Also glad you took time to describe the problem in the original post. Most people post a sentence or two and expect others to know exactly what they want! :)

  • Plugin suggestion

    2
    0 Votes
    2 Posts
    3k Views
    VinsWorldcomV

    How did you set the first one? Did you use the Settings=>Preferences=>Editing=>Vertical Edge Settings, put it in “Line Mode” at the appropriate column? Is there some other way you’re setting the one column you already have?

    cheers.

  • Highlight Current COLUMN

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    VinsWorldcomV

    Brilliant - that’s the type of advice I was hoping for in posting here / there / and everywhere!

    As it is, the plugin is very simple and the only setup required is to save the original long lines edge indicator status (position and mode). I do this in the enable routine enColHi(). So the pluginInit() stuff really was redundant.

    Thanks very much.

  • NppCalc.dll bugs

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • TextFX Plugin: Sort option/help

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    G WarnerG

    @Ricardo Exactly what I needed! Thx

  • MenuIcons disappear

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    YaronY

    Hello Andreas and Pavel,

    Could you please download the MenuIcons plugin and think of a possible cause/solution?

    The icons also disappear after deleting an entry in the Run menu.

    Thank you.

  • Bug with folding in user-defined language

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    Gerd MüllerG

    here is an update to this bug:

    The problem only exist if I additional define a Comment&Number style (its equal if the style is defined as a comment line style with an open and a close condition or as a comment style). In both cases the folding defined by the Folder&Style (Folding in code 1 style) doesn’t works correctly.

  • "Ignore diacritics" option in search

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