Atom Text Editor For PC 1.45.0
179 MB( Safe & Secure )
Atom Text Editor is an open-source web design tool, and favorite among developers built using web technology: JavaScript, HTML, and CSS, that’s modern, approachable, yet hackable to the core a tool you can customize to do anything but also use productively without ever touching a config file. You choose from thousands of open source packages that add new features and functionality to the app or build a package from scratch and publish it for everyone else to use. The software comes pre-installed with four UI and eight syntax themes in both dark and light colors. Atom Free Download Latest Version for Windows PC. It is a full offline setup installer of the tool.
If you can’t find what you’re looking for, you can also install themes created by the Atom community or create your own. It’s easy to customize and style Atom 64bit. You can tweak the look and feel of your UI with CSS/Less and add major features with HTML and JavaScript. Check out the video on setting up a program. It is a desktop application built with HTML, JavaScript, CSS, and Node.js integration. It runs on Electron, a framework for building cross-platform apps using web technologies.
Out of the box, Atom is Git-aware, includes Markdown previews, auto-complete and more. It is designed to be hackable to the core.
What Atom Text Editor Offers?
Package ecosystem
At the time of writing this Atom Code Editor, over 7,000 packages and more than 2,000 themes had been published for Atom. The atom itself is created by bundling the core app with dozens of packages for each default feature.
These packages do things like add Markdown preview support, display your directory’s Git status, and control Find and Replace. They can be managed through the Settings view. Atom’s Settings view sets it apart because it includes a package manager by default, giving you access to the packages you have installed, as well as the thousands created by the community. You can browse and install these from within Atom.
You can open the Settings view by clicking Packages > Settings View > Open in your menu bar or by using the cmd+, keyboard shortcut.
Packages
With the Settings view open, you’ll find the Packages tab on the left. This will display all the packages you have installed and their type:
- Community packages: Packages written by people outside of GitHub’s Atom team
- Core packages: Developed by the Atom team and bundled with Atom
- Development packages: Packages you have on your machine and use in Atom from a local source
From the Packages view, you can manage your installed packages by selecting to install/uninstall or disable/enable them. Clicking on a package in this view takes you to the package’s available settings (if any) as well as the README that describes the package. If you want to know more, you can click on the link and be taken to the package’s repository or issue tracker.
Install packages
The Install tab in the Settings view connects you to the thousands of packages available for Atom. At the top, you’ll find featured packages, but you can also use the search bar to find the one you’re looking for.
Packages are published to Atom using Atom Package Manager (APM), which is included with Atom. You’ll find published Atom packages in the Install view, and they can also be found on the Atom’s website.
You can install new packages from the community in this view by clicking the Install button on a listed package. You can then manage packages from the Packages view.
Development packages
In order to use a package you’re developing locally in Atom before you publish it with APM, you can link it to Atom using the APM CLI. For instance, from within the package’s directory in Terminal or Bash, use the following command:
$ apm link
Linked packages will show up in the Development Packages section in the Packages view. You can see linked packages with this command:
$ apm links
Themes in Atom
In the Install view, toggle the search bar to Themes to search the available Atom themes. Once you have themes installed, you can manage and set them as the current theme in the Themes view.
UI and syntax themes
Atom has themes for both the UI and the code syntax. The syntax themes style how the code looks in the editor itself, and the UI themes style how the rest of the Atom looks (e.g. the tabs and file tree).You can even make small changes to the Atom without creating a complete theme or package.
Alternative customization in Atom
The Settings tab in the Settings view provides your options for customizing Atom, but you can go beyond the default options by adding JavaScript or CSS within your config. Every instance of Atom has a .atom directory that contains its configuration settings, where you can create custom behavior or styles.
To open your .atom configuration directory, click the ‘Open config folder’ button on the left side of the Settings view.
Init.coffee file
The init.coffee file allows you to add custom behavior to Atom every time a new window is launched. It’s executed after packages are loaded and any previous editor state has been restored.
You can use CoffeeScript in this default file or create a new file, init.js, to use JavaScript. In init, you can make use of the full Node.js API. For example, if each time you opened a window you wanted Atom to greet you with the version of Node.js it is using, you could add this to your init file:
alert(process.versions.node)
To interact more with Atom text editor, you can use the Atom API. Documentation on the API is available on the Atom site.
Styles.css
Just like init.coffee file, styles.css is a file that is loaded after Atom starts up. The styles you add here will override or add onto Atom’s existing styles, and they will take effect immediately upon saving.
For example, you could change the editor’s background color by adding this CSS:
atom-text-editor {
background: seashell;
}
A quick way to find the property names in Atom is to make use of the fact that underneath Atom is Chromium, so you have access to DevTools. You can toggle DevTools on and off by pressing alt+cmd+I.
With DevTools open, you can use the magnifying glass to select elements in Atom and reveal their class or element names. Target them in your styles.css file to change their properties.
With Atom’s package manager and configuration files, you can customize your Atom environment right from within Atom.
Atom Text Editor Features
Cross-platform editing
The app works across operating systems. You can use it on OS X, Windows, or Linux.
Built-in package manager
Search for and install new packages or start creating your own—all from within the tool.
Smart auto-completion
This product helps you write code faster with a smart, flexible autocomplete.
File system browser
Easily browse and open a single file, a whole project, or multiple projects in one window.
Multiple panes
Split your app interface into multiple panes to compare and edit code across files.
Find and replace
Find, preview, and replace text as you type in a file or across all your projects.
Video Tutorial
Technical Details
Devices Supported | Deployment | Language Support | Pricing Model | Customer Types |
|
|
|
|
|