• Zen Coding *Fix (2021)

    4
    1 Votes
    4 Posts
    1k Views
    mere-humanM

    You probably can also fix the issue by adding this sys.path.append(‘𝘱𝘢𝘴𝘵𝘦 𝘥𝘪𝘳𝘦𝘤𝘵𝘰𝘳𝘺 𝘩𝘦𝘳𝘦’) to your PythonScript startup script.
    As for the bug though, I think it is related to the plugin itself. So it’s best to find ZenCoding repository and create an issue there.

  • RestApiToText Version 1.2.1.0 Available

    1
    2 Votes
    1 Posts
    172 Views
    No one has replied
  • Please fix Notepad++ not Highlight CSS codes in PHP files

    3
    0 Votes
    3 Posts
    227 Views
    ArkadiuszMichalskiA

    https://sourceforge.net/p/scintilla/bugs/341/ << Created: 2005-08-11, ehh…

  • NppExec v0.6.2 has been released!

    6
    6 Votes
    6 Posts
    445 Views
    Michael VincentM

    @Vitaliy-Dovgan said in NppExec v0.6.2 has been released!:

    achieved by setting a non-local variable within a script

    I hadn’t considered that but yes, that would do it. NPP_EXEC returns to where it was called acting like a subroutine call and we can use SET (not LOCAL) to store the return value.

    Thanks for that!

    Cheers.

  • Inserting UTF-8 Text

    4
    0 Votes
    4 Posts
    329 Views
    Chester FritzC

    I managed to solve the issue this morning after reviewing the source to the mime tools plugin.

    The following lines of code resulted in the data being displayed correctly.
    SendMessageW(nppData._scintillaMainHandle, SCI_TARGETFROMSELECTION, 0, 0);
    SendMessageW(nppData._scintillaMainHandle, SCI_REPLACETARGET, len, (LPARAM)text);

    Thank you for the assistance.

  • 0 Votes
    10 Posts
    906 Views
    EkopalypseE

    @oroboros

    I can imagine a Python script, must have PythonScript plugin installed, of course, if the UI can be replaced by Npp editor itself. Basically a script that monitors what you type and if the conditions are met, change the colour.

  • Dynamic "Jump to Specific File/Bookmark" links

    4
    0 Votes
    4 Posts
    333 Views
    Blair QuintanaB

    @ArkadiuszMichalski Thank you for your reply. I use the function list and find it quite useful… for functions. And the bookmark panel is also useful, but only if you know what book mark you need to jump to. What I’m looking for is something that can be used for things other than functions as well, and also not required to remember what the book marks name might be. More of a “click here to jump to line _____” button. I supposed I could make a book mark and name it, then make a comment on the line that says, "<!-- jump to line _______–> I just figure a button would be so much easier.

  • How to integrate external lexer with NPP?

    14
    1 Votes
    14 Posts
    801 Views
  • RestApiToText v1.2 Now Available

    1
    1 Votes
    1 Posts
    187 Views
    No one has replied
  • Plugins and Cloud storage

    6
    3 Votes
    6 Posts
    2k Views
    Vitaliy DovganV

    Who wants to try NppExec that saves its configuration to the cloud location path?
    Those who are interested can download the latest dev version of NppExec here:
    https://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec Plugin (dev)/
    NppExec20210210_dll_PA.zip and NppExec20210210_dll_x64_PA.zip are the ones you are looking for.

    Some technical details:

    With cloud location path specified in Notepad++'s settings, NppExec does the following:

    On start, NppExec tries to read its configuration files from the cloud location path. If these files do not exist or are filled with NULs, NppExec reads its configuration from $(PLUGINS_CONFIG_DIR). When NppExec saves its configuration, first it is saved to $(PLUGINS_CONFIG_DIR) and then copied to the cloud location path. Thus, NppExec always has a copy of its current configuration within the $(PLUGINS_CONFIG_DIR) folder. NppExec’s saved scripts - the “npes_saved.txt” file - are monitored in the cloud location path. So, if you manually edit the “npes_saved.txt” within the cloud location, NppExec detects it. If, however, you manually edit the “npes_saved.txt” within the $(PLUGINS_CONFIG_DIR) folder, it is ignored.

    When the cloud location path is not specified in Notepad++'s settings, NppExec stores its configuration within the $(PLUGINS_CONFIG_DIR) folder.

  • Translate plugin for the latest builds/version?

    17
    1 Votes
    17 Posts
    8k Views
    EkopalypseE

    @Michael-Vincent

    :-D Google definitely knows more than me/us, even about us :-D

  • GNU Source Code Editor Error On Close

    12
  • Add-in to share files over Bluetooth

    2
    0 Votes
    2 Posts
    202 Views
    PeterJonesP

    @Anthony-Peiris ,

    I don’t think I’ve ever seen such a plugin for Notepad++.

    What benefit do you think it would provide to hook that feature into Notepad++ compared with the simple matter of clicking on the bluetooth icon on your existing taskbar and selecting Send File or Receive File?

  • Bug Fix Release for RestApiToText

    1
    2 Votes
    1 Posts
    252 Views
    No one has replied
  • Rest Call using winhttp

    13
    0 Votes
    13 Posts
    732 Views
    eljefe7000E

    @Vivek-Ghule ,

    My apologies for getting back to this thread so late! I have recently addressed some issues with the RestApiToText plugin and you can get a newer 32-bit DLL here and 64-bit DLL here. I hope this helps!

  • Python plugin works in NPP 7.7 but does work in NPP 7.8 upward

    24
    2 Votes
    24 Posts
    2k Views
    Stier HahnS

    @Ekopalypse cool, thanks for advice, turned out to be pywin32_system32 not being searched for some reason

    Untitled.png
    Apparently lookup path was (intentionally screwed up) modified

    I managed to fix my problem by placing pywintypes38.dll and pythoncom38.dll to NPP root

  • Developing new Plugin - get switching tab event

    2
    0 Votes
    2 Posts
    293 Views
    EkopalypseE

    @chersanz

    you are looking for bufferactivated event.
    One way to track this is to use setproperty and its get variant.
    Or you do write your own document management.

  • Is there a plugin to close tabs by RMB (open tab options by Ctrl+RMB)

    7
    0 Votes
    7 Posts
    348 Views
    astrosofistaA

    @Alan-Kilborn said in Is there a plugin to close tabs by RMB (open tab options by Ctrl+RMB):

    If you accidentally do this in the wrong place, with quick actions enabled (e.g. little X on the tab), you could do some damage (well, close a file you don’t want to, and then have to remember which one it was to retrieve it).

    Ctrl+Shift+T could be of help here in order to repear a wrong move. Just my two cents.

  • Customize Toolbar | Custom Buttons Doesn't Work At All

    6
    0 Votes
    6 Posts
    1k Views
    paulaguafulP

    Did you succeed to handle customizing of your menu buttons eventually ? If so, how did you do ?

  • Plugin request: insert relative path

    9
    0 Votes
    9 Posts
    1k Views
    gstaviG

    @Bernd-Schneider
    You could use tag lookup plugin.
    With ctags generate tags file where every file name is a tag. Then just lookup the filename regardless of the relative path.

    Usefulness depends on how you name the files. If you have 1000 file named page001.html then this approach would not help, but if most of your file names are rather unique then it should be the easiest way to go. Few duplication are not an issue because you could select them manually.