Giter Site home page Giter Site logo

atom-dark-syntax's Introduction

Atom

Build status

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.

Atom

Atom Screenshot

Visit atom.io to learn more or visit the Atom forum.

Follow @AtomEditor on Twitter for important announcements.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Documentation

If you want to read about using Atom or developing packages in Atom, the Atom Flight Manual is free and available online. You can find the source to the manual in atom/flight-manual.atom.io.

The API reference for developing packages is also documented on Atom.io.

Installing

Prerequisites

macOS

Download the latest Atom release.

Atom will automatically update when a new release is available.

Windows

Download the latest Atom installer. AtomSetup.exe is 32-bit. For 64-bit systems, download AtomSetup-x64.exe.

Atom will automatically update when a new release is available.

You can also download atom-windows.zip (32-bit) or atom-x64-windows.zip (64-bit) from the releases page. The .zip version will not automatically update.

Using Chocolatey? Run cinst Atom to install the latest version of Atom.

Linux

Atom is only available for 64-bit Linux systems.

Configure your distribution's package manager to install and update Atom by following the Linux installation instructions in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.

Archive extraction

An archive is available for people who don't want to install atom as root.

This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, but should be compatible with other Linux distributions.

  1. Install dependencies (on Ubuntu):
sudo apt install git libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1
  1. Download atom-amd64.tar.gz from the Atom releases page.
  2. Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.
  3. Launch Atom using the installed atom command from the newly extracted directory.

The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.

Building

Discussion

License

MIT

When using the Atom or other GitHub logos, be sure to follow the GitHub logo guidelines.

atom-dark-syntax's People

Contributors

agentantelope avatar benogle avatar daviwil avatar kevinsawicki avatar lee-dohm avatar mcolyer avatar okbel avatar simurai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

atom-dark-syntax's Issues

npm publish

Is it possible to publish this package to npm? As a user of highlights, it would be nice to depend on this in package.json via an npm package instead of via git+https.

themes-Atom-dark

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

syntax highlighting not displayed properly

I'm not sure when this began to happen, but if you create a .md file and add some bold or italics text, there will be no syntax highlighting for them.

Perhaps not only that. Some other texts look weird, too.

image

atom-light has the same issue.

Uncaught TypeError: Cannot read property 'length' of undefined

[Enter steps to reproduce below:]

  1. Click on a (orange) git-diff on the line number.

Atom Version: 1.0.15
System: Windows 7
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Uncaught TypeError: Cannot read property 'length' of undefined

At /D:/Users/%username%/.atom/packages/line-diff-details/lib/line-diff-worker.coffee:81

TypeError: Cannot read property 'length' of undefined
  at LineDiffWorker.decorateDiffMarkers (D:\Users\%username%\.atom\packages\line-diff-details\lib\line-diff-worker.coffee:44:67)
  at HTMLDivElement.<anonymous> (D:\Users\%username%\.atom\packages\line-diff-details\lib\line-diff-worker.coffee:34:14)
  at HTMLDivElement.jQuery.event.dispatch (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\jquery\dist\jquery.js:4435:9)
  at HTMLDivElement.elemData.handle (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\jquery\dist\jquery.js:4121:28)

Commands

     -3:08.1.0 editor-stats:toggle (atom-workspace.workspace.scrollbars-visible-always)
  2x -3:03.3.0 settings-view:open (atom-pane.pane.active)
  3x -2:36.9.0 core:backspace (atom-text-editor#tree-view-background.opacity.editor.mini.is-focused)
     -1:52.8.0 core:save (atom-text-editor.editor.is-focused)
     -1:44.9.0 window:toggle-dev-tools (atom-text-editor.editor.is-focused)
     -0:57.5.0 core:paste (atom-text-editor.editor.is-focused)
  2x -0:55.8.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "one-dark-syntax"
    ],
    "disabledPackages": [
      [...]
    ]
  }
}

Installed Packages

# User
[...]
minimap, v4.13.3
[...]
minimap-git-diff, v4.1.8

# Dev
No dev packages

script tag highlighting

Atom Dark syntax theme with the One Dark UI theme
broken_script_tags
Atom Dark syntax theme with the Atom Dark UI theme
broken_script_tags_2

I originally thought this issue was caused by combining the Atom Dark syntax theme with the One Dark UI theme, but I noticed the issue persists even when I switched to the Atom Dark UI theme.

OS: Fedora 25 64bit
Atom: 1.12.6
I haven't changed anything aside from font size. Let me know if there is any more information you need.

Failed to activate the copy-config-info package

[Enter steps to reproduce below:]

  1. Copy config info.

Atom Version: 1.0.15
System: Windows 7
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Failed to activate the copy-config-info package

At Cannot read property 'command' of undefined

TypeError: Cannot read property 'command' of undefined
  at Object.module.exports.activate (D:\Users\%username%\.atom\packages\copy-config-info\lib\copy-config-info.coffee:3:21)
  at Package.module.exports.Package.activateNow (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\src\package.js:245:19)
  at C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\src\package.js:838:25
  at Emitter.module.exports.Emitter.emit (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\event-kit\lib\emitter.js:82:11)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\src\command-registry.js:226:20)
  at C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\src\command-registry.js:3:61
  at CommandPaletteView.module.exports.CommandPaletteView.confirmed (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\command-palette\lib\command-palette-view.js:159:32)
  at CommandPaletteView.module.exports.SelectListView.confirmSelection (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:338:21)
  at space-pen-div.atom.commands.add.core:confirm (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:109:19)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\src\command-registry.js:245:29)
  at C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\src\command-registry.js:3:61
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:524:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:347:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (C:\Users\%username%\AppData\Local\atom\app-1.0.15\resources\app.asar\src\window-event-handler.js:184:20)

Commands

     -6:15.5.0 core:select-all (atom-text-editor.editor.mini.is-focused)
     -5:54.4.0 window:toggle-dev-tools (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-atom-dark-ui)
     -5:49.2.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -5:47.5.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -5:47.5.0 markdown-table-formatter:format (atom-text-editor.editor)
     -5:46.4.0 core:save (atom-text-editor.editor.is-focused)
     -5:31.3.0 markdown-preview:toggle (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-atom-dark-ui)
     -1:26.3.0 core:paste (atom-text-editor.editor.mini.is-focused)
     -1:25.9.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:11.4.0 command-palette:toggle (atom-text-editor.editor.mini.is-focused)
     -0:09.2.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:09.2.0 copy-config-info:copy (atom-text-editor.editor.mini)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "one-dark-syntax"
    ],
    "projectHome": "D:\\Users\\%username%\\GitHub",
    "disabledPackages": [
      "autocomplete-emojis"
    ]
  }
}

