This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Update README.md #14946
Open
sakshamtaneja21
wants to merge
2
commits into
adobe:master
Choose a base branch
from
sakshamtaneja21:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2
−2
Open
Update README.md #14946
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,12 +7,11 @@ and JavaScript that's *built* in HTML, CSS and JavaScript. | |
| What makes Brackets different from other web code editors? | ||
|
|
||
| * **Tools shouldn't get in your way.** Instead of cluttering up your coding | ||
| environment with lots of panels and icons, the Quick Edit UI in Brackets puts | ||
| context-specific code and tools inline. | ||
| environment with lots of panels and icons, the Quick Edit UI in Brackets puts context-specific code and tools inline. | ||
| * **Brackets is in sync with your browser.** With Live Preview, Brackets | ||
| works directly with your browser to push code edits instantly and jump | ||
| back and forth between your real source code and the browser view. | ||
| * **Do it yourself.** Because Brackets is open source, and built with HTML, CSS | ||
| * **Do it yourself.** Because Brackets is open source and built with HTML, CSS | ||
| and JavaScript, you can [help build](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md) the best code editor for the web. | ||
|
|
||
| Brackets may have reached version 1, but we're not stopping there. We have many feature ideas on our | ||
|
|
@@ -42,7 +41,7 @@ Also, see the [release notes](http://github.com/adobe/brackets/wiki/Release-Note | |
| for a list of new features and known issues in each build. | ||
|
|
||
| In addition to the core features built into Brackets, there is a large and growing | ||
| community of developers building extensions that add all sorts of useful functionality. | ||
| the community of developers building extensions that add all sorts of useful functionality. | ||
|
||
| See the [Brackets Extension Registry](https://registry.brackets.io/) | ||
| for a list of available extensions. For installation instructions, | ||
| see the [extensions wiki page](https://github.com/adobe/brackets/wiki/Brackets-Extensions). | ||
|
|
@@ -74,7 +73,7 @@ move it to the feature backlog for you. | |
|
|
||
| #### I want to help with the code! | ||
|
|
||
| Awesome! _There are lots of ways you can help._ First read | ||
| Awesome! _There are lots of ways you can help._ First, read | ||
| [CONTRIBUTING.md](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md), | ||
| then learn how to [pull the repo and hack on Brackets](https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets). | ||
|
|
||
|
|
@@ -84,8 +83,7 @@ taking our pull requests, implementing feature requests and fixing bugs! See | |
| [Notes on CodeMirror](https://github.com/adobe/brackets/wiki/Notes-on-CodeMirror) | ||
| for info on how we're using CodeMirror. | ||
|
|
||
| Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop | ||
| application in a thin native shell, so that it can access your local files. | ||
| Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop application in a thin native shell, so that it can access your local files. | ||
|
||
| (If you just try to open the index.html file in a browser, it won't work yet.) | ||
| The native shell for Brackets lives in a separate repo, | ||
| [adobe/brackets-shell](https://github.com/adobe/brackets-shell/). | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pointless change: concatenating two source lines to make one longer source line. No effect on the output.