回答編集履歴
4
誤記修正
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
VisualStudio 2013の拡張機能で、コードのコメントに記載したタグの画像を
|
22
22
|
|
23
|
-
編集
|
23
|
+
編集画面に表示するものが回答で紹介されています。
|
24
24
|
|
25
25
|
|
26
26
|
|
3
回答修正
test
CHANGED
@@ -4,21 +4,23 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
|
7
|
+
エディタから作成するよりも、既存のエディタの拡張機能を作成する方向で考えられるのもよいのではと思います。
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
+
昔のQAを思い出したのでこんな感じですかね↓
|
12
|
+
|
13
|
+
[(github)imagecomments-a-visual-studio-extension](https://github.com/lukesdm/image-comments#imagecomments-a-visual-studio-extension)
|
14
|
+
|
15
|
+
|
16
|
+
|
11
|
-
[(teratail)コード中に画像(仕様書の、jpg or pngの)を混在したいです。](https://teratail.com/questions/56112#reply-89825)
|
17
|
+
[(teratail)コード中に画像(仕様書の、jpg or pngの)を混在したいです。](https://teratail.com/questions/56112#reply-89825)で紹介されてます
|
12
18
|
|
13
19
|
|
14
20
|
|
15
21
|
VisualStudio 2013の拡張機能で、コードのコメントに記載したタグの画像を
|
16
22
|
|
17
23
|
編集が変に表示するものが回答で紹介されています。
|
18
|
-
|
19
|
-
こちらもgithubで公開されていますので参考に。
|
20
|
-
|
21
|
-
[https://github.com/lukesdm/image-comments](https://github.com/lukesdm/image-comments)
|
22
24
|
|
23
25
|
|
24
26
|
|
2
追記
test
CHANGED
@@ -1,3 +1,31 @@
|
|
1
|
+
追記:
|
2
|
+
|
3
|
+
>「③リンク先画像を編集エディター内で表示できる」です。
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
に関して昔のQAを思い出したのでこんな感じですかね↓
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
[(teratail)コード中に画像(仕様書の、jpg or pngの)を混在したいです。](https://teratail.com/questions/56112#reply-89825)
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
VisualStudio 2013の拡張機能で、コードのコメントに記載したタグの画像を
|
16
|
+
|
17
|
+
編集が変に表示するものが回答で紹介されています。
|
18
|
+
|
19
|
+
こちらもgithubで公開されていますので参考に。
|
20
|
+
|
21
|
+
[https://github.com/lukesdm/image-comments](https://github.com/lukesdm/image-comments)
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
----
|
26
|
+
|
27
|
+
|
28
|
+
|
1
29
|
以下のように有名どころのエディタがオープンソースでgithubで公開されています。
|
2
30
|
|
3
31
|
一度どのような仕組みで作成されているかソースを読んでみられてはどうでしょうか?
|
1
回答修正:中途半端で投稿されていたのを修正
test
CHANGED
@@ -1,11 +1,27 @@
|
|
1
|
+
以下のように有名どころのエディタがオープンソースでgithubで公開されています。
|
2
|
+
|
3
|
+
一度どのような仕組みで作成されているかソースを読んでみられてはどうでしょうか?
|
4
|
+
|
5
|
+
|
6
|
+
|
1
7
|
サクラエディタ
|
2
8
|
|
3
|
-
https://sakura-editor.github.io/
|
9
|
+
[https://sakura-editor.github.io/](https://sakura-editor.github.io/)
|
4
10
|
|
5
11
|
|
6
12
|
|
7
13
|
Atom
|
8
14
|
|
9
|
-
https://github.com/atom/atom
|
15
|
+
[https://github.com/atom/atom](https://github.com/atom/atom)
|
16
|
+
|
17
|
+
|
10
18
|
|
11
19
|
Visual Studio Code
|
20
|
+
|
21
|
+
[https://github.com/Microsoft/vscode/](https://github.com/Microsoft/vscode/)
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
Notepad++
|
26
|
+
|
27
|
+
[https://github.com/notepad-plus-plus/notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus)
|