Installed Packages

# User
[...]

# Dev
No dev packages

programm failure

I am trying to use Atom. Clearly, despite having a degree in engineering math and physics, having been on the internet since 1994, and compuserve before that, and having 20 years writing code, include a bit of assembler, this system is beyond me.

All that I want to do is to write and edit simple text documents. When I called up atom, I was given lots of choices. The first, and so far only one that I opted to use was the one that enabled me to choose a theme. I elected the themes of atom light and atom dark (for text). But when I clicked on the tab that said untitled, what I got was the (default) screen of grey on black. And so far I have wasted 1/2 half hour trying to find out how to write simple text, with a simple black on white format as most of the universe does.

Also, the instructions here are way to verbose and involved for me to get past the first paragraph.
Thanks

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Uncaught SyntaxError: Failed to execute 'addColorStop' on 'CanvasGradient': The value provided ('...

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.3.2
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Uncaught SyntaxError: Failed to execute 'addColorStop' on 'CanvasGradient': The value provided ('rgba(NaN,NaN,NaN,1)') could not be parsed as a color.

At /C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Alpha.coffee:93

Error: Failed to execute 'addColorStop' on 'CanvasGradient': The value provided ('rgba(NaN,NaN,NaN,1)') could not be parsed as a color.
    at Error (native)
    at Object._this.canvas.render (file:///C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Alpha.coffee:103:35)
    at file:///C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Alpha.coffee:112:29
    at Object.emit (file:///C:/Users/coolv/.atom/packages/color-picker/lib/modules/Emitter.coffee:11:23)
    at Object.emitColorChanged (file:///C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Saturation.coffee:24:22)
    at file:///C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Saturation.coffee:211:61
    at Object.emit (file:///C:/Users/coolv/.atom/packages/color-picker/lib/modules/Emitter.coffee:11:23)
    at Object.emitSelectionChanged (file:///C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Saturation.coffee:18:22)
    at Object._this.control.setSelection (file:///C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Saturation.coffee:200:43)
    at file:///C:/Users/coolv/.atom/packages/color-picker/lib/extensions/Saturation.coffee:208:30
    at Object.emit (file:///C:/Users/coolv/.atom/packages/color-picker/lib/modules/Emitter.coffee:11:23)
    at Object.emitInputColor (file:///C:/Users/coolv/.atom/packages/color-picker/lib/ColorPicker-view.coffee:234:22)
    at Object.open (file:///C:/Users/coolv/.atom/packages/color-picker/lib/ColorPicker-view.coffee:315:23)
    at atom-text-editor.<anonymous> (file:///C:/Users/coolv/.atom/packages/color-picker/lib/ColorPicker.coffee:42:68)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\app.asar\src\command-registry.js:260:29)
    at CommandRegistry.handleCommandEvent (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\app.asar\src\command-registry.js:3:61)
    at CommandRegistry.module.exports.CommandRegistry.dispatch (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\app.asar\src\command-registry.js:160:19)
    at AtomEnvironment.module.exports.AtomEnvironment.dispatchContextMenuCommand (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\app.asar\src\atom-environment.js:1016:28)
    at emitTwo (events.js:87:13)
    at EventEmitter.emit (events.js:172:7)
    at EventEmitter.ipc.sendSync (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\atom.asar\renderer\api\lib\ipc.js:21:31)
    at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\atom.asar\renderer\api\lib\remote.js:143:29)
    at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\app.asar\src\context-menu-manager.js:156:33)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentContextmenu (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\app.asar\src\window-event-handler.js:250:47)
    at HTMLDocument.<anonymous> (C:\Users\coolv\AppData\Local\atom\app-1.3.2\resources\app.asar\src\window-event-handler.js:3:61)

Commands

     -3:16.9.0 pane:split-up (span.package-description)
  2x -2:19 color-picker:open (atom-text-editor.editor.is-focused)
     -1:45.8.0 editor:consolidate-selections (atom-text-editor.editor.is-focused)
     -1:45.8.0 core:cancel (atom-text-editor.editor.is-focused)
     -1:44.2.0 core:save (atom-text-editor.editor.is-focused)
     -1:02.2.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:50.2.0 core:backspace (atom-text-editor.editor.is-focused)
  6x -0:49.4.0 core:move-right (atom-text-editor.editor.is-focused)
  2x -0:43.5.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:35.8.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:21.2.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:20.8.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:10 core:backspace (atom-text-editor.editor.is-focused)
     -0:07.3.0 core:save (atom-text-editor.editor.is-focused)
     -0:03.2.0 color-picker:open (atom-text-editor.editor.is-focused)
  3x -0:01.4.0 core:undo (atom-text-editor.editor.is-focused)

Config

{
  "core": {}
}

Installed Packages

# User
color-picker, v2.0.14

# Dev
No dev packages

atom

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Uncaught Error: EBUSY, resource busy or locked 'H:\_REPO\deploy\scripts\patchMaker\post.http'

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.187.0
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.26.0

Stack Trace

Uncaught Error: EBUSY, resource busy or locked 'H:_REPO\deploy\scripts\patchMaker\post.http'

At C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\q\q.js:128

Error: EBUSY, resource busy or locked 'H:\_REPO\deploy\scripts\patchMaker\post.http'
  at Error (native)
  at Object.fs.openSync (fs.js:503:18)
  at Object.module.(anonymous function) [as openSync] (ATOM_SHELL_ASAR.js:118:20)
  at Object.fs.readFileSync (fs.js:355:15)
  at Object.fs.readFileSync (ATOM_SHELL_ASAR.js:362:29)
  at File.module.exports.File.readSync (C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\file.js:229:36)
  at TextBuffer.module.exports.TextBuffer.updateCachedDiskContentsSync (C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\text-buffer\lib\text-buffer.js:991:85)
  at C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\text-buffer\lib\text-buffer.js:1096:17
  at Emitter.module.exports.Emitter.emit (C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\event-kit\lib\emitter.js:82:11)
  at C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\file.js:379:40
  at _fulfilled (C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\q\q.js:794:54)
  at self.promiseDispatch.done (C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\q\q.js:823:30)
  at Promise.promise.promiseDispatch (C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\q\q.js:756:13)
  at C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\q\q.js:564:44
  at flush (C:\Users\k_sevrjugin\AppData\Local\atom\app-0.187.0\resources\app\node_modules\q\q.js:110:17)
  at process._tickCallback (node.js:366:11)

Commands

  5x -1:43.6 core:backspace (atom-text-editor.editor)
     -1:42.1 core:move-down (atom-text-editor.editor)
  5x -1:41.8 core:delete (atom-text-editor.editor)
     -1:39.8 core:move-down (atom-text-editor.editor)
  5x -1:39.8 core:delete (atom-text-editor.editor)
     -1:37.6 core:move-down (atom-text-editor.editor)
  5x -1:37.4 core:delete (atom-text-editor.editor)
     -1:35.4 core:save (atom-text-editor.editor)
     -1:26.2 core:copy (atom-text-editor.editor)
     -1:23.0 core:paste (atom-text-editor.editor)
  4x -1:10.6 core:backspace (atom-text-editor.editor)
     -0:57.4 core:save (atom-text-editor.editor)
     -0:31.5 core:backspace (atom-text-editor.editor)
  2x -0:30.8 core:delete (atom-text-editor.editor)
     -0:28.9 core:move-left (atom-text-editor.editor)
  2x -0:24.7 core:save (atom-text-editor.editor)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ]
  }
}

Installed Packages

# User
No installed packages

# Dev
No dev packages

Failed to activate the define-jump package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.0.0
System: Microsoft Windows 8.1 Enterprise N
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Failed to activate the define-jump package

At Cannot read property 'command' of undefined

TypeError: Cannot read property 'command' of undefined
    at Object.activate (D:\Google Drive\Private\Configurations Files\Atom Editor\packages\define-jump\index.js:15:21)
    at Package.module.exports.Package.activateNow (C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\src\package.js:240:19)
    at C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\src\package.js:772:25
    at Emitter.module.exports.Emitter.emit (C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\event-kit\lib\emitter.js:82:11)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\src\command-registry.js:222:20)
    at C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\src\command-registry.js:3:61
    at CommandPaletteView.module.exports.CommandPaletteView.confirmed (C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\command-palette\lib\command-palette-view.js:159:32)
    at CommandPaletteView.module.exports.SelectListView.confirmSelection (C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:338:21)
    at space-pen-div.atom.commands.add.core:confirm (C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:109:19)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\Zura\AppData\Local\atom\app-1.0.0\resources\app.asar\src\command-registry.js:241:29)

Commands

  2x -2:22 core:move-down (atom-text-editor.editor.mini.is-focused)
     -2:21.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -2:21.1.0 settings-view:install-packages-and-themes (atom-text-editor.editor)
  2x -2:18.2.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:39.4.0 emmet:insert-formatted-line-break-only (atom-text-editor.editor.is-focused)
     -0:39.4.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:39.2.0 core:paste (atom-text-editor.editor.is-focused)
     -0:34.9.0 core:save (atom-text-editor.editor.is-focused)
     -0:30.3.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -0:29.3.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -0:29.3.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -0:28.9.0 fuzzy-finder:toggle-file-finder (atom-text-editor.editor.is-focused)
     -0:27 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:08.5.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -0:05.4.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:05.4.0 define-jump:to-original-definition (atom-text-editor.editor)

Config

{
  "core": {
    "disabledPackages": [
      "wrap-guide"
    ]
  }
}

Installed Packages

# User
browser-plus, v0.0.23
define-jump, v1.0.1
emmet, v2.3.10
highlight-selected, v0.10.1
minimap, v4.10.0
subword-navigation, v2.9.0

# Dev
No dev packages

test

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

can not install this theme , no syntax themes drop down menu visible

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Uncaught TypeError: undefined is not a function

[Enter steps to reproduce below:]

  1. Created simple Console.cs application
  2. Pressed Ctrl + Alt + o

Atom Version: 0.181.0
System: Microsoft Windows 8.1 Enterprise
Thrown From: atom-dark-syntax package, v0.26.0

Stack Trace

Uncaught TypeError: undefined is not a function

At /c:/Users/shoky/.atom/packages/omnisharp-atom/lib/omni-sharp-server/omni-sharp-server.coffee:117

TypeError: undefined is not a function
  at OmniSharpServerInstance.module.exports.OmniSharpServerInstance.getPortNumber (C:\Users\shoky\.atom\packages\omnisharp-atom\lib\omni-sharp-server\omni-sharp-server.coffee:106:25)
  at OmniSharpServerInstance.module.exports.OmniSharpServerInstance.start (C:\Users\shoky\.atom\packages\omnisharp-atom\lib\omni-sharp-server\omni-sharp-server.coffee:68:17)
  at OmniSharpServerInstance.module.exports.OmniSharpServerInstance.toggle (C:\Users\shoky\.atom\packages\omnisharp-atom\lib\omni-sharp-server\omni-sharp-server.coffee:114:50)
  at Object.module.exports.toggle (C:\Users\shoky\.atom\packages\omnisharp-atom\lib\omnisharp-atom\omnisharp-atom.coffee:72:27)
  at atom-workspace.<anonymous> (C:\Users\shoky\.atom\packages\omnisharp-atom\lib\omnisharp-atom\omnisharp-atom.coffee:14:61)
  at atom-workspace.handler (d:\ide\atom\app-0.181.0\resources\app\src\space-pen-extensions.js:115:32)
  at atom-workspace.jQuery.event.dispatch (d:\ide\atom\app-0.181.0\resources\app\node_modules\space-pen\vendor\jquery.js:4681:9)
  at atom-workspace.elemData.handle (d:\ide\atom\app-0.181.0\resources\app\node_modules\space-pen\vendor\jquery.js:4359:46)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (d:\ide\atom\app-0.181.0\resources\app\src\command-registry.js:243:29)
  at d:\ide\atom\app-0.181.0\resources\app\src\command-registry.js:3:61
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (d:\ide\atom\app-0.181.0\resources\app\node_modules\atom-keymap\lib\keymap-manager.js:558:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (d:\ide\atom\app-0.181.0\resources\app\node_modules\atom-keymap\lib\keymap-manager.js:396:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (d:\ide\atom\app-0.181.0\resources\app\src\window-event-handler.js:176:20)

Commands

     -4:44.3 omnisharp-atom:toggle (atom-text-editor.editor)
     -4:38.8 atom-sharp:open:solution:browse (atom-text-editor.editor)
     -4:03.7 editor:newline (atom-text-editor.editor)
  4x -4:02.3 core:backspace (atom-text-editor.editor)
     -3:57.8 snippets:next-tab-stop (atom-text-editor.editor)
     -3:57.8 snippets:expand (atom-text-editor.editor)
  3x -3:50.9 editor:move-to-beginning-of-word (atom-text-editor.editor)
  2x -3:49.9 autocomplete:toggle (atom-text-editor.editor)
     -3:45.6 core:save (atom-text-editor.editor)
     -2:28.8 project-manager:toggle (div.settings-view.pane-item)
     -0:47.9 command-palette:toggle (atom-text-editor.editor)
     -0:40.9 omnisharp-atom:show-build (atom-text-editor.editor)
     -0:03.5 omnisharp-atom:toggle (atom-text-editor.editor)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "seti-monokai"
    ]
  }
}

Installed Packages

# User
atom-sharp, v0.1.0
atom-typescript, v0.65.0
autocomplete-haxe, v0.2.0
autocomplete-plus, v2.1.6
autocomplete-plus-async, v0.22.0
language-csharp, v0.3.0
language-d, v2.0.0
language-haxe, v0.2.1
language-typescript, v0.15.0
linter, v0.11.1
omnisharp-atom, v0.1.6
project-manager, v1.15.5
seti-monokai, v0.3.1

# Dev
No dev packages

Failed to load the remote-edit package

[Enter steps to reproduce below:]

  1. Searched for Remote Edit plugin (https://atom.io/packages/remote-edit)
  2. Tried to install it and received the error.

Atom Version: 1.1.0
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Failed to load the remote-edit package

At TextEditor.registerDeserializer is not a function

TypeError: TextEditor.registerDeserializer is not a function
  at C:\Users\DimaS\.atom\packages\remote-edit\lib\model\remote-edit-editor.coffee:26:16
  at Object.<anonymous> (C:\Users\DimaS\.atom\packages\remote-edit\lib\model\remote-edit-editor.coffee:253:5)
  at Object.<anonymous> (C:\Users\DimaS\.atom\packages\remote-edit\lib\model\remote-edit-editor.coffee:1:1)
  at Module._compile (module.js:428:26)
  at Object.defineProperty.value [as .coffee] (D:\Dropbox\Atom\resources\app.asar\src\compile-cache.js:169:21)
  at Module.load (module.js:353:32)
  at Function.Module._load (module.js:308:12)
  at Module.require (module.js:363:17)
  at require (module.js:382:17)
  at Object.<anonymous> (C:\Users\DimaS\.atom\packages\remote-edit\lib\main.coffee:2:20)
  at Object.<anonymous> (C:\Users\DimaS\.atom\packages\remote-edit\lib\main.coffee:2:1)
  at Module._compile (module.js:428:26)
  at Object.defineProperty.value [as .coffee] (D:\Dropbox\Atom\resources\app.asar\src\compile-cache.js:169:21)
  at Module.load (module.js:353:32)
  at Function.Module._load (module.js:308:12)
  at Module.require (module.js:363:17)
  at require (module.js:382:17)
  at Package.module.exports.Package.requireMainModule (D:\Dropbox\Atom\resources\app.asar\src\package.js:725:34)
  at D:\Dropbox\Atom\resources\app.asar\src\package.js:176:28
  at Package.module.exports.Package.measure (D:\Dropbox\Atom\resources\app.asar\src\package.js:153:15)
  at Package.module.exports.Package.load (D:\Dropbox\Atom\resources\app.asar\src\package.js:167:12)
  at PackageManager.module.exports.PackageManager.loadPackage (D:\Dropbox\Atom\resources\app.asar\src\package-manager.js:396:14)
  at PackageManager.module.exports.PackageManager.activatePackage (D:\Dropbox\Atom\resources\app.asar\src\package-manager.js:473:30)
  at D:\Dropbox\Atom\resources\app.asar\node_modules\settings-view\lib\package-manager.js:444:29
  at exit (D:\Dropbox\Atom\resources\app.asar\node_modules\settings-view\lib\package-manager.js:73:16)
  at triggerExitCallback (D:\Dropbox\Atom\resources\app.asar\src\buffered-process.js:213:47)
  at ChildProcess.<anonymous> (D:\Dropbox\Atom\resources\app.asar\src\buffered-process.js:235:18)
  at emitTwo (events.js:87:13)
  at ChildProcess.emit (events.js:172:7)
  at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)

Commands

     -8:45.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
  3x -6:36.1.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -6:30.5.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -5:06.1.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -4:59.8.0 core:confirm (atom-text-editor.editor.mini.is-focused)
  5x -4:44.6.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -4:40 core:confirm (atom-text-editor.editor.mini.is-focused)
     -4:03.2.0 editor:select-line (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
     -3:58.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
  2x -2:55.7.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -2:54.2.0 editor:select-to-first-character-of-line (atom-text-editor.editor.mini.is-focused)
     -2:52.1.0 core:backspace (atom-text-editor.editor.mini.is-focused)
  3x -2:45.8.0 core:move-left (atom-text-editor.editor.mini.is-focused)
  3x -2:44.7.0 core:confirm (atom-text-editor.editor.mini.is-focused)
  2x -0:45.8.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:43.7.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {}
}

Installed Packages

# User
autocomplete-emojis, v2.2.2
autocomplete-paths, v1.0.2
autocomplete-php, v0.3.7
color-picker, v2.0.13
editor-stats, v0.17.0
editorconfig, v1.2.1
emmet, v2.3.13
file-icons, v1.6.11
highlight-line, v0.11.0
javascript-snippets, v1.0.0
jshint, v1.8.3
minimap, v4.15.2
pretty-json, v0.4.1
remote-edit, v1.8.21

# Dev
No dev packages

path.extname is deprecated.

Argument to path.extname must be a string

path.extname (E:\tools\Atom\resources\app.asar\src\electron-shims.js:20:10)
ATPOutputView.getCwd (C:\Users\xiaxiaoyu\.atom\packages\atom-terminal-panel\lib\atp-view.coffee:1874:17)
BuiltinVariables.parseFull (C:\Users\xiaxiaoyu\.atom\packages\atom-terminal-panel\lib\atp-builtins-variables.coffee:188:77)
BuiltinVariables.parseHtml (C:\Users\xiaxiaoyu\.atom\packages\atom-terminal-panel\lib\atp-builtins-variables.coffee:111:16)
ATPOutputView.parseTemplate (C:\Users\xiaxiaoyu\.atom\packages\atom-terminal-panel\lib\atp-view.coffee:664:36)
ATPPanel.updateStatusBar (C:\Users\xiaxiaoyu\.atom\packages\atom-terminal-panel\lib\atp-panel.coffee:190:50)

atom

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Improve text contrast

The text should be high in brightness (e.g. default text should be white/#fff)

This is a large usability concern. Without high contrast, text is much more difficult to read.

Comparison to Sublime:

Atom:
screen shot 2015-04-15 at 10 43 10 am

Sublime:
screen shot 2015-04-15 at 10 39 47 am

Uncaught SyntaxError: Unexpected end of input

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.165.0
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.23.0

Stack Trace

Uncaught SyntaxError: Unexpected end of input

At file:///F:/Atom/resources/app/static/index.html?loadSettings=%7B%22pathToOpen%22%3A%22F%3A%5C%5Cprojects%5C%5Ctretira-docs%22%2C%22bootstrapScript%22%3A%22f%3A%5C%5CAtom%5C%5Cresources%5C%5Capp%5C%5Csrc%5C%5Cwindow-bootstrap.js%22%2C%22resourcePath%22%3A%22f%3A%5C%5CAtom%5C%5Cresources%5C%5Capp%22%2C%22devMode%22%3Afalse%2C%22safeMode%22%3Afalse%2C%22appVersion%22%3A%220.165.0%22%2C%22initialPath%22%3A%22F%3A%5C%5Cprojects%5C%5Ctretira-docs%22%7D:0

SyntaxError: Unexpected end of input
  at Object.parse (native)
  at c:\Users\Kein\.atom\packages\terminal-status\lib\command-output-view.coffee:38:26
  at ChildProcess.exithandler (child_process.js:752:5)
  at ChildProcess.emit (events.js:110:17)
  at maybeClose (child_process.js:1013:16)
  at Socket.<anonymous> (child_process.js:1181:11)
  at Socket.emit (events.js:107:17)
  at Pipe.close (net.js:461:12)

Commands

     -9:44.7 command-palette:toggle (input.hidden-input)
     -9:41.1 core:move-down (input.hidden-input)
     -9:40.8 core:move-up (input.hidden-input)
     -9:40.4 core:confirm (input.hidden-input)
     -9:40.4 git-log:show (input.hidden-input)
     -8:47.1 core:confirm (input.hidden-input)
     -8:39.9 core:delete (input.hidden-input)
     -8:38.5 core:save (input.hidden-input)
     -1:36.3 settings-view:install-packages (input.hidden-input)
     -1:26.5 core:confirm (input.hidden-input)
     -0:01.0 core:paste (input.hidden-input)
     -0:00.0 core:confirm (input.hidden-input)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "monokai"
    ]
  }
}

Installed Packages

# User
atom-color-highlight, v3.0.2
autoclose-html, v0.13.0
autocomplete-paths, v0.9.1
autocomplete-plus, v1.1.0
color-picker, v1.2.6
docblockr, v0.5.8
file-icons, v1.4.4
git-log, v0.2.0
highlight-selected, v0.7.0
js-refactor, v0.3.0
jsformat, v0.7.18
jshint, v1.1.3
jslint, v0.10.2
language-ejs, v0.1.0
linter, v0.9.1
linter-csslint, v0.0.11
linter-jshint, v0.1.0
linter-scss-lint, v0.0.11
markdown-format, v2.5.0
minimap, v3.5.3
monokai, v0.9.0
open-last-project, v0.1.1
pretty-json, v0.3.1
react, v0.7.8
refactor, v0.4.1
remember-session, v0.5.1
sassbeautify, v0.2.0
tabs-to-spaces, v0.8.0
terminal-status, v1.3.5

# Dev
No dev packages

/cc @atom/core

Failed to activate the remember-session package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.196.0
System: Microsoft Windows 8.1 Pro
Thrown From: atom-dark-syntax package, v0.26.0

Stack Trace

Failed to activate the remember-session package

At Cannot read property 'x' of undefined

TypeError: Cannot read property 'x' of undefined
  at restoreDimensions (C:\Users\huang\.atom\packages\remember-session\lib\remember-session.coffee:70:4)
  at Object.module.exports.activate (C:\Users\huang\.atom\packages\remember-session\lib\remember-session.coffee:8:7)
  at Package.module.exports.Package.activateNow (E:\Atom\resources\app.asar\src\package.js:222:19)
  at E:\Atom\resources\app.asar\src\package.js:203:30
  at Package.module.exports.Package.measure (E:\Atom\resources\app.asar\src\package.js:147:15)
  at Package.module.exports.Package.activate (E:\Atom\resources\app.asar\src\package.js:195:14)
  at PackageManager.module.exports.PackageManager.activatePackage (E:\Atom\resources\app.asar\src\package-manager.js:434:21)
  at E:\Atom\resources\app.asar\node_modules\settings-view\lib\package-manager.js:316:29
  at exit (E:\Atom\resources\app.asar\node_modules\settings-view\lib\package-manager.js:41:16)
  at triggerExitCallback (E:\Atom\resources\app.asar\src\buffered-process.js:213:47)
  at ChildProcess.<anonymous> (E:\Atom\resources\app.asar\src\buffered-process.js:235:18)
  at emitTwo (events.js:87:13)
  at ChildProcess.emit (events.js:169:7)
  at Process.ChildProcess._handle.onexit (child_process.js:1057:12)

Commands

  2x -2:31.5.0 core:confirm (atom-text-editor.editor.mini)

Config

{
  "core": {
    "autoHideMenuBar": true
  }
}

Installed Packages

# User
minimap, v4.8.0
remember-session, v0.5.1

# Dev
No dev packages

Uncaught TypeError: Cannot read property 'append' of undefined

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.169.0
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.23.0

Stack Trace

Uncaught TypeError: Cannot read property 'append' of undefined

At c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\settings-view\lib\themes-panel.js:204

TypeError: Cannot read property 'append' of undefined
  at c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\settings-view\lib\themes-panel.js:204:36
  at c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\emissary\lib\emitter.js:155:30
  at Array.forEach (native)
  at PackageManager.module.exports.Emitter.emitSlow (c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\emissary\lib\emitter.js:154:47)
  at PackageManager.module.exports.Emitter.emit (c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\emissary\lib\emitter.js:107:30)
  at PackageManager.module.exports.PackageManager.emitPackageEvent (c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\settings-view\lib\package-manager.js:368:19)
  at c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\settings-view\lib\package-manager.js:284:19
  at exit (c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\node_modules\settings-view\lib\package-manager.js:43:16)
  at BufferedProcess.triggerExitCallback (c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\src\buffered-process.js:63:47)
  at ChildProcess.<anonymous> (c:\Users\Blue Lin\AppData\Local\atom\app-0.169.0\resources\app\src\buffered-process.js:85:18)
  at ChildProcess.emit (events.js:110:17)
  at Process.ChildProcess._handle.onexit (child_process.js:1068:12)

Commands

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ]
  }
}

