Community
    • Login
    1. Home
    2. Notepad++ & Plugin Development
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • TequillerT

      Find in Big Files - popup with embarrassing pause but no log...

      Watching Ignoring Scheduled Pinned Locked Moved popup find in files
      2
      0 Votes
      2 Posts
      310 Views
      Alan KilbornA

      @Tequiller

      You might want to do some “light reading” in the following areas:

      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1889
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2072
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3068
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4131
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4229
      https://github.com/notepad-plus-plus/notepad-plus-plus/pull/4151

    • Kasper GraversenK

      [update] Pluginpack updated to v0.92.76

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      4k Views
      DGutierrez3D

      Hello Kasper,

      I would like to ask you if you can tell me how to continue.

      https://stackoverflow.com/questions/61197067/plugin-for-notepad-with-visual-studio-code-c-sharp-error-msb4062

      I have been trying for some time to develop a Plugin for N++ but I cannot compile the project. Could you help my?
      Regards

    • Jumble DropsytJ

      Gmod Lua Lexer is not compatible with newer versions of Notepad ++

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      владус . playВ

      @micmou Maybe for him too late you helped me very much thanks bro

    • владус . playВ

      Help with the Gmod lua lexer plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      318 Views
      No one has replied
    • Андрей БегуновА

      HTML+SVG syntax highlighting

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      715 Views
      PeterJonesP

      Was there a question someplace? Or were you offering a feature suggestion? Or were you just showing the way you tweaked the HTML language keywords in your langs.xml and were suggesting that other people do the same?

    • D VisserD

      Normal Text as default language

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      4k Views
      D VisserD

      @PeterJones Thank You Peter; works !

      David Visser

    • cédric freycenonC

      Problem with Hexa editor add-on

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      cédric freycenonC

      Thanks for your answer.
      best regards

      Cédric Freycenon

    • lubysjL

      language select on notepad launch

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      1k Views
      lubysjL

      @Ekopalypse , thanks. I will need to dig a bit to get a around.

    • pnedevP

      Compare Plugin v2.0 updated for Notepad 7.7 and above

      Watching Ignoring Scheduled Pinned Locked Moved
      37
      10 Votes
      37 Posts
      42k Views
      pnedevP

      @Robert-Werner ,

      Read here:
      https://github.com/pnedev/compare-plugin/issues/225

      BR

    • Michael VincentM

      Notepad++ Language List

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      2 Votes
      7 Posts
      1k Views
      Michael VincentM

      @Michael-Vincent said in Notepad++ Language List:

      I may “borrow” that :-)

      @dinkumoil

      It’s in Pascal! argh! I converted your recommendation into C++ (i think):

      TCHAR langName[MAX_PATH]; lang_menu.clear(); do { SendMessage( nppData._nppHandle, NPPM_GETLANGUAGENAME, i, ( LPARAM ) langName ); lang_menu.push_back( wstrtostr( langName )); i++; } while ( strcmp( wstrtostr( langName ).c_str(), "External" ) != 0 ); lang_menu.push_back( "GLOBAL" );

      This way no dependence on L_EXTERNAL or the Notepad_plus_msgs.h file.

      Thanks for taking the time to recommend that!

      Cheers.

    • Robbie HatleyR

      Plugin bug report: "BookmarksDook" disables "Session Snapshot"

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      419 Views
      No one has replied
    • MarioRosiM

      problem by test my plugin with pluginmanager

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      372 Views
      MarioRosiM

      … okay solution is found …

      The setup-zip only include the file for “Notepad++/plugin/MYPLUGINNAME/.*”-files. Not into subdir, but direct in root!

      On Github create an “release” with versionnumber and desription. Put in the setup-zip.

      Now can install the plugin over pluginmanager.

      regards Mario

    • MarioRosiM

      Howto close current file / editor witout savequestion

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      1 Votes
      10 Posts
      1k Views
      MarioRosiM

      @ all

      i have found a solution:

      IScintillaGateway editor = new ScintillaGateway(PluginBase.GetCurrentScintilla()); editor.SetSavePoint(); Win32.SendMessage(PluginBase.nppData._nppHandle, (uint)NppMsg.NPPM_MENUCOMMAND, 0, NppMenuCmd.IDM_FILE_CLOSE);

      work wit current tab.
      thanks for inspiration

    • Roy MessiR

      My plugin is not working with newer versions

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      399 Views
      pnedevP

      @Roy-Messi ,

      Your plugin’s DLL needs to be located in
      Notepad++_install_folder\plugins\YourPluginName\YourPluginName.dll

      Check if it is there.

    • anisere yinkaA

      Plug-in (multiline find and replace) in 7.8.4 version

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      481 Views
      anisere yinkaA

      @gurikbal-singh thanks so much really appreciate. Can I get your direct mail for further inquiry, am just new

    • FlurDeChikenF

      XML Tools and Validating using Assert(ion) Tags

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      2k Views
      EkopalypseE

      @FlurDeChiken

      How could I have missed that? Thanks for mentioning it.
      Another arrow in my quiver. :)

    • OleksandrO

      How to change order of document?

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      3k Views
      Prahlad-Makwana4145P

      Hello, @Oleksandr

      Follow these steps, To change order of document:

      Step 1 :-First and foremost, add some marking letters or numbers before the section contents
      and apply them with the same level of heading style.
      Step 2 :-Next click “View” tab.
      Step 3 :-Then check the “Navigation Pane” box in “Show” group.
      Step 4 :-Now there shall be the navigation pane on the screen. You can see all sections with the
      same level of heading style applied are there. You just need to click and drag it to the
      position you want

      I hope above Information will be useful for you.
      Thank you.

    • morbacM

      How to detect ESC keypressed ?

      Watching Ignoring Scheduled Pinned Locked Moved notification event keypressed
      4
      1 Votes
      4 Posts
      1k Views
      morbacM

      Thanks you both for your help.

      I followed your suggestion (low level keyboard hook) and I can now handle ESC key pressed.

      Best Regards

    • Steve MullockS

      Zen coding plugin problem solved

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      624 Views
      Alan KilbornA

      @Steve-Mullock

      You used the term “Plugin Manager” twice. Did you really mean that, or do you mean “Plugins Admin”?

    • matteshM

      AnalysePlugin Updated to version 1.12-R43

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      3 Votes
      2 Posts
      382 Views
      matteshM

      One more update done to fix an annoying bug (#75) where loading from recent list is not working.
      Version is now v1.12-R44
      Best Regards, Mattes

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors