David Blume commited on 2020-12-27 13:56:17
Showing 1 changed files, with 19 additions and 16 deletions.
... | ... |
@@ -5,7 +5,7 @@ and IDE projects. |
5 | 5 |
|
6 | 6 |
This branch is of Python 3 code. There's a python2 branch too. |
7 | 7 |
|
8 |
-### Getting the project |
|
8 |
+## Getting the project |
|
9 | 9 |
|
10 | 10 |
You can get a copy of this project by clicking on the |
11 | 11 |
[ZIP](http://git.dlma.com/testpython.git/zipball/master) |
... | ... |
@@ -16,22 +16,29 @@ You can clone from the origin with: |
16 | 16 |
|
17 | 17 |
git clone ssh://USERNAME@dlma.com/~/git/testpython.git |
18 | 18 |
|
19 |
-### Supported IDES |
|
19 |
+## Supported IDEs |
|
20 | 20 |
|
21 |
-This project has example Microsoft's Visual Studio Code, PyCharm, Atom, and |
|
21 |
+This project has example Visual Studio Code, PyCharm, Atom, and |
|
22 | 22 |
Sublime Text 3 projects. |
23 | 23 |
|
24 |
-#### Visual Studio Code |
|
24 |
+### Visual Studio Code |
|
25 | 25 |
|
26 |
-Download from [code.visualstudio.com](https://code.visualstudio.com/). Code |
|
27 |
-uses the .code-workspace project file. I prefer this to GitHub's Atom. |
|
26 |
+Download Microsoft's Visual Studio Code from |
|
27 |
+[code.visualstudio.com](https://code.visualstudio.com/). Code uses the |
|
28 |
+[testpython.code-workspace](/testpython.git/blob/master/testpython.code-workspace) |
|
29 |
+project file. I prefer this to GitHub's Atom. Both are based on GitHub's Electron. |
|
28 | 30 |
|
29 |
-#### PyCharm |
|
31 |
+### PyCharm |
|
30 | 32 |
|
31 |
-PyCharm uses the .idea directory. JetBrains suggests [sharing the .idea directory |
|
33 |
+PyCharm uses the [.idea](/testpython.git/tree/master/.idea/) directory. JetBrains suggests [sharing the .idea directory |
|
32 | 34 |
except for workspace.xml and tasks.xml](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). |
33 | 35 |
|
34 |
-#### GitHub's Atom |
|
36 |
+#### Sublime Text 3 |
|
37 |
+ |
|
38 |
+[Sublime](https://www.sublimetext.com/) uses the |
|
39 |
+[testpython.sublime-project](/testpython.git/blob/master/testpython.sublime-project) file. |
|
40 |
+ |
|
41 |
+### GitHub's Atom |
|
35 | 42 |
|
36 | 43 |
Download from [atom.io](https://atom.io/). These are useful modules: |
37 | 44 |
|
... | ... |
@@ -39,17 +46,13 @@ Download from [atom.io](https://atom.io/). These are useful modules: |
39 | 46 |
* [script](https://atom.io/packages/script) by rgbkrk, for running scripts. |
40 | 47 |
* [project-manager](https://atom.io/packages/project-manager) by danielbrodin. |
41 | 48 |
|
42 |
-If you install project-manager, it looks for a local `project.cson` file, and |
|
49 |
+If you install project-manager, it looks for [a local "project.cson" file](/testpython.git/blob/master/project.cson), and |
|
43 | 50 |
merges those settings with what is in the .atom `projects.cson` file. |
44 | 51 |
|
45 |
-#### Sublime Text 3 |
|
46 |
- |
|
47 |
-Sublime uses the testpython.sublime-project file. |
|
48 |
- |
|
49 |
-### Current Features |
|
52 |
+## Current Features |
|
50 | 53 |
|
51 | 54 |
* Multiple directories for testing build systems and IDEs |
52 | 55 |
|
53 |
-### Is it any good? |
|
56 |
+## Is it any good? |
|
54 | 57 |
|
55 | 58 |
[Yes](https://news.ycombinator.com/item?id=3067434). |
56 | 59 |