Installed Packages

# User
No installed packages

# Dev
No dev packages

/cc @atom/core

atom-dark-syntax

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Promise.done is deprecated.

Atom now uses ES6 Promises instead of Q. Call promise.then instead of promise.done

Promise.done (D:\atom-x64-windows\Atom Beta x64\resources\app.asar\src\atom-environment.js:1197:5)
Object.toggle (C:\Users\ToastYin\.atom\packages\atom-html-preview\lib\atom-html-preview.coffee:108:10)
atom-workspace.subscriptions.add.atom.commands.add.atom-html-preview:toggle (C:\Users\ToastYin\.atom\packages\atom-html-preview\lib\atom-html-preview.coffee:57:26)
CommandRegistry.handleCommandEvent (D:\atom-x64-windows\Atom Beta x64\resources\app.asar\src\command-registry.js:259:29)
<unknown> (D:\atom-x64-windows\Atom Beta x64\resources\app.asar\src\command-registry.js:3:59)
KeymapManager.dispatchCommandEvent (D:\atom-x64-windows\Atom Beta x64\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:599:16)

Cannot get this template to work

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

<unknown> is deprecated.

You have the core package "atom-dark-syntax" installed as a community package. See https://github.com/atom/dalek for how this causes problems and instructions on how to correct the situation.

