Commit 12cc2e3f authored by FichteFoll's avatar FichteFoll

Merge pull request #2765 from zckrs/master

Add FindDoc plugin and delete old 'Search in Browser' plugin
parents d770202d dcda4b04
...@@ -370,6 +370,19 @@ ...@@ -370,6 +370,19 @@
} }
] ]
}, },
{
"name": "FindDoc",
"details": "https://github.com/zckrs/sublime_findDoc",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/zckrs/sublime_findDoc/tree/master"
}
],
"previous_names": [
"Search in Browser"
]
},
{ {
"details": "https://github.com/skuroda/FindKeyConflicts", "details": "https://github.com/skuroda/FindKeyConflicts",
"releases": [ "releases": [
......
...@@ -332,16 +332,6 @@ ...@@ -332,16 +332,6 @@
} }
] ]
}, },
{
"name": "Search in Browser",
"details": "https://github.com/Grafikart/Open-Browser-SublimeText2-Plugin",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/Grafikart/Open-Browser-SublimeText2-Plugin/tree/master"
}
]
},
{ {
"name": "Search in Project", "name": "Search in Project",
"previous_names": ["SearchInProject"], "previous_names": ["SearchInProject"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment