|
25 | 25 | </p> |
26 | 26 | </div> |
27 | 27 | <br> |
| 28 | + <div> |
| 29 | + <h2>Local debugging </h2> |
| 30 | + <br> |
| 31 | + <p > |
| 32 | + <img src="https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/customConfig-100.gif" alt="demo" /> |
| 33 | + </p> |
| 34 | + </div> |
28 | 35 | <br> |
29 | 36 | <div> |
30 | 37 | <h2>Configuration (configuration for first installation)</h2> |
|
107 | 114 | <change-notes><![CDATA[ |
108 | 115 | <ul> |
109 | 116 | <li>v5.0<br> |
110 | | - 1.增加代码自定义生成(<a href="https://github.com/shuzijun/leetcode-editor/blob/master/CustomCode_ZH.md">详细介绍</a>)(<a href="https://github.com/shuzijun/leetcode-question">示例</a>) |
| 117 | + 1.增加代码自定义生成(<a href="https://github.com/shuzijun/leetcode-editor/blob/master/CustomCode_ZH.md">详细介绍</a>)(<a href="https://github.com/shuzijun/leetcode-question">示例</a>)<br> |
| 118 | + 2.增加查看题目描述(依赖 Markdown)<br> |
111 | 119 | </li> |
112 | 120 | <li>v5.0<br> |
113 | | - 1.add code custom(<a href="https://github.com/shuzijun/leetcode-editor/blob/master/CustomCode.md">details</a>)(<a href="https://github.com/shuzijun/leetcode-question">demo</a>) |
| 121 | + 1.add code custom(<a href="https://github.com/shuzijun/leetcode-editor/blob/master/CustomCode.md">details</a>)(<a href="https://github.com/shuzijun/leetcode-question">demo</a>)<br> |
| 122 | + 2.add show content(Rely on Markdown) |
114 | 123 | </li> |
115 | 124 | <li>v4.3<br> |
116 | 125 | 1.修复付费用户订阅题目展示<br> |
|
249 | 258 |
|
250 | 259 | <extensions defaultExtensionNs="com.intellij"> |
251 | 260 | <!-- <postStartupActivity implementation = "com.shuzijun.leetcode.plugin.listener.RegisterPluginInstallerStateListener"></postStartupActivity>--> |
| 261 | + <errorHandler implementation="com.shuzijun.leetcode.plugin.listener.ErrorReportHandler"/> |
252 | 262 | <toolWindow id="leetcode" secondary="true" icon="/image/LeetCodeIcon.png" anchor="right" |
253 | 263 | factoryClass="com.shuzijun.leetcode.plugin.window.WindowFactory"/> |
254 | 264 | <applicationService serviceInterface="com.shuzijun.leetcode.plugin.setting.PersistentConfig" |
|
288 | 298 | text="open question" description="open question" icon="AllIcons.Actions.Annotate"> |
289 | 299 | </action> |
290 | 300 |
|
| 301 | + <action id="leetcode.OpenContentAction" class="com.shuzijun.leetcode.plugin.actions.OpenContentAction" |
| 302 | + text="open content" description="open content" icon="AllIcons.FileTypes.UiForm"> |
| 303 | + </action> |
| 304 | + |
| 305 | + |
291 | 306 | <action id="leetcode.OpenInWebAction" class="com.shuzijun.leetcode.plugin.actions.OpenInWebAction" |
292 | 307 | text="open in web" description="open in web" icon="AllIcons.Actions.MoveTo2"> |
293 | 308 | </action> |
|
329 | 344 |
|
330 | 345 | <group id="leetcode.NavigatorActionsMenu"> |
331 | 346 | <reference id="leetcode.OpenAction"/> |
| 347 | + <reference id="leetcode.OpenContentAction"/> |
332 | 348 | <reference id="leetcode.OpenInWebAction"/> |
333 | 349 | <separator/> |
334 | 350 | <reference id="leetcode.SubmitAction"/> |
|
0 commit comments