<unknown> (<embedded>:13596:20)
Generator.next (null:null:null)
step (<embedded>:13583:279)
<unknown> (null:null:null)
process._tickCallback (internal/process/next_tick.js:109:7)

445

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]0123123

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Alternative colour for HTML attributes

I really like this syntax theme but I have one nitpick with Atom Dark right now:
The attributes in HTML elements are the same colour as the tags, which is really messing up readability for me.

Atom Dark example:
screen shot 2014-07-15 at 11 20 04 am

A theme that highlights them separately, but has other drawbacks (Base16 Ocean Dark):
screen shot 2014-07-15 at 11 20 58 am

Let me know if this is too much of an aesthetic/subjective thing, or if you disagree about the readability.

Dark UI Status Bar

Before:

Proposed:

I love the green sidebar showing whats modified/new however, in the light ui with the dark syntax the green gets lost. We can either make it wider or separate the border color and the green color a little more.

the & symbol highlights and turn all the code to a shade green while everything before hand is the theme default

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Failed to activate the atom-autocomplete-php package

[Enter steps to reproduce below:]

  1. ...updated packages
  2. ...

I'm a noob using atom and learning as I go. Apologies if this is obvious to the rest.

Atom Version: 1.0.19
System: Microsoft Windows 10 Pro
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Failed to activate the atom-autocomplete-php package

