Skip to content

Commit

Permalink
Delete newdoc module
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinkuyu committed Nov 22, 2015
1 parent fee6f6f commit 3058937
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 159 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Adobe Brackets `developer tools` extension.

#Features
- Highlight Word Selection -> `View menu (on/off)`
- New Html5 Template -> `File Html5`
- New Html5 Template -> `File Html5` (remove -> https://github.com/yasinkuyu/brackets-newdoc)
- Multi `Localization`
Translations
-English
Expand Down Expand Up @@ -89,5 +89,17 @@ Brackets Inline Units Conversion Extension (px to em /em to px etc.)

https://github.com/yasinkuyu/brackets-units

Brackets Newdoc

https://github.com/yasinkuyu/brackets-newdoc

GitHub Atom editor default dark theme

https://github.com/yasinkuyu/brackets-atom-dark

GitHub Atom editor default light theme

https://github.com/yasinkuyu/brackets-atom-light

Created 2014 Yasin Kuyu - [@yasinkuyu](http://www.twitter.com/yasinkuyu)

12 changes: 0 additions & 12 deletions htmlContent/html5.html

This file was deleted.

143 changes: 0 additions & 143 deletions lib/newDoc.js

This file was deleted.

1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ define(function (require, exports, module) {
var PreferencesManager = brackets.getModule("preferences/PreferencesManager"),
ExtensionUtils = brackets.getModule("utils/ExtensionUtils"),
wordHighlight = require("lib/wordHighlight"),
newDocument = require("lib/newDoc"),
stringConvert = require("lib/stringConvert"),
Localize = require("strings");

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"title": "Brackets Tools",
"description": "Brackets developer tools extension",
"homepage": "https://github.com/yasinkuyu/brackets-tools",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Yasin Kuyu",
"email": "yasinkuyu@gmail.com",
"url": "https://github.com/yasinkuyu"
},
"author": "Yasin Kuyu <yasinkuyu@gmail.com>",
"keywords": [
"Highlight Word", "Html5 Template", "Remove Empty / Break Lines", "To Upper / Lower / Title Case", "Word To Array", "Word To List", "Line To List", "Html Encode / Docode", "URL Encode / Decode", "Html Tag Remove/Strip", "Trim, Left Trim, Right Trim", "First, Last x Char Remove", "SEO Url", "Remove line numbers", "Remove duplicate lines"
"Highlight Word", "Remove Empty / Break Lines", "To Upper / Lower / Title Case", "Word To Array", "Word To List", "Line To List", "Html Encode / Docode", "URL Encode / Decode", "Html Tag Remove/Strip", "Trim, Left Trim, Right Trim", "First, Last x Char Remove", "SEO Url", "Remove line numbers", "Remove duplicate lines"
],
"categories": ["developer", "tools", "general", "editing"],
"dependencies": {
Expand Down

0 comments on commit 3058937

Please sign in to comment.