Skip to content

Commit 6a6ecc2

Browse files
authored
Merge pull request #37 from Pure-D/rename-package
2 parents ca566f0 + 625aca2 commit 6a6ecc2

File tree

4 files changed

+42
-11
lines changed

4 files changed

+42
-11
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Dan Printzell
3+
Copyright (c) 2021 atom-ide-d maintainers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+37-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,43 @@
1-
# Atomize-D
1+
# ide-D
22

3-
Adds D language support for Atom
3+
D language and IDE support for Atom
44

5-
# License
5+
## Features
6+
7+
The features are provided by `serve-d`, `dcd`, `dscanner`, etc.
8+
9+
- Syntax highlightning for D, DML, SDL, and Diet
10+
- Autocompletion
11+
- Datatips
12+
- Linting
13+
- Outline
14+
- Hyperclick
15+
- ...
16+
17+
## Installation
18+
19+
Install from: https://atom.io/packages/ide-d
20+
21+
or
22+
23+
```
24+
apm install ide-d
25+
```
26+
27+
### Screenshots
28+
29+
![datatips](https://user-images.githubusercontent.com/16418197/108882251-ce014c80-75c9-11eb-9655-79552b910b12.png)
30+
![autocomplete](https://user-images.githubusercontent.com/16418197/108882313-df4a5900-75c9-11eb-8d0a-c73ef8898a72.png)
31+
![outline](https://user-images.githubusercontent.com/16418197/106541516-cf0df500-64c7-11eb-9f85-c6145fac1be0.png)
32+
![linter](https://user-images.githubusercontent.com/16418197/106541705-15fbea80-64c8-11eb-8120-3361207ed30d.png)
33+
34+
## License
635

736
MIT - Look in [LICENSE.md](LICENSE.md) for more information
837

9-
# Authors
38+
## Authors
39+
40+
- Amin Yahyaabadi
1041

11-
- Dan "Wild" Printzell
12-
- "WebFreak001"
42+
* Dan "Wild" Printzell
43+
* "WebFreak001"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "atomize-d",
3-
"main": "./dist/atomize-d",
2+
"name": "ide-d",
3+
"main": "./dist/ide-d",
44
"version": "0.1.0",
5-
"description": "Adds D language support for Atom",
5+
"description": "D language and IDE support for Atom",
66
"keywords": [
77
"d",
88
"dcd",
@@ -14,7 +14,7 @@
1414
"lint",
1515
"format"
1616
],
17-
"repository": "https://github.com/Vild/atomize-d",
17+
"repository": "https://github.com/Vild/ide-d",
1818
"license": "MIT",
1919
"engines": {
2020
"atom": ">=1.0.0 <2.0.0"

src/atomize-d.ts src/ide-d.ts

File renamed without changes.

0 commit comments

Comments
 (0)