At Cannot read property 'indexOf' of undefined

TypeError: Cannot read property 'indexOf' of undefined
  at Object.module.exports.getMethodContext (C:\Users\Debbie S\.atom\packages\atom-autocomplete-php\lib\services\php-file-parser.coffee:577:25)
  at FunctionProvider.<anonymous> (C:\Users\Debbie S\.atom\packages\atom-autocomplete-php\lib\annotation\method-provider.coffee:57:33)
  at FunctionProvider.module.exports.FunctionProvider.registerAnnotations (C:\Users\Debbie S\.atom\packages\atom-autocomplete-php\lib\annotation\method-provider.coffee:140:12)
  at C:\Users\Debbie S\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:17:14
  at Workspace.module.exports.Workspace.observeTextEditors (R:\atom\atom\app-1.0.19\resources\app.asar\src\workspace.js:276:9)
  at FunctionProvider.module.exports.AbstractProvider.init (C:\Users\Debbie S\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:13:24)
  at AnnotationManager.module.exports.AnnotationManager.init (C:\Users\Debbie S\.atom\packages\atom-autocomplete-php\lib\annotation\annotation-manager.coffee:16:9)
  at Object.module.exports.activate (C:\Users\Debbie S\.atom\packages\atom-autocomplete-php\lib\peekmo-php-atom-autocomplete.coffee:64:28)
  at Package.module.exports.Package.activateNow (R:\atom\atom\app-1.0.19\resources\app.asar\src\package.js:245:19)
  at R:\atom\atom\app-1.0.19\resources\app.asar\src\package.js:226:30
  at Package.module.exports.Package.measure (R:\atom\atom\app-1.0.19\resources\app.asar\src\package.js:169:15)
  at Package.module.exports.Package.activate (R:\atom\atom\app-1.0.19\resources\app.asar\src\package.js:218:14)
  at PackageManager.module.exports.PackageManager.activatePackage (R:\atom\atom\app-1.0.19\resources\app.asar\src\package-manager.js:486:21)
  at R:\atom\atom\app-1.0.19\resources\app.asar\node_modules\settings-view\lib\package-manager.js:313:60
  at exit (R:\atom\atom\app-1.0.19\resources\app.asar\node_modules\settings-view\lib\package-manager.js:60:16)
  at triggerExitCallback (R:\atom\atom\app-1.0.19\resources\app.asar\src\buffered-process.js:213:47)
  at ChildProcess.<anonymous> (R:\atom\atom\app-1.0.19\resources\app.asar\src\buffered-process.js:235:18)
  at emitTwo (events.js:87:13)
  at ChildProcess.emit (events.js:172:7)
  at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)

