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
Copy file name to clipboardexpand all lines: README.md
+14-10
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
A markdown editor that supports exporting HTML.
8
8
9
-
This program is initially written in pure win32 APIs just like [this](https://msdn.microsoft.com/en-us/library/windows/desktop/ms646268(v=vs.85).aspx). Later it's rewritten using wxWidgets, you can build it in Windows and Linux.
9
+
This program is initially written in pure win32 APIs just like [this](https://msdn.microsoft.com/en-us/library/windows/desktop/ms646268(v=vs.85).aspx). Later it's rewritten using wxWidgets, you can build it in Windows and Linux.
10
10
11
11
Download binaries: [Release](../../releases)
12
12
@@ -18,10 +18,15 @@ Try this markdown file: [test.md](test.md)
@@ -64,7 +69,7 @@ See [CMakeLists.txt](CMakeLists.txt) for more detail.
64
69
65
70
5. Set `wxWidgets_ROOT_DIR` and `wxWidgets_LIB_DIR` to the wxWidgets library folder. For the instance above, set `wxWidgets_ROOT_DIR` to `D:\wxWidgets-3.1.3\` and set `wxWidgets_LIB_DIR` to `D:\wxWidgets-3.1.3\lib\vc14x_x64_dll`.
66
71
67
-
6. Click `Configure` again, then click `Generate`, finally we get a Visual Studio solution.
72
+
6. Click `Configure` again, then click `Generate`, finally we get a Visual Studio solution.
68
73
69
74
### Options
70
75
@@ -74,15 +79,14 @@ Use `cmake -D<VAR>=<VALUE>` to change any option.
74
79
| - | - | - |
75
80
|`CMAKE_BUILD_TYPE`| Debug | Build Type for Unix (Release / Debug) |
76
81
77
-
## Known bugs
82
+
## Known issue
78
83
79
-
1. (Linux)Texts copied to clipboard will disappear after the window closed
80
-
2. (Linux)Fail to open/save file in non-ascii path
84
+
1. (Linux) Copied text will disappear after the window closed
0 commit comments