• Function List not working in v7.2

    30
    0 Votes
    30 Posts
    38k Views
    pete312P

    I recovered from this problem by uninstalling notepad++ and then renaming what was left in Program Files to oldNotepad++, then reinstalling notepad++. Something obviously is out of whack.

    Takes less time this way

  • N++ .NET Plugin template

    Locked
    5
    0 Votes
    5 Posts
    989 Views
    Kuba PuchatekK

    Link you’ve posted expects VS2015. I have lots of errors. Beginning with “using static” od Kgb namespaces.

  • Emmet: Python Script Plugin not found

    Locked
    4
  • A new C++ plugin template

    2
    10 Votes
    2 Posts
    2k Views
    EkopalypseE

    @dail - wondering why it is not listed here?

  • 3UP Security IRD Paper Plugin help.

    Locked
    6
    0 Votes
    6 Posts
    977 Views
    Eric LanE

    @PeterJones Okay thank you.

  • NPP 7.7 broke ColdFusion plugin

    Locked
    2
    0 Votes
    2 Posts
    924 Views
    Meta ChuhM

    welcome to the notepad++ community, @Richard-Linhart

    i can’t yet reproduce that opening a .cfm file, causes an abnormal notepad++ shutdown.

    please test the following, to verify, if a clean notepad++ (without any 7.7 incompatible plugins that could cause this) would be able to open them on your system.

    download the notepad++ 7.7 portable version from >>> here <<<.
    (the portable version does not require any installation and runs completely independent and isolated from your installed version. all custom settings, as well as any stuff you might want to try at the portable version, will not modify your installed version)

    extract npp.7.7.bin.zip to your desktop.

    important note: make sure to close all instances of notepad++ that might be running, before starting the portable version at the next step, to make sure you are using this portable version.

    open the extracted npp.7.7.bin folder and start this portable version by double-clicking on notepad++.exe inside this folder.
    (note: notepad++.exe will just be seen as notepad++, if you have enabled to hide all known file extensions at your explorer settings)

    try to go to the menu file > open and open any .cfm file and report back what happens.

    many thanks and best regards.

  • Notepad++ 7.7 breaking change of SCNotification definition in x64 build

    Locked
    17
    7 Votes
    17 Posts
    3k Views
    gstaviG

    @dail said:

    The Scintilla developers are not at fault. This is the entire reason they changed from the 3.x to 4.x version.

    It is very much in dispute whether a library should ever allow itself a major compatibility breaking change to its API. Changing the library’s major version does not magically justifies it. This is definitely the Linux mindset with its advantages and shortcomings.
    A responsible developer should go through all possible hoops to extend the API rather than change it before going this path. Maybe they did, I don’t know.

    Specifically for this change, I would challenge, the need to support 64 bit position within a document. Opening a text file over 1GB is such a bad user experience that I doubt that you can find 0.01% within your user base that do it routinely. Your guess is good as mine for the amount of users that will be pissed by the compatibility break.

    Still need to audit plugins to see how many are actually broken. Maybe I am overly pessimistic.
    But it is possible that 32 bit version of Notepad++ just became much more attractive.

  • Customize Toolbar - New Version 4.1

    45
    0 Votes
    45 Posts
    59k Views
    MAPJe71M

    OK, the GitHub link @andrecool-68 provided already pointed to a description of how I did it.
    Did not remember that.
    What can I say: “Now also available for Notepad++ 64 bit!” :-D

    @andrecool-68 I agree, same toolbar button functionality as the build-in Function List toolbar button i.e. indicating active/inactive by changing the button background color.

  • plugin toolbar icon shown as black square box

    2
    0 Votes
    2 Posts
    771 Views
    Skycc LimS

    just found out it only show up as black box when viewing through remote desktop, when i login to the pc physically, it show up fine as my icon.

  • Snippets install gives "unable to find the database"

    10
    0 Votes
    10 Posts
    7k Views
    andrecool-68A

    Move all the files of the plugin into one directory, and nothing needs to be renamed

    Imgur

  • HexEditor 0.9.5 (Build 19) for x86 and x64

    Locked
    2
    2 Votes
    2 Posts
    1k Views
    Meta ChuhM

    @rainman74

    thanks.
    note: hexeditor x86 and x64 binary builds are already available at @chcg 's repo:
    https://github.com/chcg/NPP_HexEdit/releases

    greetings.

  • NppExec v0.6 RC3 has been released!

    9
    3 Votes
    9 Posts
    3k Views
    Vitaliy DovganV

    Regarding the Find Result panel (better later than never)… The command npp_sendmsgex can be used to send a message to a custom window (hWnd). So the trick is to get the hWnd of the Find Result panel’s Scintilla window. Looking through the existing messages in “Notepad_plus_msgs.h”, I don’t see a quick solution, though.

  • Hex Editor 0.9.5 - insert and delete characters

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Alan KilbornA

    @nraygun

    I don’t know much about hex editor plugin as it crashes too often for me to be useful, but your problem sounds like it may be one of being in “overwrite” rather than “insert” mode. Press and release the Insert key and see if that changes anything for you.

  • Differentiate user pressing Backspace vs Find and Replace action

    Locked
    2
    0 Votes
    2 Posts
    644 Views
    EkopalypseE

    @p0358

    maybe hooking npp and both scintilla message queues and see
    if you can find a pattern which could explain that this is/was a find/replace action?

  • TakeNotes.dll no longer works

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Douglas KaynorD

    Thank you very much. I missed that plugin!

  • [Plugin Update] LuaScript v0.9 (Supports Scintilla v4.1.4)

    Locked
    5
    9 Votes
    5 Posts
    2k Views
    EkopalypseE

    @Alan-Kilborn

    Is the only way to get a single caret back from this situation is by clicking the mouse at a different point?

    No, press ESC :-)

  • Renaming the tabs

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    andrecool-68A

    @Meta-Chuh
    I wanted to tell about the view of the window itself to rename (the saved file), to rename the file it would be better to rename the window (as in the new, not saved tab)

  • extend toolbucket

    Locked
    2
    0 Votes
    2 Posts
    622 Views
    andrecool-68A

    Ask this question to the plugin author. https://github.com/phdesign/NppToolBucket

  • Combiner Plugin?

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    Meta ChuhM

    @Joey-Flaig

    if you are already on notepad++ 7.6.6. 32 bit, you can also install the combine plugin using the built in plugins admin, at the menu plugins > plugins admin.

    please also note, that the combine plugin is only available for 32 bit versions of notepad++.
    if you have installed a 64 bit version of notepad++, we would eventually have to come up with a different alternative.

  • TextFX 64-bit binary / source code unavailability?

    47
    0 Votes
    47 Posts
    132k Views
    Jeff JohnstonJ

    @Alan-Kilborn - That’s very nice, thanks! In that case I think I’ll use 64-bit Notepad++.