Commands

     -8:33.1.0 command-palette:toggle (atom-text-editor.editor.is-focused)
  2x -8:00.7.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -7:45.5.0 settings-view:check-for-package-updates (atom-text-editor.editor)

Config

{
  "core": {}
}

Installed Packages

# User
atom-autocomplete-php, v0.15.0
atom-bootstrap4, v1.2.13
atom-commander, v0.4.2
atom-html-preview, v0.1.11
atom-snippets, v0.1.1
Atom-Syntax-highlighting-for-Sass, v0.5.0
autoclose-html, v0.19.0
autocomplete-html-entities, v0.1.0
autocomplete-sass, v0.1.0
bootstrap-3-snippetset, v0.0.6
bootstrap4-snippets, v0.2.2
codeigniter, v0.2.0
codeigniter-nucleus, v0.4.3
color-picker, v2.0.13
compass, v0.9.1
copy-path, v0.1.1
css-snippets, v0.9.0
css-specificity, v0.2.2
giphy, v0.1.0
html-entities, v0.4.0
html-id-class-snippets, v1.4.1
icon-fonts, v1.7.1
linter, v1.8.1
linter-htmlhint, v0.1.1
linter-php, v1.0.5
linter-sass-lint, v0.4.1
php-analyser, v0.2.0
php-composer-completion, v0.3.4
pigments, v0.18.0
preview-plus, v1.2.6
Remote-FTP, v0.7.8
sass-autocompile, v0.10.7
sass-comment, v1.4.0
Sass-Syntax-Highlight, v0.1.1
sass-watch, v0.3.1
useful-context-menu, v0.3.0

