You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//System.Net.ServicePointManager.SecurityProtocol = (SecurityProtocolType)0; // SystemDefault, we don't use this since it's supported only since .NET 4.7
MessageBox.Show("There is Code::Stats plugin update available!\nDownload it from Plugin Admin (if already available there) or GitHub.\nYour version: "+Constants.PluginVersion+"\nLatest: "+latest,"Code::Stats");
134
+
MessageBox.Show("There is Code::Stats plugin update available!\nDownload it from Plugins Admin (if already available there) or GitHub.\nYour version: "+Constants.PluginVersion+"\nLatest: "+latest,"Code::Stats");
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ Code::Stats - Write code, level up, show off! A free stats tracking service for
9
9
Installation
10
10
------------
11
11
12
-
1. Inside Notepad++ open the Plugin Manager (`Plugins` → `Plugin Manager` → `Show Plugin Manager`).
12
+
1. Inside Notepad++ open the Plugins Admin (`Plugins` → `Plugins Admin...`).
13
13
14
14
2. Check the box next to `Code::Stats` in the list of plugins.
15
15
16
16
3. Click the `Install` button.
17
17
18
-
4.Restart Notepad++.
18
+
4.Confirm the restart of Notepad++.
19
19
20
-
3. Enter your [API token](https://codestats.net/my/machines), then press `enter`.
20
+
3. Enter your [API token](https://codestats.net/my/machines) in the window that pops up, then press `OK`.
21
21
22
22
4. Use Notepad++ like you normally do and your amount of programming will be tracked for you automatically.
23
23
@@ -27,11 +27,11 @@ OR
27
27
28
28
1. Go to [releases](https://github.com/p0358/notepadpp-CodeStats/releases) and download zip file for correct architecture.
29
29
30
-
2. Put it in Notepad++ plugin dir, for example (for x86): `C:\Program Files (x86)\Notepad++\plugins`.
30
+
2. Put it in Notepad++ plugin dir, for example (for x86): `C:\Program Files (x86)\Notepad++\plugins`, or (for x64): `C:\Program Files\Notepad++\plugins`.
31
31
32
32
3. Start/restart Notepad++.
33
33
34
-
4. Enter your [API token](https://codestats.net/my/machines), then press `enter`.
34
+
4. Enter your [API token](https://codestats.net/my/machines) in the window that pops up, then press `OK`.
35
35
36
36
5. Use Notepad++ like you normally do and your amount of programming will be tracked for you automatically.
0 commit comments