• 0 Votes
    1 Posts
    1k Views
    No one has replied
  • NPP C# plugin - How to perform basic operations on a text file

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hi @Alessandro

    when interacting with scintilla control the Scintilla documentation is a good starting point.

    The concept is 99% like this, you send a message (the SCI_…) and either you get an immediate
    return or/and you will be notified by the so called notifications.

    The remainig 1% is it doesn’t work as expected. ;-)

    When interacting with gui aka notepad++ then you need to get an understanding
    how windows applications work in general. The main topic here is windows messages.

    Cheers
    Claudia

  • Error in update DSPellCheck to 1.3.1

    6
    0 Votes
    6 Posts
    4k Views
    Memo RandomM

    Thanks for the updates (>here<, with the clarification, and >there< with the new version 1.3.2). I updated to 1.3.2 as normal.

    Also, thanks for making the useful plugin in the first place.

    Interesting point about 32- vs. 64-bit plugins. I have been using 32-bit Notepad++ on my 64-bit system, a conservative approach, because I assume the availability and stability of 32-bit plugins is better than of 64-bit plugins.

  • How to hook a mouse click?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Eric-Jorgensen

    the basic steps are

    get the handle from the active scintilla control register a new window procedure for this control/window (SetWindowLong) check for the mesage WM_LBUTTONDOWN always pass all messages to the old window procedure (CallWindowProc)

    Cheers
    Claudia

  • NppExec Execute Batch containing Powershell worked on XP, doesn't on 7

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Tom LeggT

    The PCs aren’t really converted. My local PC is XP, but the new VM I’m on is Windows 7, and I just copied over as many settings as possible. Most people do just double click the batches, which works fine, but there are two people (myself included) that tend to create the batches, and it’s more convenient to be able to do the testing with a shortcut from within Notepad++ rather than having to go back to the folder and double click the batch between each change. If the batch doesn’t need to be edited before running then we always are just double clicking the batch, but some also have variables that we need to set before running.

    I did end up finding the solution on another site though! I ended up needing to run Set-ExecutionPolicy RemoteSigned from both C:\Windows\system32\cmd.exe and C:\Windows\SysWOW64\cmd.exe and then everything work correctly. I appreciate the replies to try to help me figure this out.

  • Project Panel API?

    5
    0 Votes
    5 Posts
    3k Views
    DavesDSMhackD

    I think that’s exactly the information I to get started. I figured Claudia-Frank would have already posted something along those lines before. Thank you for finding those Scott!

  • NPP C# plugin template for UNICODE

    6
    0 Votes
    6 Posts
    7k Views
    acrolinkA

    @Alessandro Thanks, in fact compiling in VS 2015 solved the issue.

  • plugin idea

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Plugin Update] Analyse Plugin

    6
    1 Votes
    6 Posts
    10k Views
  • NppMenuSearch version 0.9.2 available

    Locked
    2
    2 Votes
    2 Posts
    2k Views
    chcgC

    @peter-frentrup Would it be possible to also provide a zipped version of the dlls to be able to add it to the pluginmanager which is currently just capable to handle zips and not plain dlls. Therefore a quite old version 0.7.5 is the last one available, see https://npppm.bruderste.in/plugins/view/nppmenusearch and non for x64, see https://github.com/bruderstein/npp-plugins-x64/blob/master/plugins/plugins_template.xml and https://github.com/bruderstein/npp-plugins-x64/blob/master/plugins/plugins64.xml

  • Access to Plugin Central

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    PredelnikP

    Thank you for the response! Hope @donho will see this topic and fix it

  • Using Notepad++ for SQL

    Locked
    3
    0 Votes
    3 Posts
    105k Views
    Frank OrellanaF

    I recommend you use an online sql console so you can get started with sql, it will simulate a database where you can create tables, insert data into them and query them, for example:

    http://sqlfiddle.com/#!9/4bd6b/1

    Notepad++ is just a text editor so you will be able later to save and edit your sql files in it, but for learning you will need a database and start working with it.

  • NPPTextFX unicode??

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Meta ChuhM

    @patrickdrd
    if you didn’t find the textfx unicode plugin yet, you can download it here:
    https://sourceforge.net/projects/npp-plugins/files/TextFX/TextFX v0.26/

  • Compare plugin not working for v7.5.1

    5
    0 Votes
    5 Posts
    12k Views
    TadT

    @Meta-Chuh

    Compare does diffs at a word level and lines up matching lines even if all words do not match. Not WinMerge, UltraCompare, or ExamDiff Pro, at least not that I have found. Compare’s 32/64 bits only issue I have is it will not compare large files with lot’s of diffs. I’m comparing a 6.5mb file to a 11.5mb file. If copy each file and make a change to the copy, then compare to the original, no problem.

  • When to call NPPM_DESTROYSCINTILLAHANDLE ?

    Locked
    1
    0 Votes
    1 Posts
    978 Views
    No one has replied
  • nppcrypt test

    2
    1 Votes
    2 Posts
    2k Views
    OasisInDesertO

    Hello Jean,
    Thanks for usefull plugin “NppCrypt”.
    After upgrade to version 7.5.1 of NotepadPP, I have found that my previous NppCrypt plugin do not work with 64 bit notepad.
    I have found, download and installed newer versions - nppcryptv1013b.x64 and nppcryptv1015a.x64; seems both works without any bugs.
    Basic test was performed only - decryption and encryption of the file encrypted by previous version of plugin.
    Thank You.

  • SRT and ASS file types

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    xX XxX

    For anyone else who runs into this issue its as simple as going into the srt or ass file that you opened and making whatever changes. After that click on the save icon (third from the left in the title bar) and this will save the file changes without altering its structure.

    My issue was i was using file then clicking save or save as (not icon) and it was trying to force me to pick a file type which would have altered the file structure. I might have been able to change the extension afterwards but since the different file type would have altered the document it wouldn’t have worked right later.

    Good luck all and thanks for the program.

  • Plugin Manager 64-bit ??

    8
    4 Votes
    8 Posts
    113k Views
    Reid KleinR

    @chcg Thanks for your post! I was pissed off about the 64bit plugin manager! so thanks!
    Hey are you in Chicago? is that what chcg is?!

  • npp-explorer doesn't work when menù bar is hidden

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Plugin bug at NPP startup!

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