# Dev
No dev packages

atom

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Uncaught TypeError: Unable to watch path

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.187.0
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.26.0

Stack Trace

Uncaught TypeError: Unable to watch path

At C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\src\workspace.js:520

TypeError: Unable to watch path
  at TypeError (native)
  at HandleWatcher.start (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\main.js:66:29)
  at new HandleWatcher (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\main.js:30:12)
  at new PathWatcher (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\main.js:120:30)
  at Object.exports.watch (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\main.js:179:12)
  at File.module.exports.File.subscribeToNativeChangeEvents (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\file.js:410:109)
  at File.module.exports.File.willAddSubscription (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\file.js:114:14)
  at File.willAddSubscription (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\file.js:3:61)
  at File.module.exports.File.onDidChange (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\pathwatcher\lib\file.js:94:12)
  at TextBuffer.module.exports.TextBuffer.subscribeToFile (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\text-buffer\lib\text-buffer.js:1089:44)
  at TextBuffer.module.exports.TextBuffer.setPath (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\text-buffer\lib\text-buffer.js:281:14)
  at new TextBuffer (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\text-buffer\lib\text-buffer.js:100:14)
  at Project.module.exports.Project.buildBuffer (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\src\project.js:502:16)
  at Project.module.exports.Project.bufferForPath (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\src\project.js:476:63)
  at Project.module.exports.Project.open (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\src\project.js:430:19)
  at Workspace.module.exports.Workspace.openURIInPane (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\src\workspace.js:502:31)
  at Workspace.module.exports.Workspace.open (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\src\workspace.js:428:19)
  at TreeView.module.exports.TreeView.openSelectedEntry (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\tree-view\lib\tree-view.js:710:31)
  at TreeView.module.exports.TreeView.entryClicked (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\tree-view\lib\tree-view.js:427:18)
  at tree-view-file.<anonymous> (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\tree-view\lib\tree-view.js:178:26)
  at space-pen-div.jQuery.event.dispatch (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\jquery\dist\jquery.js:4430:9)
  at space-pen-div.elemData.handle (C:\Users\Administrador\AppData\Local\atom\app-0.187.0\resources\app\node_modules\jquery\dist\jquery.js:4116:28)

Commands

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ]
  }
}

Installed Packages

# User
No installed packages

# Dev
No dev packages

Uncaught TypeError: Cannot read property item of undefined

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.1.0
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Uncaught TypeError: Cannot read property 'item' of undefined

At /C:/Users/user/.atom/packages/scroll-sync/lib/scroll-sync.coffee:62

TypeError: Cannot read property 'item' of undefined
  at ScrlSync.startTracking (C:\Users\user\.atom\packages\scroll-sync\lib\scroll-sync.coffee:34:19)
  at atom-workspace.subToggle.add.atom.commands.add.scroll-sync:toggle (C:\Users\user\.atom\packages\scroll-sync\lib\scroll-sync.coffee:19:30)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\user\AppData\Local\atom\app-1.1.0\resources\app.asar\src\command-registry.js:243:29)
  at C:\Users\user\AppData\Local\atom\app-1.1.0\resources\app.asar\src\command-registry.js:3:61
  at CommandPaletteView.module.exports.CommandPaletteView.confirmed (C:\Users\user\AppData\Local\atom\app-1.1.0\resources\app.asar\node_modules\command-palette\lib\command-palette-view.js:159:32)
  at CommandPaletteView.module.exports.SelectListView.confirmSelection (C:\Users\user\AppData\Local\atom\app-1.1.0\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:338:21)
  at space-pen-li.<anonymous> (C:\Users\user\AppData\Local\atom\app-1.1.0\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:139:19)
  at HTMLOListElement.jQuery.event.dispatch (C:\Users\user\AppData\Local\atom\app-1.1.0\resources\app.asar\node_modules\jquery\dist\jquery.js:4435:9)
  at HTMLOListElement.elemData.handle (C:\Users\user\AppData\Local\atom\app-1.1.0\resources\app.asar\node_modules\jquery\dist\jquery.js:4121:28)

Commands

     -3:46.3.0 markdown-preview:toggle (atom-text-editor.editor.is-focused)
  2x -3:08.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:23.3.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -0:16.4.0 editor:delete-to-beginning-of-word (atom-text-editor.editor.mini.is-focused)
     -0:08.4.0 scroll-sync:toggle (atom-text-editor.editor)

Config

{
  "core": {}
}

Installed Packages

# User
scroll-sync, v0.1.4

# Dev
No dev packages

HTML tag name and tag attributes should have different colors

Prerequisites

Description

Now in html file, the colors of tag name and tag attributes are the same, I suggest to make them different so that the code looks more beautiful.

Steps to Reproduce

  1. Open an html file

Expected behavior: tag names and tag attrs have different colors

Actual behavior: the colors are the same

Reproduces how often: 100%

Versions

Atom : 1.20.0-beta5
Electron: 1.6.9
Chrome : 56.0.2924.87
Node : 7.4.0

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Failed to load the minimap package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.189.0
System: Unknown Windows Version
Thrown From: atom-dark-syntax package, v0.26.0

Stack Trace

Failed to load the minimap package

At C:/Users/sanzh/.atom/packages/minimap/lib/main.js: Unexpected character '@' (28:0)
  26 |  * minimap and be available to the user through the minimap settings.
  27 |  */
