Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Sedeniono

Sedeniono starred jdm-contrib/jdm
Sedeniono pushed 7 commits to main Sedeniono/VSTextApiInvestigator
  • Inital commit: No functionality yet. 52e2521
  • Added working version of a tool window showing infos from ITextStructureNavigator. 700dd0b
  • Suppress nuget warnings of levels moderate and below. The Microsoft.VisualStudio.SDK package indirectly pulls in Mes... 5ab3c78
  • Tweaked display of infos. 6e02341
  • Implemented showing infos from the CodeModel API. 1da6f9a
  • Some minor changes. 604654c
  • Added readme. 68bcf1a

View on GitHub

Sedeniono created a repository: Sedeniono/VSTextApiInvestigator

https://github.com/Sedeniono/VSTextApiInvestigator - Extension for Visual Studio serving as playground for calling Visual Studio APIs

Sedeniono created a branch on Sedeniono/VSTextApiInvestigator

main - Extension for Visual Studio serving as playground for calling Visual Studio APIs

Sedeniono starred beemdevelopment/Aegis
Sedeniono starred bitwarden/clients
Sedeniono starred darkreader/darkreader
Sedeniono deleted a branch Sedeniono/tiny-optional

cmake

Sedeniono created a comment on an issue on Sedeniono/tiny-optional
Done with release [v1.4.0](https://github.com/Sedeniono/tiny-optional/releases/tag/v1.4.0).

View on GitHub

Sedeniono closed an issue on Sedeniono/tiny-optional
CMake buildsystem?
It at least allow to seamlessly integrate library using standard `find_package(tiny-loader)` in large projects. I can do a PR, if you won't mind.
Sedeniono published a release on Sedeniono/tiny-optional
v1.4.0
**Major changes:** * Added support for installation of the library via cmake. See the [installation chapter in the readme](https://github.com/Sedeniono/tiny-optional?tab=readme-ov-file#installatio...
Sedeniono created a tag on Sedeniono/tiny-optional

v1.4.0 - Replacement for std::optional that does not waste memory unnecessarily

Sedeniono pushed 1 commit to main Sedeniono/ActionsTests

View on GitHub

Sedeniono pushed 1 commit to main Sedeniono/tiny-optional
  • Made versions with same major and minor but different patch versions compatible to each other + incremented version t... ac8aad5

View on GitHub

Sedeniono deleted a branch Sedeniono/VSDoxyHighlighter

DoxygenUpdate2

Sedeniono published a release on Sedeniono/VSDoxyHighlighter
v1.8.0
**Major changes:** * The [special commands](https://www.doxygen.nl/manual/commands.html) of Doxygen [v1.11](https://www.doxygen.nl/manual/changelog.html#log_1_11) and [v1.12](https://www.doxygen.n...
Sedeniono created a tag on Sedeniono/VSDoxyHighlighter

v1.8.0 - Extension for Visual Studio to provide syntax highlighting, IntelliSense and quick infos for doxygen/javadoc style comments in C/C++.

Sedeniono pushed 53 commits to main Sedeniono/VSDoxyHighlighter
  • Added new commands introduced with Doxygen 1.11: \important, \subparagraph and \subsubparagraph 2b7b05b
  • Incremented version to 1.8.0. 59f8ff8
  • Write a version number to the config file, and use it so that we meddle with read configurations only for old version... 9093288
  • Use an integer to write the config version. Reason: The "export settings" to XML feature of Visual Studio seems to w... 840ccb7
  • Generated command help texts from Doxygen v.1.11.0. e20edfa
  • Support for spaces before and within the [in,out] part of the the \param command. Doxygen does not really care about... feadcc0
  • Fixed assertion triggered in autocomplete for \param[in,out]. The static constructor AllDoxygenHelpPageCommands adds... f7ed4e0
  • Fixed no longer valid comment. BuildRegex_KeywordAtLineStart_1RequiredParamAsWord() is no longer used for \param. e2b4b53
  • Support correct preselection of function/template parameter when "\param [in]" etc contains spaces. I.e. fixed figur... 9ddf2cc
  • Added "[in]", "[out]" and "[in,out]" to the @param autocomplete list. But only if they do not exist already. 42a97c6
  • Use a dedicated icon for the optional "[in,out]" elements in the @param autocomplete box. To distinguish the "[in,ou... 13f447a
  • Added notes to the manual parameter completion tests which ones are broken in v1.7.0. Yes, in v1.7.0, not in the cur... 1bba62f
  • Fixed autocomplete of macro parameters in "@param" when there is a function after the macro definition. 198ef50
  • Added dedicated classification for "clamped" Doxygen parameters, and using it for \param. Some Doxygen commands have... 1cc2588
  • Suppress nuget warnings of levels moderate and below. The Microsoft.VisualStudio.SDK package indirectly pulls in Mes... f20c036
  • Preparation: Hide the underlying parsing method (i.e. regex) behind interfaces. Introduce abstract interfaces betwee... e8385f8
  • Better support for the braced and new options of \snippet. - Parse the "{...}" in "\snippet{...}" separately and pro... 4fd633f
  • Increased compiler warning level to level 5. Also fixed 1 warning. c0552de
  • Refactoring/clarifications regarding "clamped" options of Doxygen parameters. A previous commit introduced a more ge... deb58af
  • Tweaked default color for clamped parameters in the light theme. 3b59278
  • and 33 more ...

View on GitHub

Sedeniono pushed 2 commits to DoxygenUpdate2 Sedeniono/VSDoxyHighlighter
  • Readme updates: Multiple backticks `` are supported; fixed typo. c91b874
  • Refactoring: Put a common regex part into a dedicated constant. dc0ffac

View on GitHub

Sedeniono pushed 2 commits to main Sedeniono/tiny-optional
  • Enable installation of the library via cmake. See #8. c714ae9
  • Minor update to the readme. c2e925c

View on GitHub

Sedeniono created a comment on an issue on Sedeniono/tiny-optional
@leha-bot yeah, I can understand the request 😅 Have a look at the branch [cmake-branch](https://github.com/Sedeniono/tiny-optional/tree/cmake), which allows installation via cmake ```cmake fin...

View on GitHub

Sedeniono pushed 1 commit to cmake Sedeniono/tiny-optional
  • Enable installation of the library via cmake. See #8. c714ae9

View on GitHub

Sedeniono created a branch on Sedeniono/tiny-optional

cmake - Replacement for std::optional that does not waste memory unnecessarily

Sedeniono opened an issue on bitwarden/android
Timeout is not honored when screen is locked
### Steps To Reproduce 1. Open the Bitwarden app. 2. Set the "Session timeout" to 1 minute (for ease of reproduction) and the session timeout action to "Lock". 3. Lock the screen of the phone (w...
Sedeniono pushed 3 commits to DoxygenUpdate2 Sedeniono/VSDoxyHighlighter
  • Generated command help texts from Doxygen v.1.12.0. d0fc07e
  • Support "\param[inout]" and "\param[in out]" variations. I.e. the comma in "\param[in,out]" is actually optional. Di... 9da606f
  • Added support for the new Doxygen 1.12.0 commands "\showenumvalues" and "\hideenumvalues". 5567dc8

View on GitHub

Sedeniono starred bitwarden/android
Sedeniono deleted a branch Sedeniono/tiny-optional

macFixes

Sedeniono pushed 2 commits to main Sedeniono/tiny-optional
  • Switch the mac workflow to macos-13, since macos-12 is no longer available. 2d2af13
  • Updated readme. 165eb47

View on GitHub

Sedeniono created a branch on Sedeniono/tiny-optional

macFixes - Replacement for std::optional that does not waste memory unnecessarily

Sedeniono pushed 2 commits to DoxygenUpdate2 Sedeniono/VSDoxyHighlighter
  • Fixed old configs not getting adapted for \snippetdoc and \includedoc. These two commands got a new "clamped paramet... 8e77492
  • Fixed crash when Visual Studio decides to load settings multiple times. E.g. clicking the cancel button in the VS op... e1cac6e

View on GitHub

Load more