Skip to content

Commit c62c64d

Browse files
committed
Create Sbulime Plugin
1 parent 00595f4 commit c62c64d

File tree

12 files changed

+95
-45
lines changed

12 files changed

+95
-45
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ node_modules
55
dist
66
.idea
77
test
8+
*.pyc
9+
*.sublime-workspace
10+
*.sublime-project
11+
package_control_channel

ChromeApp.zip

-9.79 KB
Binary file not shown.

ChromeApp/assets/icon128.png

-83.2 KB
Binary file not shown.

ChromeApp/background.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

ChromeApp/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

ChromeApp/main.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

ChromeApp/manifest.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

ChromeApp/styles.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

Context.sublime-menu

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"command": "codelf_selection",
4+
"caption": "Codelf"
5+
}
6+
]

Default.sublime-commands

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"caption": "Codelf: Search Selection",
4+
"command": "codelf_selection"
5+
},
6+
{
7+
"caption": "Codelf: Search from Input",
8+
"command": "codelf_from_input"
9+
},
10+
{
11+
"caption": "E: Search Selection",
12+
"command": "codelf_selection"
13+
},
14+
{
15+
"caption": "E: Search from Input",
16+
"command": "codelf_from_input"
17+
}
18+
]

0 commit comments

Comments
 (0)