Скрыть последних авторов
Alexandr Fokin 1.3 1 Visual Studio
2
3 ----
4
Alexandr Fokin 1.4 5 ==== Внутренние ссылки: ====
6
7 ====== Дочерние страницы: ======
8
Alexandr Fokin 1.3 9 {{children/}}
10
Alexandr Fokin 1.4 11 ====== Обратные ссылки: ======
12
13 {{velocity}}
14 #set ($links = $doc.getBacklinks())
15 #if ($links.size() > 0)
16 #foreach ($docname in $links)
17 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
18 * [[$escapetool.xml($rdoc.fullName)]]
19 #end
20 #else
21 No back links for this page!
22 #end
23 {{/velocity}}
24
Alexandr Fokin 1.3 25 ----
26
27 How to easily change Visual Studio 2022 Editor Font and Colors to match VS 2019
28 [[https:~~/~~/stackoverflow.com/questions/69815992/how-to-easily-change-visual-studio-2022-editor-font-and-colors-to-match-vs-2019>>https://stackoverflow.com/questions/69815992/how-to-easily-change-visual-studio-2022-editor-font-and-colors-to-match-vs-2019]]