Activity for Kered13 Notepad++ Plugins

  • Derek committed [b55246] on Code

    Cleanup includes in remaining NppLsp files.

  • Derek committed [678c9a] on Code

    Fix name of getLastError in Win32Exception.cpp.

  • Derek committed [254e48] on Code

    Cleanup includes in ClientManager.

  • Derek committed [fbe428] on Code

    -Split Win32Exception into HresultException and WinErrorException.

  • Derek committed [c7f278] on Code

    -Cleanup includes in FileManager, Completion, and DocumentSelector.

  • Derek committed [1fd6bb] on Code

    Cleanup includes in LspClient.

  • Derek committed [f732df] on Code

    Cleanup includes in HandlerIo.

  • Derek committed [2038e1] on Code

    More cleanup on StringUtils includes.

  • Derek committed [8f846e] on Code

    Cleanup includes in NppUtils.

  • Derek committed [fc3fb7] on Code

    -Cleanup includes in WindowsUtils and Win32Exception.

  • Derek committed [b687d3] on Code

    Cleanup includes in Utils.

  • Derek committed [dc91ea] on Code

    Cleanup includes in NppLsp plugin.

  • Derek committed [dd2aba] on Code

    Cleanup includes in PublishDiagnostics.

  • Derek committed [3bbfb1] on Code

    Fix compatibility of DereksAutoindent with NPP's autoindenter.

  • Derek committed [ac16e4] on Code

    -Fixed bug where inserting a space in the middle of a comment line would not trigger wrapping.

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins updated /Comment Wrap x64 v1.0.0.7.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins updated /Comment Wrap Win32 v1.0.0.7.zip

  • Derek committed [cb0f8d] on Code

    Add support for Python DocStrings as a multi-line comment type.

  • Derek committed [e98cba] on Code

    -Fix issues with Comment Wrap, especially around wrapping into a line that closes a multi-line comment.

  • Derek committed [d6b98c] on Code

    Restore "v" prefix in version release names.

  • Derek committed [873561] on Code

    -Add "match" and "case" to the keywords that automatically indent in PythonIndent. This adds support for Python 3.10.

  • Derek committed [32eb17] on Code

    Add "match" and "case" to the keywords that automatically indent in PythonIndent. This adds support for Python 3.10.

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins updated /Comment Wrap x64 v1.0.0.7.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins updated /Comment Wrap Win32 v1.0.0.7.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Comment Wrap x64 v1.0.0.7.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Comment Wrap Win32 v1.0.0.7.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Python Indent x64 v1.0.0.5.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Python Indent Win32 v1.0.0.5.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Comment Wrap x64 v1.0.0.6.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Comment Wrap Win32 v1.0.0.6.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Python Indent x64 1.0.0.5.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Python Indent Win32 1.0.0.5.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Comment Wrap x64 1.0.0.6.zip

  • Kered13 Notepad++ Plugins Kered13 Notepad++ Plugins released /Comment Wrap Win32 1.0.0.6.zip

  • Daniel Neuhaus Daniel Neuhaus posted a comment on ticket #5

    It worked after Installing VC Redist 2015-2022

  • Daniel Neuhaus Daniel Neuhaus created ticket #5

    Comment Wrap.dll is not compatible with the current version

  • Derek committed [9dbed8] on Code

    -Use json::get<std::string_view> and json::tryGet<std::string_view> where possible.

  • Derek committed [630f3a] on Code

    -Add ShowDocument handler.

  • Derek committed [24bec2] on Code

    -Add GotoLocation utility.

  • Derek committed [5711d6] on Code

    Normalize include guards in NPP LSP.

  • Derek committed [d1cbbc] on Code

    -Fixed error in FileManager when creating new Scintillas. Coincidentally the mistake behaved correctly, but now the code is correct.

  • Derek committed [90d547] on Code

    -Add check for settings that conflict with Notepad++ to DereksAutoindent.

  • Derek committed [c9b073] on Code

    Fixed a crash in NppLsp when Options tried to log an error while loading before a logging sink was created. Logging is now directed to a file until settings are read.

  • Derek committed [d002f4] on Code

    -Add LogMessage handler.

  • Derek committed [039277] on Code

    Fix release script directories.

  • Derek committed [5d9565] on Code

    Remove some unused variables.

  • Derek committed [19ea92] on Code

    Rename directory for zipped DLL releases to "Release Files", for clarity.

  • Derek committed [1960ec]

    Remove out of date comment since Completion seems to be working, and long term plans have changed.

  • Derek committed [e2f461]

    Combine ShowMessageNotification and ShowMessageRequest into a single handler.

  • Derek committed [eb60c4]

    Uncomment code that was accidentally left commented.

  • Derek committed [85d680]

    -Add ShowMessageRequestHandler.

  • Derek committed [0708a8]

    -Improve exception safety of ManualLspServer.

  • Derek committed [ffef9d]

    Check if ManualLspServer is connected to pipe at startup.

  • Derek committed [f1feb7]

    Some improvements to ShowMessageRequestHandler dialog.

  • Derek committed [92582d]

    -Log exceptions when canceling callbacks in LspClient, and don't abort.

  • Derek committed [cfa847]

    Rename namespaces to use lower_snake_case style.

  • Derek committed [5eaed4]

    Split up implementation of StdioTransport into in and out components.

  • Derek committed [24cf91]

    Set dependency for Plugin CustomBuildStep so it will run whenever a DLL is generated.

  • Derek committed [b7a53f]

    -Add support to Channel for closing channel without canceling pending operations.

  • Derek committed [1269e6]

    Add ManualLspServer, an LSP server that allows the user to send messages manually. This will help in testing NPP LSP.

  • Derek committed [21c7ee]

    Refactored logging options and added support for specifying defaults in JSON.

  • Derek committed [ee67f0]

    Add namespacing to WindowsUtils.

  • Derek committed [5dd073]

    -Move HandleInStreambuf and HandleOutStreambuf to WindowsUtils.

  • Derek committed [373c95]

    Fix inconsistent formatting in LspClient and fix a move from constant value.

  • Derek committed [aaeac3]

    Split parts of NppUtils off into Utils for generic utilities and Windows Utils.

  • Derek committed [2c758d]

    Rename "Test Prelude.props" and "Test.props" to "Console Prelude.props" and "Console.props" to indicate that they are appropriate to use with console applications beyond tests.

  • Derek committed [15059c]

    Simplify use of shared_from_this in Completion.

  • Derek committed [dece2b]

    Use CustomBuildEvents to copy notepad++.exe and plugins into folder for debugging.

  • Derek committed [8cf190]

    Update PlatformToolset to v143 for all projects.

  • Derek committed [b35e5f]

    -Add Lexilla and notepadPlus projects.

  • Derek committed [552f13]

    -Copy plugins to a common folder after building.

  • Derek committed [1a382e]

    Major reorganization of solution folder.

  • Derek committed [4d3383]

    Refactor NppMenu: Removes implementation details from the header, and no longer needs to be a singleton.

  • Derek committed [2126f7]

    -Add ClientManager::shutdown so that LSP Clients can be safely stopped before handlers are destroyed.

  • Derek committed [c98e72]

    Add comment to StdioTransport.

  • Derek committed [d1e982]

    Create UniqueHandle that automatically closes itself and use it for passing file handles to LspClients.

  • Derek committed [a69a43]

    Create createProcess function in WindowsUtils to simplify process creation.

  • Derek committed [e565ac]

    Simplify singleton pattern for NppMenu.

  • Derek committed [0baec4]

    Move Channel out of LspClient and into a separate file.

  • Derek committed [25ce04]

    -Fixed a memory leak caused by not calling spdlog::shutdown.

  • Derek committed [b46a05]

    -Implementation for ShowMessageNotification handler using wxWidgets.

  • Derek committed [1a3167]

    Fix include Logging in NppLsp.cpp.

  • Derek committed [f02c99]

    Add ShowMessageNotification handler, no implementation yet.

  • Derek committed [8c7e83]

    Some minor cleanups:

  • Derek committed [54be6e]

    Move Logging to NppLsp/Utils.

  • Derek committed [bcdb61]

    Remove unnecessary const parameters in function declarations.

  • Derek committed [e1433e]

    -Add Notepad++ as a subrepository. Add a Scintilla project so that we can modify compilation settings separately from NPP.

  • Derek committed [86f37e]

    Move specialization of std::numeric_limits<Position> to PublishDiagnostics.cpp.

  • Derek committed [de8b80]

    Refactoring of exceptions:

  • Derek committed [33024d]

    Update NPP files.

  • Derek committed [a21f9e]

    Create WindowsUtils.

  • Derek committed [b40920]

    In ScintillaImpl::doInsertText Checking the back position of a string_view does not check that the string is null terminated, and checking end is not safe. So just always copy the string_view.

  • Derek committed [4feaca]

    Fix Win32Exception overriding what() method.

  • Derek committed [9e256b]

    Add Logging class to manage per-component log settings.

  • Derek committed [edc043]

    Delete commented out code in Completion. This code was meant to implement commit chars, but a better mechanism was to use NPP's fillups.

  • Derek committed [bae735]

    Fix a crash in Completion caused by locals destructing in the wrong order, causing a mutex to be destructed while locked.

  • Derek committed [c998ac]

    Fix NppMenu callback mutexes not being initialized.

  • Derek committed [48aac7]

    Do not auto wrap lines from whitespace. This fixes a bug where whitespace could not be added at the very end of a line.

  • Derek committed [dcb7d9]

    Use std::unique_ptr to pass around Scintilla in PublishDiagnostics.

  • Derek committed [af0876]

    Fix CommentWrap and DereksAutoindent not building.

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.