Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/krzysztofzablocki/LinkedConsole

Clickable links in your Xcode console, so you never wonder which class logged the message.
https://github.com/krzysztofzablocki/LinkedConsole

feat: added info about swift 3 version

844fec151fa42d1c996bda39688bbdec69785715 authored about 8 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #36 from 0xced/openFile

Open files from outside Xcode

4c5dcfb0d46811857a802caf4c001a0895c6605f authored over 8 years ago by Krzysztof Zabłocki <[email protected]>
Add "Opening files from outside Xcode" section in the README

097f5a387fd8b8891b58fee0564dbefee9f4ef02 authored over 8 years ago by Cédric Luthi <[email protected]>
Reply with a "DidOpenFile" distributed notification

30b1726043e24155356207f0d120a1feb1e8c37d authored over 8 years ago by Cédric Luthi <[email protected]>
Ensure that line selection works from a distributed notification

6458bcc28264583cb8aedd5c47ffbf5455a6cb40 authored over 8 years ago by Cédric Luthi <[email protected]>
Add a distributed notification center observer to open files

7d800c8468cd226c1b2c25f4c37d26c227354e84 authored over 8 years ago by Cédric Luthi <[email protected]>
Refactor code to extract an openFile function

2459b50ae9db29f35419536dbbc90086527132dd authored over 8 years ago by Cédric Luthi <[email protected]>
Implement +pluginDidLoad: on the principal class

It is dangerous if several plugins implement +pluginDidLoad: as a category on NSObject.

See how...

ccff9b75d55d46bc0162b85d7cbed05810ed5e05 authored over 8 years ago by Cédric Luthi <[email protected]>
Set indentation settings to four spaces at the project level

bd811b6f4f0ddb754dc8a7a26dcb49ee32a8f9df authored over 8 years ago by Cédric Luthi <[email protected]>
Merge pull request #29 from navisingh/pr

Fix crash when clicking on a link with the XCode editor is in File co…

50b9624c8845863510ae8c52958d9ee4e6ef9a7a authored over 8 years ago by Krzysztof Zabłocki <[email protected]>
Fix crash when clicking on a link with the XCode editor is in File comparison mode. (Explicitly check whether we got the source code editor before fetching its property)

96361de7af7fb44be78de863c0510a16a36ebc8e authored over 8 years ago by Navi <[email protected]>
Merge pull request #26 from openium/master

Xcode 7.3 compatibility

d88ef04e50e63ff161c60f0a0aa343475ee99dcc authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Xcode 7.3 compatibility

Fixes Swift 3.0 warnings
Uses #selector instead of Selector with strings
Adds Xcode 7.3 UUID to ...

33381680080ef87f456b7bf8818d96d293c0ee14 authored almost 9 years ago by kenji21 <[email protected]>
Merge pull request #25 from delba/patch-1

Add Log

686f4ab1fa2545e6412473e817ac4181be93ead5 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Add Log

5b1ddd178324d656d825cf3d6d2f67f7cd221268 authored almost 9 years ago by Damien <[email protected]>
Revert "Only search for linkable text near the start of lines."

This reverts commit 6c8e8155de2358c7808861c79846d17fe6ef106b.

34680ea2eafc9f739df5fee895d9ebc8fdb8b213 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #23 from ewanmellor/search-near-start-of-lines

Search near start of lines

b19932c48d8c45fcb9fb4bacccb80c242a4933c2 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #20 from ewanmellor/async-processing

Perform log parsing on a background thread.

58beaeed3e8b183466938ad91ec214be0cf0762d authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Only search for linkable text near the start of lines.

This anchors the regex used to search the log within 200 characters
of the start of each line. ...

6c8e8155de2358c7808861c79846d17fe6ef106b authored almost 9 years ago by Ewan Mellor <[email protected]>
Remove the maxRange mechanism in favor of checking editedMask instead.

This fixes a bug where we would fail to process the log if it was cleared
and was then shorter t...

6b3bd018d2bd1af49146b20536c6f4c11183cc78 authored almost 9 years ago by Ewan Mellor <[email protected]>
Merge pull request #21 from florianbuerger/master

Add Xcode 7.3 Beta 1 UUID

130146a569eb625002a69b162d3ddd00447f4322 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Add Xcode 7.3 Beta 1 UUID

1e63fe454aacc4220f275880baea33844c37cc72 authored almost 9 years ago by Florian Buerger <[email protected]>
Perform log parsing on a background thread.

This avoids blocking Xcode for too long if a large change comes into
the Xcode console. The par...

a564b253fed6365d8e1fc3d80f2dab7a2071cff7 authored almost 9 years ago by Ewan Mellor <[email protected]>
Merge pull request #19 from Jelle-elaut/master

Cast filename as NSString in readme file to allow lastPathComponent

9bce886a0e8e6139aa6d4bc0e68078d663b964b8 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Cast filename as NSString in readme file to allow lastPathComponent

b6eefab8c0b9d362a5b282fad1293b1861460929 authored almost 9 years ago by Jelle Elaut <[email protected]>
Merge pull request #17 from frankdilo/master

Fix issue with SwiftyBeaver log format

5d420dde69f96f4c549627b6da65f28a1d469284 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Improved performance of regular expression

426717597376d52c9c0e5050bbaa579c8bd9798f authored almost 9 years ago by Francesco Di Lorenzo <[email protected]>
Fix issue with SwiftyBeaver log format

