{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":773194,"defaultBranch":"master","name":"vrapper","ownerLogin":"vrapper","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-07-13T20:15:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/331180?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1392421183.0","currentOid":""},"activityList":{"items":[{"before":"39291a2b2f77fdfc80546968308522999d46d419","after":"75ac776d424143290de15a0e1d67b890bbb773a0","ref":"refs/heads/master","pushedAt":"2024-04-21T22:54:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"albertdev","name":"Bert Jacobs","path":"/albertdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1451362?s=80&v=4"},"commit":{"message":"Fix IllegalArgumentException caused by returning -1 offset, normalize whitespace\n\nThe stickyColumnAtViewLine() method was using exceptions as flow control.\nIn there was a method throwing an exception to signal an error condition,\nand that was replaced with a method returning -1 because the former was\ndeprecated. Suddenly the flow changed though because the -1 was not handled,\nwhich goes to show why \"exceptions as flow control\" violates the \"principle\nof least astonishment\" and hence is an anti-pattern.\n\nAlso replace tabs with spaces (it's the most common indenting style in this file)\nand replace `if(...)` with `if (...)`.\n\nCloses #875.","shortMessageHtmlLink":"Fix IllegalArgumentException caused by returning -1 offset, normalize…"}},{"before":"631ee4424be1335bc0c66b5897bbaae3df031765","after":"39291a2b2f77fdfc80546968308522999d46d419","ref":"refs/heads/master","pushedAt":"2024-04-21T21:52:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"albertdev","name":"Bert Jacobs","path":"/albertdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1451362?s=80&v=4"},"commit":{"message":"Implement visual put command which leaves unnamed register untouched (#876)\n\nStarting from Vim 8.2 there's a different between p / P in visual mode.\r\nThe latter does not modify the unnamed register so that a P command can\r\nbe repeated several times without it being clobbered by the previously\r\nselected text.\r\n\r\nCloses #873.","shortMessageHtmlLink":"Implement visual put command which leaves unnamed register untouched (#…"}},{"before":"df343f65d1b82966190f867bbe9f6249f35a6c6a","after":"631ee4424be1335bc0c66b5897bbaae3df031765","ref":"refs/heads/master","pushedAt":"2024-03-25T16:11:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"keforbes","name":null,"path":"/keforbes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/817509?s=80&v=4"},"commit":{"message":"Add github workflow (#872)\n\nSet maven and tycho version\r\nDisable dependency tree\r\nmaven goal to verify","shortMessageHtmlLink":"Add github workflow (#872)"}},{"before":"5dda3e17149b3c60633a28f58623861d2e7f7653","after":"df343f65d1b82966190f867bbe9f6249f35a6c6a","ref":"refs/heads/master","pushedAt":"2024-03-25T16:10:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"keforbes","name":null,"path":"/keforbes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/817509?s=80&v=4"},"commit":{"message":"Fix image path (#871)","shortMessageHtmlLink":"Fix image path (#871)"}},{"before":"7258462c644b44da0b07a99dd0e110c31e684c56","after":"5dda3e17149b3c60633a28f58623861d2e7f7653","ref":"refs/heads/master","pushedAt":"2024-03-14T04:16:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"keforbes","name":null,"path":"/keforbes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/817509?s=80&v=4"},"commit":{"message":"Standard Eclipse Tycho folder layout (#869)\n\n* #865 create target and launch config\r\n\r\n* vrapper.tpd specifies the target and the vrapper.target is generated\r\n* vrapper.lc specifies the launch settings and generates a .launch for the IDE\r\n\r\n* #865 apply standard folder layout\r\n\r\n* #865 rename website\r\n\r\n* #865 rename target\r\n\r\n* #865 rename update site\r\n\r\n* #865 remove unstable\r\n\r\n* #865 rename vrapper-stable-feature to net.sourceforge.vrapper.feature\r\n\r\n* #865 move features\r\n\r\n* #865 version number with qualifier\r\n\r\n* #865 build.properties with tycho attributes\r\n\r\n* #865 fix version number to qualifiers\r\n\r\n* #865 rework bundle deps for clean tests\r\n\r\n* remove the 'Eclipse-BuddyPolicy: dependent' and the special rule in core.tests/.classpath\r\n* Instead split out from core.tests: testutil and plugins.surround.tests\r\n* Remove empty eclipse.tests\r\n\r\n* #865 ignore generated files and folders\r\n\r\n* #865 maven build\r\n\r\n* #865 disable failing test\r\n\r\n* #865 update-site compatible to tycho\r\n\r\n* the site.xml shall be called category.xml\r\n* the names to be adjusted with the .feature suffix\r\n* versions with the qualifier\r\n\r\n* #865 fix failing test\r\n\r\n* the resource file content migrated from encoding x-MacCentralEurope to utf8\r\n* file reader with explicit encoding","shortMessageHtmlLink":"Standard Eclipse Tycho folder layout (#869)"}},{"before":"1dc617de13dd470e262dc0d667337b183f6fe8ea","after":"7258462c644b44da0b07a99dd0e110c31e684c56","ref":"refs/heads/master","pushedAt":"2024-02-13T01:37:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"keforbes","name":null,"path":"/keforbes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/817509?s=80&v=4"},"commit":{"message":"Resolves #865 Upgrade to java17 (#867)\n\n* #865 Raise java 1.6 to 17\r\n\r\n* #865 Fix unneeded suppress unchecked and @SafeArgs\r\n\r\n* #865 Fix deprecated API in tests\r\n\r\n* have the test to be fragment of the core bundle\r\n* use JUnit 5 as runtime\r\n* no more need to manually create a mockito library\r\n\r\n* #865 Fix warnings\r\n\r\n* organize imports to remove unneeded ones\r\n* getWorkbench() is now static in PlatformUI\r\n* equals between IEditorInput and WeakReference fixed: get reference input or null, flip equals so it can handle the null\r\n* getAverageCharacterWidth shall now be used, returning a double\r\n* getOffsetAtPoint shall now be used","shortMessageHtmlLink":"Resolves #865 Upgrade to java17 (#867)"}},{"before":"1ba06750fa52bcb582e771ee8b7927458249aafa","after":"1dc617de13dd470e262dc0d667337b183f6fe8ea","ref":"refs/heads/master","pushedAt":"2024-02-06T04:43:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"keforbes","name":null,"path":"/keforbes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/817509?s=80&v=4"},"commit":{"message":"#865 fix warnings for missing encoding (#866)\n\n* #865 fix warnings for missing encoding\r\n\r\n* #865 fix manifest missing automatic-module-name","shortMessageHtmlLink":"#865 fix warnings for missing encoding (#866)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAENnl9-AA","startCursor":null,"endCursor":null}},"title":"Activity · vrapper/vrapper"}