> 28 | @include(PluginManagement)
     | ^
  29 | class Main {
  30 |   /**
  31 |    * Used only at export time.

SyntaxError: C:/Users/sanzh/.atom/packages/minimap/lib/main.js: Unexpected character '@' (28:0)
  26 |  * minimap and be available to the user through the minimap settings.
  27 |  */
> 28 | @include(PluginManagement)
     | ^
  29 | class Main {
  30 |   /**
  31 |    * Used only at export time.
  at raise (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:343:15)
  at readToken (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:1090:7)
  at next (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:2117:5)
  at parseIdent (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:3776:5)
  at parseBindingAtom (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:2383:16)
  at parseVar (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:2954:17)
  at parseVarStatement (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:2842:5)
  at parseStatement (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:2610:23)
  at parseTopLevel (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:2567:18)
  at Object.exports.parse (E:\Atom\resources\app\node_modules\babel-core\node_modules\acorn-babel\acorn_csp.js:51:12)
  at module.exports (E:\Atom\resources\app\node_modules\babel-core\lib\babel\helpers\parse.js:18:21)
  at File.<anonymous> (E:\Atom\resources\app\node_modules\babel-core\lib\babel\transformation\file.js:397:12)
  at File.parse (E:\Atom\resources\app\node_modules\babel-core\lib\babel\transformation\file.js:379:21)
  at Object.transform (E:\Atom\resources\app\node_modules\babel-core\lib\babel\transformation\index.js:19:15)
  at transpile (E:\Atom\resources\app\src\babel.js:128:16)
  at Object.loadFile [as .js] (E:\Atom\resources\app\src\babel.js:165:67)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at Package.module.exports.Package.requireMainModule (E:\Atom\resources\app\src\package.js:678:34)
  at E:\Atom\resources\app\src\package.js:189:28
  at Package.module.exports.Package.measure (E:\Atom\resources\app\src\package.js:167:15)
  at Package.module.exports.Package.load (E:\Atom\resources\app\src\package.js:181:12)
  at PackageManager.module.exports.PackageManager.loadPackage (E:\Atom\resources\app\src\package-manager.js:383:14)
  at PackageManager.module.exports.PackageManager.activatePackage (E:\Atom\resources\app\src\package-manager.js:460:30)
  at E:\Atom\resources\app\node_modules\settings-view\lib\package-manager.js:268:29
  at exit (E:\Atom\resources\app\node_modules\settings-view\lib\package-manager.js:43:16)
  at BufferedProcess.triggerExitCallback (E:\Atom\resources\app\src\buffered-process.js:63:47)
  at ChildProcess.<anonymous> (E:\Atom\resources\app\src\buffered-process.js:85:18)
  at emitTwo (events.js:87:13)
  at ChildProcess.emit (events.js:169:7)
  at Process.ChildProcess._handle.onexit (child_process.js:1057:12)

Commands

     -5:33.7 package-generator:generate-package (atom-text-editor.editor.mini.is-focused)
     -3:02.9 core:paste (atom-text-editor.editor.mini.is-focused)
     -3:01.9 core:confirm (atom-text-editor.editor.mini.is-focused)
     -2:36.9 core:backspace (atom-text-editor.editor.mini.is-focused)
     -2:36.5 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "wrap-guide",
      "atom-autocomplete-php",
      "color-picker",
      "autocomplete"
    ]
  }
}

Installed Packages

# User
autocomplete-css, v0.11.1
autocomplete-html-entities, v0.1.0
autocomplete-js-import, v1.0.1
autocomplete-json, v1.9.1
autocomplete-plus, v2.29.2
autocomplete-xml, v0.8.3
emmet, v2.4.3
minimap, v4.22.1
npm-autocomplete, v0.1.2
php-integrator-autocomplete-plus, v0.7.0

# Dev
No dev packages

Error with 'build'

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.0.19
System: SOGOMN-NOTEBOOK
Thrown From: atom-dark-syntax package, v0.27.0

Stack Trace

Uncaught TypeError: atom.project.getPaths(...).sort(...).find is not a function

At /C:/Users/Sogomn/.atom/packages/build/lib/build.js:200

TypeError: atom.project.getPaths(...).sort(...).find is not a function
  at Object.activePath (C:\Users\Sogomn\.atom\packages\build\lib\build.js:200:8)
  at Object.updateStatusBar (C:\Users\Sogomn\.atom\packages\build\lib\build.js:207:47)
  at C:\Users\Sogomn\.atom\packages\build\lib\build.js:131:20
  at Emitter.module.exports.Emitter.emit (C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\node_modules\event-kit\lib\emitter.js:82:11)
  at C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\src\pane-container.js:320:34
  at Emitter.module.exports.Emitter.emit (C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\node_modules\event-kit\lib\emitter.js:82:11)
  at Pane.module.exports.Pane.setActiveItem (C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\src\pane.js:250:22)
  at Pane.module.exports.Pane.activateItem (C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\src\pane.js:314:21)
  at tabs-tab.<anonymous> (C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\node_modules\tabs\lib\tab-bar-view.js:210:24)
  at space-pen-ul.jQuery.event.dispatch (C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\node_modules\jquery\dist\jquery.js:4435:9)
  at space-pen-ul.elemData.handle (C:\Users\Sogomn\AppData\Local\atom\app-1.0.19\resources\app.asar\node_modules\jquery\dist\jquery.js:4121:28)

Commands

     -4:18.5.0 core:move-down (atom-text-editor.editor.mini.is-focused)
     -4:17 core:confirm (atom-text-editor.editor.mini.is-focused)
  2x -4:15.4.0 core:move-left (atom-text-editor.editor.is-focused)
  3x -4:14.5.0 core:move-down (atom-text-editor.editor.is-focused)
     -4:13.5.0 symbols-view:toggle-file-symbols (atom-text-editor.editor.is-focused)
     -4:13.1.0 core:move-right (atom-text-editor.editor.mini.is-focused)
     -4:12.4.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -4:12.4.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -3:49.5.0 command-palette:toggle (atom-text-editor.editor.is-focused)
  2x -3:45.8.0 core:move-down (atom-text-editor.editor.mini.is-focused)
     -3:45.4.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -3:45.4.0 settings-view:uninstall-packages (atom-text-editor.editor)
     -1:47.7.0 command-palette:toggle (atom-pane.pane.active)
     -1:43.7.0 core:move-down (atom-text-editor.editor.mini.is-focused)
     -1:43.5.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:43.4.0 settings-view:view-installed-themes (atom-pane.pane.active)

Config

{
  "core": {
    "projectHome": "D:\\Entwicklung\\Atom",
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ]
  }
}

Installed Packages

# User
build, v0.54.1

# Dev
No dev packages

Appeared when I installed "Build".

first

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Increase contrast on placeholder text.

The dark theme's placeholder text needs more contrast. I know that I can adjust this myself, but having the default easier to read is nice.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.