672c0b75d4547674a8efdb1b40bdaa5dc2b06b06 authored almost 9 years ago by Francesco Di Lorenzo <[email protected]>
Merge pull request #15 from ewanmellor/add-cache

Add a cache of looked-up filenames.

227c1cfcbc6372c847199e919ee799949a30ff81 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #14 from ewanmellor/search-parent-dirs

Search parent directories if the file is not found in the current workspace.

2ce35117019a8cfa29c59a656e30d824a5884e28 authored almost 9 years ago by Krzysztof Zabłocki <[email protected]>
Add a cache of looked-up filenames.

This avoids performing the find every time. This cache doesn't
get cleared since there's not an...

18d94bd69f6f8a1e80b24ba18776793defb45c11 authored almost 9 years ago by Ewan Mellor <[email protected]>
Search parent directories if the file is not found in the current workspace.

If the file that we're looking for is not found in the current workspace,
search the parent dire...

3ff8e5af3f000460ec7f37e62569c151aa302c15 authored almost 9 years ago by Ewan Mellor <[email protected]>
Add -L to the find command line.

This means that find will follow any symbolic links when looking
for files. If the user has rep...

796ba0c538141a710471241b0e94f6569f6c692c authored almost 9 years ago by Ewan Mellor <[email protected]>
Change runShellCommand so that it doesn't use the shell.

This fixes a potentially serious security hole in the handling of
the shell arguments, because t...

51d6dfc910e052ae5219b2a290c1d9f089b352f3 authored almost 9 years ago by Ewan Mellor <[email protected]>
Merge pull request #13 from konrado0905/master

Add info about QorumLogs logger

b8b83a6ead6f910106f9e7638e9f0000c81539aa authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Add info about QorumLogs logger

7081be964174480a3b0ca983e22719ea9794e111 authored about 9 years ago by Konrad Zduńczyk <[email protected]>
Improves regex to support + character, for class extensions etc. closes #11

dcfaf925cf1a39b86077dc5acc2fe552e871cefc authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #10 from paciej00/master

'func' argument of 'logMessage' fix

8cb7b04c27abb99562d6af6a3c3ba19f350be4e0 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #1 from paciej00/paciej00-patch-1

'func' argument of 'logMessage' compilation error fix

26d375f1562e691ddbd3bdd4d1a63186ea3a3754 authored about 9 years ago by Maciej Piotrowski <[email protected]>
'func' argument of 'logMessage' changed to 'function' due to compilation errors.

cfd233e8b518a7bbdf6933936a05ba91acaed79c authored about 9 years ago by Maciej Piotrowski <[email protected]>
Update README.md

f74a3555702f8140362962ce48c6835b15b7be08 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Significantly faster performance :)

73bee53e1f4ba3f6bffcedb0f9589e644efc9ded authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
better styling, closes #9

bc78a3def3701c0ec4fb1bd3aa88606be42b72e6 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #8 from samsonjs/swiftybeaver-format

match the format File.func():123 for SwiftyBeaver support

cdb8e804a39603b53b9dbcea76dd4ca5f98c0f5e authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
mention new format in readme

3e1c65bdaaefd514447e6180489b5138157b161f authored about 9 years ago by Sami Samhuri <[email protected]>
match the format File.func():123 for SwiftyBeaver support

60c1c53c468ab54493c1d06d3bac07493df8e57a authored about 9 years ago by Sami Samhuri <[email protected]>
workspace path resolution improvements

9a66b1454f9877ff33c1a3087b60b736e5db1a64 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #3 from samsonjs/master

Xcode 7.2 compat

26b60febbb77a5dd3a1bb97c6ea646e76b7da065 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Xcode 7.2 compat

46608ddd956e4bc5e2216ea28bda1752cd45a093 authored about 9 years ago by Sami Samhuri <[email protected]>
Merge pull request #2 from samsonjs/nitpicks

Nitpicks

49756b4ad66be5b555226cc4382acf2b32ffd372 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
take advantage of Selector being StringLiteralConvertible

fdb37f2695008ab5162e9e22d65a40c9aa40ff7a authored about 9 years ago by Sami Samhuri <[email protected]>
simplify logic by using `if` instead of `guard`

b9f614c2a9a73bfbde5cf77f9347b50672a80a90 authored about 9 years ago by Sami Samhuri <[email protected]>
fix indentation and remove a stray semicolon

9593f09a791eb0f08958affbebdabee528341128 authored about 9 years ago by Sami Samhuri <[email protected]>
update to use JRSwizzle

d53e57b256ceca51ba0c5cc7bf69b38b22d2014e authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #1 from ReadmeCritic/patch-1

Typo in Readme

390da5123c241fd7362c1fdab4cc10eaa0ab3379 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Typo in Readme

d38c8e355d6625466fe3475c354ff3853b78de01 authored about 9 years ago by ReadmeCritic <[email protected]>
Update README.md

14cb6b706e756f655d3b2fde5aa8fe2defca59b2 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Deployed plugin

e1ddd7f1725149ea0790e73392d1730b00a95f2d authored about 9 years ago by Krzysztof Zabłocki <[email protected]>
Initial commit

0ac1512f94e8e59a92a161733a2b0ddf754d2f59 authored about 9 years ago by Krzysztof Zabłocki <[email protected]>