PrEditor 0.0.0.dev1__py2.py3-none-any.whl → 0.1.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of PrEditor might be problematic. Click here for more details.

Files changed (363) hide show
  1. PrEditor-0.1.0.dist-info/LICENSE +165 -0
  2. PrEditor-0.1.0.dist-info/METADATA +212 -0
  3. PrEditor-0.1.0.dist-info/RECORD +149 -0
  4. {PrEditor-0.0.0.dev1.dist-info → PrEditor-0.1.0.dist-info}/WHEEL +1 -1
  5. PrEditor-0.1.0.dist-info/entry_points.txt +18 -0
  6. PrEditor-0.1.0.dist-info/top_level.txt +1 -0
  7. preditor/__init__.py +301 -0
  8. {blurdev → preditor}/__main__.py +13 -13
  9. preditor/about_module.py +166 -0
  10. preditor/cli.py +192 -0
  11. {blurdev → preditor}/contexts.py +119 -119
  12. preditor/cores/core.py +65 -0
  13. preditor/dccs/maya/PrEditor_maya.mod +2 -0
  14. preditor/dccs/maya/plug-ins/PrEditor_maya.py +108 -0
  15. preditor/debug.py +294 -0
  16. blurdev/scintilla/delayable_engine.py → preditor/delayable_engine/__init__.py +310 -299
  17. blurdev/scintilla/delayables/base.py → preditor/delayable_engine/delayables.py +85 -85
  18. {blurdev → preditor}/enum.py +728 -1003
  19. {blurdev → preditor}/gui/__init__.py +84 -125
  20. preditor/gui/app.py +159 -0
  21. {blurdev → preditor}/gui/codehighlighter.py +209 -219
  22. {blurdev → preditor}/gui/completer.py +226 -236
  23. {blurdev → preditor}/gui/console.py +801 -858
  24. {blurdev → preditor}/gui/dialog.py +200 -216
  25. preditor/gui/drag_tab_bar.py +190 -0
  26. preditor/gui/editor_chooser.py +57 -0
  27. {blurdev → preditor}/gui/errordialog.py +100 -97
  28. preditor/gui/fuzzy_search/fuzzy_search.py +93 -0
  29. preditor/gui/group_tab_widget/__init__.py +319 -0
  30. preditor/gui/group_tab_widget/grouped_tab_menu.py +35 -0
  31. preditor/gui/group_tab_widget/grouped_tab_models.py +108 -0
  32. preditor/gui/group_tab_widget/grouped_tab_widget.py +75 -0
  33. preditor/gui/group_tab_widget/one_tab_widget.py +54 -0
  34. preditor/gui/level_buttons.py +349 -0
  35. {blurdev → preditor}/gui/logger_window_handler.py +46 -45
  36. {blurdev → preditor}/gui/loggerwindow.py +1205 -1417
  37. {blurdev → preditor}/gui/newtabwidget.py +69 -68
  38. {blurdev → preditor}/gui/redmine_login_dialog.py +63 -61
  39. {blurdev → preditor}/gui/set_text_editor_path_dialog.py +59 -57
  40. preditor/gui/ui/editor_chooser.ui +93 -0
  41. {blurdev → preditor}/gui/ui/errordialog.ui +81 -81
  42. {blurdev → preditor}/gui/ui/loggerwindow.ui +1030 -864
  43. {blurdev → preditor}/gui/ui/redmine_login_dialog.ui +124 -124
  44. {blurdev → preditor}/gui/ui/set_text_editor_path_dialog.ui +149 -149
  45. {blurdev → preditor}/gui/window.py +183 -199
  46. preditor/gui/workbox_mixin.py +357 -0
  47. preditor/gui/workbox_text_edit.py +117 -0
  48. preditor/gui/workboxwidget.py +276 -0
  49. preditor/logging_config.py +52 -0
  50. preditor/osystem.py +401 -0
  51. preditor/plugins.py +65 -0
  52. preditor/prefs.py +74 -0
  53. {blurdev → preditor}/resource/environment_variables.html +26 -38
  54. {blurdev → preditor}/resource/error_mail.html +85 -85
  55. {blurdev → preditor}/resource/error_mail_inline.html +41 -41
  56. preditor/resource/img/README.md +7 -0
  57. preditor/resource/img/arrow_forward.png +0 -0
  58. preditor/resource/img/check-bold.png +0 -0
  59. preditor/resource/img/chevron-down.png +0 -0
  60. preditor/resource/img/chevron-up.png +0 -0
  61. preditor/resource/img/close-thick.png +0 -0
  62. preditor/resource/img/comment-edit.png +0 -0
  63. preditor/resource/img/content-copy.png +0 -0
  64. preditor/resource/img/content-cut.png +0 -0
  65. preditor/resource/img/content-duplicate.png +0 -0
  66. preditor/resource/img/content-paste.png +0 -0
  67. preditor/resource/img/content-save.png +0 -0
  68. preditor/resource/img/debug_disabled.png +0 -0
  69. preditor/resource/img/eye-check.png +0 -0
  70. preditor/resource/img/file-plus.png +0 -0
  71. preditor/resource/img/file-remove.png +0 -0
  72. preditor/resource/img/format-align-left.png +0 -0
  73. preditor/resource/img/format-letter-case-lower.png +0 -0
  74. preditor/resource/img/format-letter-case-upper.png +0 -0
  75. preditor/resource/img/information.png +0 -0
  76. preditor/resource/img/logging_critical.png +0 -0
  77. preditor/resource/img/logging_custom.png +0 -0
  78. preditor/resource/img/logging_debug.png +0 -0
  79. preditor/resource/img/logging_error.png +0 -0
  80. preditor/resource/img/logging_info.png +0 -0
  81. preditor/resource/img/logging_not_set.png +0 -0
  82. preditor/resource/img/logging_warning.png +0 -0
  83. preditor/resource/img/marker.png +0 -0
  84. preditor/resource/img/play.png +0 -0
  85. preditor/resource/img/playlist-play.png +0 -0
  86. preditor/resource/img/plus-minus-variant.png +0 -0
  87. preditor/resource/img/preditor.ico +0 -0
  88. preditor/resource/img/preditor.png +0 -0
  89. preditor/resource/img/preditor.psd +0 -0
  90. preditor/resource/img/preditor.svg +44 -0
  91. preditor/resource/img/restart.svg +1 -0
  92. preditor/resource/img/skip-forward-outline.png +0 -0
  93. preditor/resource/img/skip-next-outline.png +0 -0
  94. preditor/resource/img/skip-next.png +0 -0
  95. preditor/resource/img/skip-previous.png +0 -0
  96. preditor/resource/img/subdirectory-arrow-right.png +0 -0
  97. preditor/resource/img/text-search-variant.png +0 -0
  98. {blurdev → preditor}/resource/lang/python.json +30 -30
  99. preditor/resource/settings.ini +25 -0
  100. {blurdev/resource/stylesheet/logger → preditor/resource/stylesheet}/Bright.css +56 -61
  101. {blurdev → preditor}/resource/stylesheet/Dark.css +190 -132
  102. {blurdev → preditor}/scintilla/__init__.py +22 -28
  103. preditor/scintilla/delayables/__init__.py +11 -0
  104. {blurdev → preditor}/scintilla/delayables/smart_highlight.py +94 -93
  105. {blurdev → preditor}/scintilla/delayables/spell_check.py +173 -172
  106. {blurdev → preditor}/scintilla/documenteditor.py +2039 -2115
  107. {blurdev → preditor}/scintilla/finddialog.py +68 -81
  108. {blurdev → preditor}/scintilla/lang/__init__.py +80 -93
  109. {blurdev → preditor}/scintilla/lang/config/bash.ini +15 -15
  110. {blurdev → preditor}/scintilla/lang/config/batch.ini +14 -14
  111. {blurdev → preditor}/scintilla/lang/config/cpp.ini +19 -19
  112. {blurdev → preditor}/scintilla/lang/config/css.ini +19 -19
  113. {blurdev → preditor}/scintilla/lang/config/eyeonscript.ini +17 -17
  114. {blurdev → preditor}/scintilla/lang/config/html.ini +21 -21
  115. {blurdev → preditor}/scintilla/lang/config/javascript.ini +24 -24
  116. {blurdev → preditor}/scintilla/lang/config/lua.ini +16 -16
  117. {blurdev → preditor}/scintilla/lang/config/maxscript.ini +20 -20
  118. {blurdev → preditor}/scintilla/lang/config/mel.ini +18 -18
  119. {blurdev → preditor}/scintilla/lang/config/mu.ini +22 -22
  120. {blurdev → preditor}/scintilla/lang/config/nsi.ini +5 -5
  121. {blurdev → preditor}/scintilla/lang/config/perl.ini +19 -19
  122. {blurdev → preditor}/scintilla/lang/config/puppet.ini +19 -19
  123. {blurdev → preditor}/scintilla/lang/config/python.ini +28 -28
  124. {blurdev → preditor}/scintilla/lang/config/ruby.ini +19 -19
  125. {blurdev → preditor}/scintilla/lang/config/sql.ini +7 -7
  126. {blurdev → preditor}/scintilla/lang/config/xml.ini +21 -21
  127. {blurdev → preditor}/scintilla/lang/config/yaml.ini +18 -18
  128. {blurdev → preditor}/scintilla/lang/language.py +240 -250
  129. preditor/scintilla/lexers/__init__.py +0 -0
  130. {blurdev → preditor}/scintilla/lexers/cpplexer.py +21 -30
  131. {blurdev → preditor}/scintilla/lexers/javascriptlexer.py +25 -34
  132. {blurdev → preditor}/scintilla/lexers/maxscriptlexer.py +234 -253
  133. {blurdev → preditor}/scintilla/lexers/mellexer.py +368 -376
  134. {blurdev → preditor}/scintilla/lexers/mulexer.py +32 -41
  135. {blurdev → preditor}/scintilla/lexers/pythonlexer.py +41 -50
  136. {blurdev → preditor}/scintilla/ui/finddialog.ui +160 -160
  137. preditor/settings.py +71 -0
  138. preditor/stream/__init__.py +80 -0
  139. preditor/stream/director.py +56 -0
  140. preditor/stream/manager.py +74 -0
  141. preditor/streamhandler_helper.py +46 -0
  142. preditor/utils/__init__.py +0 -0
  143. preditor/utils/cute.py +30 -0
  144. preditor/utils/stylesheets.py +54 -0
  145. {blurdev → preditor}/version.py +5 -5
  146. preditor/weakref.py +363 -0
  147. PrEditor-0.0.0.dev1.dist-info/METADATA +0 -51
  148. PrEditor-0.0.0.dev1.dist-info/RECORD +0 -279
  149. PrEditor-0.0.0.dev1.dist-info/top_level.txt +0 -1
  150. blurdev/__init__.py +0 -356
  151. blurdev/cores/__init__.py +0 -98
  152. blurdev/cores/application.py +0 -26
  153. blurdev/cores/core.py +0 -634
  154. blurdev/debug.py +0 -593
  155. blurdev/external.py +0 -391
  156. blurdev/gui/level_buttons.py +0 -585
  157. blurdev/gui/workboxwidget.py +0 -205
  158. blurdev/logger.py +0 -238
  159. blurdev/osystem.py +0 -813
  160. blurdev/prefs.py +0 -33
  161. blurdev/protocols/__init__.py +0 -71
  162. blurdev/protocols/write_std_output_handler.py +0 -83
  163. blurdev/resource/designer_plugins.xml +0 -9
  164. blurdev/resource/error_email_old.html +0 -41
  165. blurdev/resource/img/add.png +0 -0
  166. blurdev/resource/img/ajax-loader.gif +0 -0
  167. blurdev/resource/img/application.png +0 -0
  168. blurdev/resource/img/applications.png +0 -0
  169. blurdev/resource/img/assburner.png +0 -0
  170. blurdev/resource/img/assfreezer.png +0 -0
  171. blurdev/resource/img/bar.gif +0 -0
  172. blurdev/resource/img/blank.png +0 -0
  173. blurdev/resource/img/blurdev.png +0 -0
  174. blurdev/resource/img/calendar_disabled.png +0 -0
  175. blurdev/resource/img/calendar_enabled.png +0 -0
  176. blurdev/resource/img/cancel.png +0 -0
  177. blurdev/resource/img/custom.png +0 -0
  178. blurdev/resource/img/debug_high.png +0 -0
  179. blurdev/resource/img/debug_low.png +0 -0
  180. blurdev/resource/img/debug_mid.png +0 -0
  181. blurdev/resource/img/debug_off.png +0 -0
  182. blurdev/resource/img/django.png +0 -0
  183. blurdev/resource/img/doc.png +0 -0
  184. blurdev/resource/img/edit.png +0 -0
  185. blurdev/resource/img/elemental.png +0 -0
  186. blurdev/resource/img/explore.png +0 -0
  187. blurdev/resource/img/favorite.png +0 -0
  188. blurdev/resource/img/file.png +0 -0
  189. blurdev/resource/img/folder.png +0 -0
  190. blurdev/resource/img/ide/add.png +0 -0
  191. blurdev/resource/img/ide/add_note.png +0 -0
  192. blurdev/resource/img/ide/arrow_down.png +0 -0
  193. blurdev/resource/img/ide/arrow_up.png +0 -0
  194. blurdev/resource/img/ide/check.png +0 -0
  195. blurdev/resource/img/ide/class.png +0 -0
  196. blurdev/resource/img/ide/clean.png +0 -0
  197. blurdev/resource/img/ide/clearlog.png +0 -0
  198. blurdev/resource/img/ide/close.png +0 -0
  199. blurdev/resource/img/ide/comment_add.png +0 -0
  200. blurdev/resource/img/ide/comment_remove.png +0 -0
  201. blurdev/resource/img/ide/comment_toggle.png +0 -0
  202. blurdev/resource/img/ide/console.png +0 -0
  203. blurdev/resource/img/ide/copy.png +0 -0
  204. blurdev/resource/img/ide/copylstrip.png +0 -0
  205. blurdev/resource/img/ide/cut.png +0 -0
  206. blurdev/resource/img/ide/edit.png +0 -0
  207. blurdev/resource/img/ide/find.png +0 -0
  208. blurdev/resource/img/ide/find_replace.png +0 -0
  209. blurdev/resource/img/ide/findnext.png +0 -0
  210. blurdev/resource/img/ide/findprev.png +0 -0
  211. blurdev/resource/img/ide/folder_find.png +0 -0
  212. blurdev/resource/img/ide/function.png +0 -0
  213. blurdev/resource/img/ide/git-bash.png +0 -0
  214. blurdev/resource/img/ide/git-gui.png +0 -0
  215. blurdev/resource/img/ide/gitk.png +0 -0
  216. blurdev/resource/img/ide/goto.png +0 -0
  217. blurdev/resource/img/ide/goto_def.png +0 -0
  218. blurdev/resource/img/ide/help.png +0 -0
  219. blurdev/resource/img/ide/highlighter.png +0 -0
  220. blurdev/resource/img/ide/lowercase.png +0 -0
  221. blurdev/resource/img/ide/newfile.png +0 -0
  222. blurdev/resource/img/ide/newfolder.png +0 -0
  223. blurdev/resource/img/ide/newproject.png +0 -0
  224. blurdev/resource/img/ide/newwizard.png +0 -0
  225. blurdev/resource/img/ide/open.png +0 -0
  226. blurdev/resource/img/ide/paste.png +0 -0
  227. blurdev/resource/img/ide/pdb_continue.png +0 -0
  228. blurdev/resource/img/ide/pdb_down.png +0 -0
  229. blurdev/resource/img/ide/pdb_next.png +0 -0
  230. blurdev/resource/img/ide/pdb_step.png +0 -0
  231. blurdev/resource/img/ide/pdb_up.png +0 -0
  232. blurdev/resource/img/ide/plus_minus.png +0 -0
  233. blurdev/resource/img/ide/preferences.png +0 -0
  234. blurdev/resource/img/ide/project_find.png +0 -0
  235. blurdev/resource/img/ide/python.png +0 -0
  236. blurdev/resource/img/ide/pyular.png +0 -0
  237. blurdev/resource/img/ide/qt.png +0 -0
  238. blurdev/resource/img/ide/quit.png +0 -0
  239. blurdev/resource/img/ide/redo.png +0 -0
  240. blurdev/resource/img/ide/refresh.png +0 -0
  241. blurdev/resource/img/ide/remove.png +0 -0
  242. blurdev/resource/img/ide/ruler.png +0 -0
  243. blurdev/resource/img/ide/run.png +0 -0
  244. blurdev/resource/img/ide/runall.png +0 -0
  245. blurdev/resource/img/ide/runallclear.png +0 -0
  246. blurdev/resource/img/ide/runselected.png +0 -0
  247. blurdev/resource/img/ide/runselectedclear.png +0 -0
  248. blurdev/resource/img/ide/save.png +0 -0
  249. blurdev/resource/img/ide/saveas.png +0 -0
  250. blurdev/resource/img/ide/sdk.png +0 -0
  251. blurdev/resource/img/ide/separator.png +0 -0
  252. blurdev/resource/img/ide/tabbed.png +0 -0
  253. blurdev/resource/img/ide/tile.png +0 -0
  254. blurdev/resource/img/ide/toolbar.png +0 -0
  255. blurdev/resource/img/ide/undo.png +0 -0
  256. blurdev/resource/img/ide/uppercase.png +0 -0
  257. blurdev/resource/img/ide/view_as.png +0 -0
  258. blurdev/resource/img/ide/windowed.png +0 -0
  259. blurdev/resource/img/ide.ico +0 -0
  260. blurdev/resource/img/ide.png +0 -0
  261. blurdev/resource/img/ide48.png +0 -0
  262. blurdev/resource/img/info.png +0 -0
  263. blurdev/resource/img/legacy tool.png +0 -0
  264. blurdev/resource/img/library.png +0 -0
  265. blurdev/resource/img/logger/about.png +0 -0
  266. blurdev/resource/img/logger/arrow_forward.png +0 -0
  267. blurdev/resource/img/logger/clear.png +0 -0
  268. blurdev/resource/img/logger/close.png +0 -0
  269. blurdev/resource/img/logger/debug_disabled.png +0 -0
  270. blurdev/resource/img/logger/debug_high.png +0 -0
  271. blurdev/resource/img/logger/debug_low.png +0 -0
  272. blurdev/resource/img/logger/debug_mid.png +0 -0
  273. blurdev/resource/img/logger/down.png +0 -0
  274. blurdev/resource/img/logger/find.png +0 -0
  275. blurdev/resource/img/logger/logging_critical.png +0 -0
  276. blurdev/resource/img/logger/logging_debug.png +0 -0
  277. blurdev/resource/img/logger/logging_error.png +0 -0
  278. blurdev/resource/img/logger/logging_info.png +0 -0
  279. blurdev/resource/img/logger/logging_not_set.png +0 -0
  280. blurdev/resource/img/logger/logging_warning.png +0 -0
  281. blurdev/resource/img/logger/next.png +0 -0
  282. blurdev/resource/img/logger/play.png +0 -0
  283. blurdev/resource/img/logger/playlist_play.png +0 -0
  284. blurdev/resource/img/logger/previous.png +0 -0
  285. blurdev/resource/img/logger/return.png +0 -0
  286. blurdev/resource/img/logger/save.png +0 -0
  287. blurdev/resource/img/logger/subdirectory_arrow_right.png +0 -0
  288. blurdev/resource/img/logger/up.png +0 -0
  289. blurdev/resource/img/lovebar.png +0 -0
  290. blurdev/resource/img/new.png +0 -0
  291. blurdev/resource/img/new_selected.png +0 -0
  292. blurdev/resource/img/node.png +0 -0
  293. blurdev/resource/img/ok.png +0 -0
  294. blurdev/resource/img/options.png +0 -0
  295. blurdev/resource/img/packages.png +0 -0
  296. blurdev/resource/img/preview/add.png +0 -0
  297. blurdev/resource/img/preview/brush.png +0 -0
  298. blurdev/resource/img/preview/delete.png +0 -0
  299. blurdev/resource/img/preview/delte.png +0 -0
  300. blurdev/resource/img/preview/fill.png +0 -0
  301. blurdev/resource/img/preview/layers.png +0 -0
  302. blurdev/resource/img/preview/media.png +0 -0
  303. blurdev/resource/img/preview/navigate.png +0 -0
  304. blurdev/resource/img/preview/pencil.png +0 -0
  305. blurdev/resource/img/preview/select.png +0 -0
  306. blurdev/resource/img/preview/type.png +0 -0
  307. blurdev/resource/img/preview/visible.png +0 -0
  308. blurdev/resource/img/project.png +0 -0
  309. blurdev/resource/img/python_logger.ico +0 -0
  310. blurdev/resource/img/python_logger.png +0 -0
  311. blurdev/resource/img/refresh.png +0 -0
  312. blurdev/resource/img/remove.png +0 -0
  313. blurdev/resource/img/reset.png +0 -0
  314. blurdev/resource/img/richtext/font_bold.png +0 -0
  315. blurdev/resource/img/richtext/font_italic.png +0 -0
  316. blurdev/resource/img/richtext/link_image.png +0 -0
  317. blurdev/resource/img/richtext/spell_check.png +0 -0
  318. blurdev/resource/img/richtext/unordered_list.png +0 -0
  319. blurdev/resource/img/save.png +0 -0
  320. blurdev/resource/img/savesettings.png +0 -0
  321. blurdev/resource/img/settings.png +0 -0
  322. blurdev/resource/img/tool.png +0 -0
  323. blurdev/resource/img/toolbarHandleHorizontal.png +0 -0
  324. blurdev/resource/img/toolbarHandleVertical.png +0 -0
  325. blurdev/resource/img/trash.png +0 -0
  326. blurdev/resource/img/trax.png +0 -0
  327. blurdev/resource/img/tree.png +0 -0
  328. blurdev/resource/img/treegrunt.ico +0 -0
  329. blurdev/resource/img/treegrunt.png +0 -0
  330. blurdev/resource/img/treegruntedit.png +0 -0
  331. blurdev/resource/img/user interface.png +0 -0
  332. blurdev/resource/img/warning.png +0 -0
  333. blurdev/resource/img/watermark.png +0 -0
  334. blurdev/resource/sdk/blurdev.sdk +0 -3
  335. blurdev/resource/settings.ini +0 -82
  336. blurdev/resource/softimage/BlurApplication.dll +0 -0
  337. blurdev/resource/softimage/BlurApplication64.dll +0 -0
  338. blurdev/resource/stylesheet/Carbon.css +0 -35
  339. blurdev/resource/stylesheet/logger/Dark.css +0 -62
  340. blurdev/resource/templ/py_comment.templ +0 -1
  341. blurdev/resource/templ/py_debug_raise_error.templ +0 -7
  342. blurdev/resource/templ/py_doc_string.templ +0 -10
  343. blurdev/resource/templ/py_header.templ +0 -9
  344. blurdev/resource/templ/py_line_comment.templ +0 -1
  345. blurdev/resource/templ/py_log_to_file.templ +0 -22
  346. blurdev/resource/templ/py_module_path.templ +0 -1
  347. blurdev/resource/templ/py_pyqt_core.templ +0 -1
  348. blurdev/resource/templ/py_pyqt_gui.templ +0 -1
  349. blurdev/resource/templ/py_splashscreen.templ +0 -6
  350. blurdev/resource/templ/py_testing_note.templ +0 -1
  351. blurdev/resource/templ/py_testing_note_end.templ +0 -1
  352. blurdev/resource/tools_environments.json +0 -72
  353. blurdev/resource/tools_environments.xml +0 -11
  354. blurdev/resource/tools_environments_linux.xml +0 -11
  355. blurdev/resource/tools_environments_offline.xml +0 -7
  356. blurdev/runtimes/__init__.py +0 -2
  357. blurdev/runtimes/logger.py +0 -44
  358. blurdev/scintilla/delayables/__init__.py +0 -9
  359. blurdev/settings.py +0 -312
  360. blurdev/utils/error.py +0 -389
  361. {blurdev/scintilla/lexers → preditor/cores}/__init__.py +0 -0
  362. {blurdev/utils → preditor/gui/fuzzy_search}/__init__.py +0 -0
  363. {blurdev → preditor}/resource/img/warning-big.png +0 -0
@@ -1,864 +1,1030 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ui version="4.0">
3
- <class>PythonLoggerWindow</class>
4
- <widget class="QMainWindow" name="PythonLoggerWindow">
5
- <property name="geometry">
6
- <rect>
7
- <x>0</x>
8
- <y>0</y>
9
- <width>878</width>
10
- <height>448</height>
11
- </rect>
12
- </property>
13
- <property name="windowTitle">
14
- <string>Python Logger</string>
15
- </property>
16
- <widget class="QWidget" name="centralwidget">
17
- <layout class="QVBoxLayout" name="verticalLayout">
18
- <item>
19
- <widget class="QSplitter" name="uiSplitterSPLIT">
20
- <property name="orientation">
21
- <enum>Qt::Vertical</enum>
22
- </property>
23
- <widget class="ConsoleEdit" name="uiConsoleTXT"/>
24
- <widget class="QStackedWidget" name="uiWorkboxSTACK">
25
- <widget class="QWidget" name="Workbox">
26
- <layout class="QVBoxLayout" name="verticalLayout_2">
27
- <property name="leftMargin">
28
- <number>0</number>
29
- </property>
30
- <property name="topMargin">
31
- <number>0</number>
32
- </property>
33
- <property name="rightMargin">
34
- <number>0</number>
35
- </property>
36
- <property name="bottomMargin">
37
- <number>0</number>
38
- </property>
39
- <item>
40
- <widget class="NewTabWidget" name="uiWorkboxTAB"/>
41
- </item>
42
- </layout>
43
- </widget>
44
- <widget class="QWidget" name="PDB">
45
- <layout class="QVBoxLayout" name="verticalLayout_3">
46
- <property name="leftMargin">
47
- <number>0</number>
48
- </property>
49
- <property name="topMargin">
50
- <number>0</number>
51
- </property>
52
- <property name="rightMargin">
53
- <number>0</number>
54
- </property>
55
- <property name="bottomMargin">
56
- <number>0</number>
57
- </property>
58
- <item>
59
- <widget class="QTabWidget" name="uiPdbTAB">
60
- <property name="currentIndex">
61
- <number>-1</number>
62
- </property>
63
- </widget>
64
- </item>
65
- </layout>
66
- </widget>
67
- </widget>
68
- </widget>
69
- </item>
70
- </layout>
71
- </widget>
72
- <widget class="QMenuBar" name="uiMenuBar">
73
- <property name="geometry">
74
- <rect>
75
- <x>0</x>
76
- <y>0</y>
77
- <width>878</width>
78
- <height>22</height>
79
- </rect>
80
- </property>
81
- <widget class="QMenu" name="uiDebugMENU">
82
- <property name="title">
83
- <string>Debug</string>
84
- </property>
85
- <addaction name="separator"/>
86
- <addaction name="uiResetWarningFiltersACT"/>
87
- <addaction name="separator"/>
88
- <addaction name="uiLogToFileACT"/>
89
- <addaction name="uiLogToFileClearACT"/>
90
- </widget>
91
- <widget class="QMenu" name="uiScriptingMENU">
92
- <property name="title">
93
- <string comment="File Menu">&amp;File</string>
94
- </property>
95
- <addaction name="uiNewWorkboxACT"/>
96
- <addaction name="uiCloseWorkboxACT"/>
97
- <addaction name="separator"/>
98
- <addaction name="uiSaveConsoleSettingsACT"/>
99
- <addaction name="uiCloseLoggerACT"/>
100
- </widget>
101
- <widget class="QMenu" name="uiHelpMENU">
102
- <property name="title">
103
- <string>Help</string>
104
- </property>
105
- <addaction name="uiBrowsePreferencesACT"/>
106
- <addaction name="uiEnvironmentVarsACT"/>
107
- <addaction name="separator"/>
108
- <addaction name="uiAboutBlurdevACT"/>
109
- </widget>
110
- <widget class="QMenu" name="menu_Run">
111
- <property name="title">
112
- <string>&amp;Run</string>
113
- </property>
114
- <addaction name="uiRunSelectedACT"/>
115
- <addaction name="uiRunAllACT"/>
116
- <addaction name="uiPdbModeACT"/>
117
- <addaction name="separator"/>
118
- <addaction name="uiClearBeforeRunningACT"/>
119
- <addaction name="uiClearToLastPromptACT"/>
120
- </widget>
121
- <widget class="QMenu" name="uiPdbMENU">
122
- <property name="title">
123
- <string>PDB</string>
124
- </property>
125
- <addaction name="uiPdbContinueACT"/>
126
- <addaction name="uiPdbStepACT"/>
127
- <addaction name="uiPdbNextACT"/>
128
- <addaction name="separator"/>
129
- <addaction name="uiPdbUpACT"/>
130
- <addaction name="uiPdbDownACT"/>
131
- </widget>
132
- <widget class="QMenu" name="uiFileMENU">
133
- <property name="title">
134
- <string>&amp;Options</string>
135
- </property>
136
- <widget class="QMenu" name="uiStyleMENU">
137
- <property name="title">
138
- <string>Style</string>
139
- </property>
140
- </widget>
141
- <widget class="QMenu" name="uiCompleterModeMENU">
142
- <property name="toolTip">
143
- <string/>
144
- </property>
145
- <property name="title">
146
- <string>Auto-Complete Mode</string>
147
- </property>
148
- <addaction name="separator"/>
149
- </widget>
150
- <widget class="QMenu" name="uiFont_MENU">
151
- <property name="title">
152
- <string>Font</string>
153
- </property>
154
- <widget class="QMenu" name="uiMonospaceFontMENU">
155
- <property name="title">
156
- <string>Monospace</string>
157
- </property>
158
- <addaction name="uiFontMENU"/>
159
- </widget>
160
- <widget class="QMenu" name="uiProportionalFontMENU">
161
- <property name="title">
162
- <string>Proportional</string>
163
- </property>
164
- <addaction name="actionPlaceHolderProportionalFont"/>
165
- </widget>
166
- <addaction name="uiMonospaceFontMENU"/>
167
- <addaction name="uiProportionalFontMENU"/>
168
- </widget>
169
- <addaction name="uiAutoCompleteEnabledACT"/>
170
- <addaction name="uiSpellCheckEnabledACT"/>
171
- <addaction name="uiAutoCompleteCaseSensitiveACT"/>
172
- <addaction name="uiCompleterModeMENU"/>
173
- <addaction name="separator"/>
174
- <addaction name="uiClearLogACT"/>
175
- <addaction name="uiClearLogOnRefreshACT"/>
176
- <addaction name="separator"/>
177
- <addaction name="uiFont_MENU"/>
178
- <addaction name="uiStyleMENU"/>
179
- <addaction name="separator"/>
180
- <addaction name="uiIndentationsTabsACT"/>
181
- <addaction name="uiCopyTabsToSpacesACT"/>
182
- <addaction name="uiWordWrapACT"/>
183
- <addaction name="uiEditorVerticalACT"/>
184
- <addaction name="uiAutoPromptACT"/>
185
- <addaction name="uiLinesInNewWorkboxACT"/>
186
- <addaction name="uiAutoSaveSettingssACT"/>
187
- <addaction name="separator"/>
188
- <addaction name="uiSetFlashWindowIntervalACT"/>
189
- <addaction name="separator"/>
190
- <addaction name="uiErrorHyperlinksACT"/>
191
- <addaction name="uiSetPreferredTextEditorPathACT"/>
192
- </widget>
193
- <widget class="QMenu" name="menuTools">
194
- <property name="title">
195
- <string>Tools</string>
196
- </property>
197
- <addaction name="uiGetPrevCmdACT"/>
198
- <addaction name="uiGetNextCmdACT"/>
199
- </widget>
200
- <widget class="QMenu" name="menuEdit">
201
- <property name="title">
202
- <string>Edit</string>
203
- </property>
204
- <addaction name="uiCommentToggleACT"/>
205
- <addaction name="separator"/>
206
- <addaction name="uiFocusToConsoleACT"/>
207
- <addaction name="uiCopyToConsoleACT"/>
208
- <addaction name="uiFocusToWorkboxACT"/>
209
- <addaction name="uiCopyToWorkboxACT"/>
210
- <addaction name="separator"/>
211
- <addaction name="uiNextTabACT"/>
212
- <addaction name="uiPrevTabACT"/>
213
- <addaction name="separator"/>
214
- <addaction name="uiTab1ACT"/>
215
- <addaction name="uiTab2ACT"/>
216
- <addaction name="uiTab3ACT"/>
217
- <addaction name="uiTab4ACT"/>
218
- <addaction name="uiTab5ACT"/>
219
- <addaction name="uiTab6ACT"/>
220
- <addaction name="uiTab7ACT"/>
221
- <addaction name="uiTab8ACT"/>
222
- <addaction name="uiTabLastACT"/>
223
- </widget>
224
- <addaction name="uiScriptingMENU"/>
225
- <addaction name="menuEdit"/>
226
- <addaction name="uiDebugMENU"/>
227
- <addaction name="menu_Run"/>
228
- <addaction name="uiPdbMENU"/>
229
- <addaction name="menuTools"/>
230
- <addaction name="uiFileMENU"/>
231
- <addaction name="uiHelpMENU"/>
232
- </widget>
233
- <widget class="QToolBar" name="uiConsoleTOOLBAR">
234
- <property name="windowTitle">
235
- <string>Console Toolbar</string>
236
- </property>
237
- <property name="iconSize">
238
- <size>
239
- <width>16</width>
240
- <height>16</height>
241
- </size>
242
- </property>
243
- <attribute name="toolBarArea">
244
- <enum>TopToolBarArea</enum>
245
- </attribute>
246
- <attribute name="toolBarBreak">
247
- <bool>false</bool>
248
- </attribute>
249
- <addaction name="uiRunSelectedACT"/>
250
- <addaction name="uiRunAllACT"/>
251
- <addaction name="separator"/>
252
- <addaction name="uiClearLogACT"/>
253
- </widget>
254
- <widget class="QToolBar" name="uiPdbTOOLBAR">
255
- <property name="windowTitle">
256
- <string>PDB</string>
257
- </property>
258
- <property name="iconSize">
259
- <size>
260
- <width>16</width>
261
- <height>16</height>
262
- </size>
263
- </property>
264
- <attribute name="toolBarArea">
265
- <enum>TopToolBarArea</enum>
266
- </attribute>
267
- <attribute name="toolBarBreak">
268
- <bool>true</bool>
269
- </attribute>
270
- <addaction name="uiPdbContinueACT"/>
271
- <addaction name="uiPdbStepACT"/>
272
- <addaction name="uiPdbNextACT"/>
273
- <addaction name="separator"/>
274
- <addaction name="uiPdbUpACT"/>
275
- <addaction name="uiPdbDownACT"/>
276
- </widget>
277
- <action name="uiSaveLogACT">
278
- <property name="text">
279
- <string>&amp;Save Log...</string>
280
- </property>
281
- </action>
282
- <action name="uiNoDebugACT">
283
- <property name="checkable">
284
- <bool>true</bool>
285
- </property>
286
- <property name="text">
287
- <string>&amp;Disabled</string>
288
- </property>
289
- </action>
290
- <action name="uiDebugLowACT">
291
- <property name="checkable">
292
- <bool>true</bool>
293
- </property>
294
- <property name="text">
295
- <string>&amp;Low Level</string>
296
- </property>
297
- </action>
298
- <action name="uiDebugMidACT">
299
- <property name="checkable">
300
- <bool>true</bool>
301
- </property>
302
- <property name="text">
303
- <string>&amp;Mid Level</string>
304
- </property>
305
- </action>
306
- <action name="uiDebugHighACT">
307
- <property name="checkable">
308
- <bool>true</bool>
309
- </property>
310
- <property name="text">
311
- <string>&amp;High Level</string>
312
- </property>
313
- </action>
314
- <action name="uiClearLogACT">
315
- <property name="text">
316
- <string>&amp;Clear Python Console</string>
317
- </property>
318
- <property name="toolTip">
319
- <string>Clears the top section of the Python Logger. This does not clear the workbox.</string>
320
- </property>
321
- <property name="shortcut">
322
- <string>Ctrl+Alt+Shift+D</string>
323
- </property>
324
- </action>
325
- <action name="uiAutoCompleteEnabledACT">
326
- <property name="checkable">
327
- <bool>true</bool>
328
- </property>
329
- <property name="checked">
330
- <bool>true</bool>
331
- </property>
332
- <property name="text">
333
- <string>Use &amp;Auto-Complete</string>
334
- </property>
335
- </action>
336
- <action name="uiRunLineACT">
337
- <property name="text">
338
- <string>Run Line...</string>
339
- </property>
340
- <property name="shortcut">
341
- <string>Enter</string>
342
- </property>
343
- </action>
344
- <action name="uiRunAllACT">
345
- <property name="text">
346
- <string>Run All...</string>
347
- </property>
348
- <property name="toolTip">
349
- <string>Run all workbox code</string>
350
- </property>
351
- <property name="shortcut">
352
- <string>Ctrl+Return</string>
353
- </property>
354
- </action>
355
- <action name="uiClearWorkspaceACT">
356
- <property name="text">
357
- <string>Clear Workspace...</string>
358
- </property>
359
- </action>
360
- <action name="uiRunSelectedACT">
361
- <property name="text">
362
- <string>Run Selected...</string>
363
- </property>
364
- <property name="toolTip">
365
- <string>Run selected workbox code</string>
366
- </property>
367
- <property name="shortcut">
368
- <string>Shift+Return</string>
369
- </property>
370
- </action>
371
- <action name="uiIndentationsTabsACT">
372
- <property name="checkable">
373
- <bool>true</bool>
374
- </property>
375
- <property name="text">
376
- <string>Indentations use tabs</string>
377
- </property>
378
- </action>
379
- <action name="uiWordWrapACT">
380
- <property name="checkable">
381
- <bool>true</bool>
382
- </property>
383
- <property name="text">
384
- <string>Enable Console Word Wrap</string>
385
- </property>
386
- <property name="toolTip">
387
- <string>Enable word wrap in the python output console</string>
388
- </property>
389
- </action>
390
- <action name="uiSaveConsoleSettingsACT">
391
- <property name="text">
392
- <string>Save Console Settings</string>
393
- </property>
394
- <property name="toolTip">
395
- <string>Save Console Settings and all Workbox code</string>
396
- </property>
397
- <property name="shortcut">
398
- <string>Ctrl+S</string>
399
- </property>
400
- </action>
401
- <action name="uiClearBeforeRunningACT">
402
- <property name="checkable">
403
- <bool>true</bool>
404
- </property>
405
- <property name="text">
406
- <string>Clear before running workbox code</string>
407
- </property>
408
- <property name="toolTip">
409
- <string>Clear console log before running workbox code.</string>
410
- </property>
411
- </action>
412
- <action name="uiCloseLoggerACT">
413
- <property name="text">
414
- <string>Close</string>
415
- </property>
416
- <property name="toolTip">
417
- <string>Close</string>
418
- </property>
419
- <property name="shortcut">
420
- <string>Ctrl+Q</string>
421
- </property>
422
- </action>
423
- <action name="uiEditorVerticalACT">
424
- <property name="checkable">
425
- <bool>true</bool>
426
- </property>
427
- <property name="text">
428
- <string>Editor Vertical</string>
429
- </property>
430
- <property name="toolTip">
431
- <string>Editor Vertical</string>
432
- </property>
433
- </action>
434
- <action name="uiClearLogOnRefreshACT">
435
- <property name="checkable">
436
- <bool>true</bool>
437
- </property>
438
- <property name="text">
439
- <string>Clear Log on Environment Refresh</string>
440
- </property>
441
- </action>
442
- <action name="uiPdbModeACT">
443
- <property name="checkable">
444
- <bool>true</bool>
445
- </property>
446
- <property name="enabled">
447
- <bool>false</bool>
448
- </property>
449
- <property name="text">
450
- <string>Pdb Mode</string>
451
- </property>
452
- <property name="toolTip">
453
- <string>If pdb is not running in the parent process pdb mode will not acomplish much.</string>
454
- </property>
455
- <property name="shortcut">
456
- <string>Ctrl+`</string>
457
- </property>
458
- </action>
459
- <action name="uiClearToLastPromptACT">
460
- <property name="text">
461
- <string>Clear to Last Prompt</string>
462
- </property>
463
- <property name="toolTip">
464
- <string>Clear console to the last prompt</string>
465
- </property>
466
- <property name="shortcut">
467
- <string>Ctrl+Shift+Backspace</string>
468
- </property>
469
- </action>
470
- <action name="uiPdbContinueACT">
471
- <property name="text">
472
- <string>Continue</string>
473
- </property>
474
- <property name="toolTip">
475
- <string>Continue</string>
476
- </property>
477
- <property name="shortcut">
478
- <string>Alt+C</string>
479
- </property>
480
- </action>
481
- <action name="uiPdbStepACT">
482
- <property name="text">
483
- <string>Step</string>
484
- </property>
485
- <property name="shortcut">
486
- <string>Alt+S</string>
487
- </property>
488
- </action>
489
- <action name="uiPdbNextACT">
490
- <property name="text">
491
- <string>Next</string>
492
- </property>
493
- <property name="shortcut">
494
- <string>Alt+N</string>
495
- </property>
496
- </action>
497
- <action name="uiPdbUpACT">
498
- <property name="text">
499
- <string>Up</string>
500
- </property>
501
- <property name="shortcut">
502
- <string>Alt+U</string>
503
- </property>
504
- </action>
505
- <action name="uiPdbDownACT">
506
- <property name="text">
507
- <string>Down</string>
508
- </property>
509
- <property name="shortcut">
510
- <string>Alt+D</string>
511
- </property>
512
- </action>
513
- <action name="uiCopyTabsToSpacesACT">
514
- <property name="checkable">
515
- <bool>true</bool>
516
- </property>
517
- <property name="text">
518
- <string>Convert Tabs to Spaces on Copy</string>
519
- </property>
520
- </action>
521
- <action name="uiResetWarningFiltersACT">
522
- <property name="text">
523
- <string>Reset Warning Filters</string>
524
- </property>
525
- <property name="toolTip">
526
- <string>Clears all warning filters so you see all warnings.</string>
527
- </property>
528
- </action>
529
- <action name="uiAboutBlurdevACT">
530
- <property name="text">
531
- <string>About blurdev</string>
532
- </property>
533
- </action>
534
- <action name="uiEnvironmentVarsACT">
535
- <property name="text">
536
- <string>Environment Variables...</string>
537
- </property>
538
- </action>
539
- <action name="uiSetFlashWindowIntervalACT">
540
- <property name="text">
541
- <string>Set flash window interval...</string>
542
- </property>
543
- <property name="toolTip">
544
- <string>If executing code takes longer than this many seconds, flash the main window of the application.</string>
545
- </property>
546
- </action>
547
- <action name="uiSpellCheckEnabledACT">
548
- <property name="checkable">
549
- <bool>true</bool>
550
- </property>
551
- <property name="text">
552
- <string>Use Spell-Check</string>
553
- </property>
554
- </action>
555
- <action name="uiLogToFileACT">
556
- <property name="text">
557
- <string>Log Output to File</string>
558
- </property>
559
- <property name="toolTip">
560
- <string>Log Output to a log File</string>
561
- </property>
562
- </action>
563
- <action name="actionSone">
564
- <property name="text">
565
- <string>None</string>
566
- </property>
567
- </action>
568
- <action name="uiTreegruntShortcutACT">
569
- <property name="text">
570
- <string>Treegrunt</string>
571
- </property>
572
- </action>
573
- <action name="uiPythonLoggerShortcutACT">
574
- <property name="text">
575
- <string>Python Logger</string>
576
- </property>
577
- </action>
578
- <action name="uiBlurIdeShortcutACT">
579
- <property name="text">
580
- <string>Blur IDE</string>
581
- </property>
582
- </action>
583
- <action name="uiLogToFileClearACT">
584
- <property name="text">
585
- <string>Clear Output File</string>
586
- </property>
587
- </action>
588
- <action name="uiBrowsePreferencesACT">
589
- <property name="text">
590
- <string>Browse Preferences</string>
591
- </property>
592
- <property name="toolTip">
593
- <string>Browse Preferences</string>
594
- </property>
595
- </action>
596
- <action name="uiAutoCompleteCaseSensitiveACT">
597
- <property name="checkable">
598
- <bool>true</bool>
599
- </property>
600
- <property name="text">
601
- <string>Auto-Complete - Case Sensitive</string>
602
- </property>
603
- <property name="toolTip">
604
- <string>Choose auto-completion case-sensitivity</string>
605
- </property>
606
- <property name="shortcut">
607
- <string>Ctrl+I</string>
608
- </property>
609
- </action>
610
- <action name="uiStartsWithModeACT">
611
- <property name="checkable">
612
- <bool>true</bool>
613
- </property>
614
- <property name="text">
615
- <string>StartsWith</string>
616
- </property>
617
- </action>
618
- <action name="uiOuterFuzzyModeACT">
619
- <property name="checkable">
620
- <bool>true</bool>
621
- </property>
622
- <property name="text">
623
- <string>OuterFuzzy</string>
624
- </property>
625
- </action>
626
- <action name="uiFullFuzzyModeACT">
627
- <property name="checkable">
628
- <bool>true</bool>
629
- </property>
630
- <property name="text">
631
- <string>FullFuzzy</string>
632
- </property>
633
- </action>
634
- <action name="uiFontMENU">
635
- <property name="text">
636
- <string>PlaceHolderMonospaceFont</string>
637
- </property>
638
- </action>
639
- <action name="actionPlaceHolderProportionalFont">
640
- <property name="text">
641
- <string>PlaceHolderProportionalFont</string>
642
- </property>
643
- </action>
644
- <action name="uiCycleCompleterModeACT">
645
- <property name="text">
646
- <string>Cycle Completer Modes</string>
647
- </property>
648
- <property name="shortcut">
649
- <string>Ctrl+M</string>
650
- </property>
651
- </action>
652
- <action name="uiAutoSaveSettingssACT">
653
- <property name="checkable">
654
- <bool>true</bool>
655
- </property>
656
- <property name="checked">
657
- <bool>true</bool>
658
- </property>
659
- <property name="text">
660
- <string>Auto-Save Console Settings</string>
661
- </property>
662
- <property name="toolTip">
663
- <string>Auto-Save Console Settings and Workbox code.
664
- Useful if often using multiple DCC instances simultaneously.
665
- Must manually save instead.</string>
666
- </property>
667
- </action>
668
- <action name="uiNewWorkboxACT">
669
- <property name="text">
670
- <string>New Workbox</string>
671
- </property>
672
- <property name="toolTip">
673
- <string>Create a new workbox</string>
674
- </property>
675
- </action>
676
- <action name="uiCloseWorkboxACT">
677
- <property name="text">
678
- <string>Close Workbox</string>
679
- </property>
680
- <property name="toolTip">
681
- <string>Close the current workbox</string>
682
- </property>
683
- </action>
684
- <action name="uiGetPrevCmdACT">
685
- <property name="text">
686
- <string>Get Previous Command</string>
687
- </property>
688
- <property name="toolTip">
689
- <string>Get Previous Command (like in a command prompt)</string>
690
- </property>
691
- </action>
692
- <action name="uiGetNextCmdACT">
693
- <property name="text">
694
- <string>Get Next Command</string>
695
- </property>
696
- <property name="toolTip">
697
- <string>Get Next Command (like in a command prompt)</string>
698
- </property>
699
- </action>
700
- <action name="uiFocusToConsoleACT">
701
- <property name="text">
702
- <string>Focus to Console</string>
703
- </property>
704
- <property name="toolTip">
705
- <string>Set focus to the console</string>
706
- </property>
707
- </action>
708
- <action name="uiCopyToConsoleACT">
709
- <property name="text">
710
- <string>Focus and Copy to Console</string>
711
- </property>
712
- <property name="toolTip">
713
- <string>Set focus to the console and copy/paste selection or line</string>
714
- </property>
715
- </action>
716
- <action name="uiFocusToWorkboxACT">
717
- <property name="text">
718
- <string>Focus to Workbox</string>
719
- </property>
720
- <property name="toolTip">
721
- <string>Set focus to the current workbox</string>
722
- </property>
723
- </action>
724
- <action name="uiCopyToWorkboxACT">
725
- <property name="text">
726
- <string>Focus and Copy to Workbox</string>
727
- </property>
728
- <property name="toolTip">
729
- <string>Set focus to the current workbox and copy/paste selection or line</string>
730
- </property>
731
- </action>
732
- <action name="uiNextTabACT">
733
- <property name="text">
734
- <string>Focus to Next Tab</string>
735
- </property>
736
- <property name="toolTip">
737
- <string>Set focus to the next workbox tab</string>
738
- </property>
739
- </action>
740
- <action name="uiPrevTabACT">
741
- <property name="text">
742
- <string>Focus to Previous Tab</string>
743
- </property>
744
- <property name="toolTip">
745
- <string>Set focus to the previous workbox tab</string>
746
- </property>
747
- </action>
748
- <action name="uiAutoPromptACT">
749
- <property name="checkable">
750
- <bool>true</bool>
751
- </property>
752
- <property name="text">
753
- <string>Auto-prompt</string>
754
- </property>
755
- </action>
756
- <action name="uiLinesInNewWorkboxACT">
757
- <property name="checkable">
758
- <bool>true</bool>
759
- </property>
760
- <property name="text">
761
- <string>Add lines to new workbox</string>
762
- </property>
763
- </action>
764
- <action name="uiSetPreferredTextEditorPathACT">
765
- <property name="text">
766
- <string>Set Preferred Text Editor Path</string>
767
- </property>
768
- </action>
769
- <action name="uiErrorHyperlinksACT">
770
- <property name="checkable">
771
- <bool>true</bool>
772
- </property>
773
- <property name="text">
774
- <string>Error Hyperlinks</string>
775
- </property>
776
- <property name="toolTip">
777
- <string>Show Error Hyperlinks, which can be clicked to open the indicated module
778
- at the indicated line in the specified text editor.
779
- </string>
780
- </property>
781
- </action>
782
- <action name="uiTab1ACT">
783
- <property name="text">
784
- <string>Focus to Tab 1</string>
785
- </property>
786
- </action>
787
- <action name="uiTab2ACT">
788
- <property name="text">
789
- <string>Focus to Tab 2</string>
790
- </property>
791
- </action>
792
- <action name="uiTab3ACT">
793
- <property name="text">
794
- <string>Focus to Tab 3</string>
795
- </property>
796
- </action>
797
- <action name="uiTab4ACT">
798
- <property name="text">
799
- <string>Focus to Tab 4</string>
800
- </property>
801
- </action>
802
- <action name="uiTab5ACT">
803
- <property name="text">
804
- <string>Focus to Tab 5</string>
805
- </property>
806
- </action>
807
- <action name="uiTab6ACT">
808
- <property name="text">
809
- <string>Focus to Tab 6</string>
810
- </property>
811
- </action>
812
- <action name="uiTab7ACT">
813
- <property name="text">
814
- <string>Focus to Tab 7</string>
815
- </property>
816
- </action>
817
- <action name="uiTab8ACT">
818
- <property name="text">
819
- <string>Focus to Tab 8</string>
820
- </property>
821
- </action>
822
- <action name="uiTabLastACT">
823
- <property name="text">
824
- <string>Focus to Last Tab</string>
825
- </property>
826
- </action>
827
- <action name="uiSelectCurrentLineACT">
828
- <property name="text">
829
- <string>Select Current Line</string>
830
- </property>
831
- </action>
832
- <action name="uiTab0ACT">
833
- <property name="text">
834
- <string>Focus to Tab 0</string>
835
- </property>
836
- <property name="iconText">
837
- <string>Focus to Tab 0</string>
838
- </property>
839
- <property name="toolTip">
840
- <string>Focus to Tab 0</string>
841
- </property>
842
- </action>
843
- <action name="uiCommentToggleACT">
844
- <property name="text">
845
- <string>Comment Toggle</string>
846
- </property>
847
- </action>
848
- </widget>
849
- <customwidgets>
850
- <customwidget>
851
- <class>NewTabWidget</class>
852
- <extends>QTabWidget</extends>
853
- <header>blurdev.gui.newtabwidget</header>
854
- <container>1</container>
855
- </customwidget>
856
- <customwidget>
857
- <class>ConsoleEdit</class>
858
- <extends>QTextEdit</extends>
859
- <header>blurdev.gui.console</header>
860
- </customwidget>
861
- </customwidgets>
862
- <resources/>
863
- <connections/>
864
- </ui>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ui version="4.0">
3
+ <class>PrEditorWindow</class>
4
+ <widget class="QMainWindow" name="PrEditorWindow">
5
+ <property name="geometry">
6
+ <rect>
7
+ <x>0</x>
8
+ <y>0</y>
9
+ <width>796</width>
10
+ <height>406</height>
11
+ </rect>
12
+ </property>
13
+ <property name="minimumSize">
14
+ <size>
15
+ <width>500</width>
16
+ <height>300</height>
17
+ </size>
18
+ </property>
19
+ <property name="windowTitle">
20
+ <string>PrEditor</string>
21
+ </property>
22
+ <widget class="QWidget" name="centralwidget">
23
+ <layout class="QVBoxLayout" name="verticalLayout">
24
+ <item>
25
+ <widget class="QSplitter" name="uiSplitterSPLIT">
26
+ <property name="orientation">
27
+ <enum>Qt::Vertical</enum>
28
+ </property>
29
+ <widget class="ConsolePrEdit" name="uiConsoleTXT">
30
+ <property name="minimumSize">
31
+ <size>
32
+ <width>0</width>
33
+ <height>100</height>
34
+ </size>
35
+ </property>
36
+ </widget>
37
+ <widget class="QStackedWidget" name="uiWorkboxSTACK">
38
+ <property name="currentIndex">
39
+ <number>0</number>
40
+ </property>
41
+ <widget class="QWidget" name="Options">
42
+ <layout class="QVBoxLayout" name="verticalLayout_5">
43
+ <item>
44
+ <widget class="EditorChooser" name="uiEditorChooserWGT" native="true"/>
45
+ </item>
46
+ <item>
47
+ <widget class="QDialogButtonBox" name="uiApplySettingsBTNS">
48
+ <property name="standardButtons">
49
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
50
+ </property>
51
+ </widget>
52
+ </item>
53
+ </layout>
54
+ </widget>
55
+ <widget class="QWidget" name="WorkboxGroups">
56
+ <layout class="QVBoxLayout" name="verticalLayout_4">
57
+ <property name="leftMargin">
58
+ <number>0</number>
59
+ </property>
60
+ <property name="topMargin">
61
+ <number>0</number>
62
+ </property>
63
+ <property name="rightMargin">
64
+ <number>0</number>
65
+ </property>
66
+ <property name="bottomMargin">
67
+ <number>0</number>
68
+ </property>
69
+ <item>
70
+ <widget class="GroupTabWidget" name="uiWorkboxTAB">
71
+ <property name="minimumSize">
72
+ <size>
73
+ <width>0</width>
74
+ <height>100</height>
75
+ </size>
76
+ </property>
77
+ </widget>
78
+ </item>
79
+ </layout>
80
+ </widget>
81
+ </widget>
82
+ </widget>
83
+ </item>
84
+ </layout>
85
+ </widget>
86
+ <widget class="QMenuBar" name="uiMenuBar">
87
+ <property name="geometry">
88
+ <rect>
89
+ <x>0</x>
90
+ <y>0</y>
91
+ <width>796</width>
92
+ <height>21</height>
93
+ </rect>
94
+ </property>
95
+ <widget class="QMenu" name="uiDebugMENU">
96
+ <property name="title">
97
+ <string>Debug</string>
98
+ </property>
99
+ <addaction name="separator"/>
100
+ <addaction name="uiResetWarningFiltersACT"/>
101
+ <addaction name="separator"/>
102
+ <addaction name="uiLogToFileACT"/>
103
+ <addaction name="uiLogToFileClearACT"/>
104
+ </widget>
105
+ <widget class="QMenu" name="uiScriptingMENU">
106
+ <property name="title">
107
+ <string comment="File Menu">&amp;File</string>
108
+ </property>
109
+ <addaction name="uiNewWorkboxACT"/>
110
+ <addaction name="uiCloseWorkboxACT"/>
111
+ <addaction name="separator"/>
112
+ <addaction name="uiSaveConsoleSettingsACT"/>
113
+ <addaction name="uiRestartACT"/>
114
+ <addaction name="uiCloseLoggerACT"/>
115
+ </widget>
116
+ <widget class="QMenu" name="uiHelpMENU">
117
+ <property name="title">
118
+ <string>Help</string>
119
+ </property>
120
+ <widget class="QMenu" name="menuPreferences">
121
+ <property name="title">
122
+ <string>Preferences</string>
123
+ </property>
124
+ <addaction name="uiBrowsePreferencesACT"/>
125
+ <addaction name="uiBackupPreferencesACT"/>
126
+ </widget>
127
+ <addaction name="menuPreferences"/>
128
+ <addaction name="uiEnvironmentVarsACT"/>
129
+ <addaction name="separator"/>
130
+ <addaction name="uiAboutPreditorACT"/>
131
+ </widget>
132
+ <widget class="QMenu" name="menu_Run">
133
+ <property name="title">
134
+ <string>&amp;Run</string>
135
+ </property>
136
+ <addaction name="uiRunSelectedACT"/>
137
+ <addaction name="uiRunAllACT"/>
138
+ <addaction name="separator"/>
139
+ <addaction name="uiClearBeforeRunningACT"/>
140
+ <addaction name="uiClearToLastPromptACT"/>
141
+ </widget>
142
+ <widget class="QMenu" name="uiFileMENU">
143
+ <property name="title">
144
+ <string>&amp;Options</string>
145
+ </property>
146
+ <widget class="QMenu" name="uiStyleMENU">
147
+ <property name="title">
148
+ <string>Style</string>
149
+ </property>
150
+ </widget>
151
+ <widget class="QMenu" name="uiCompleterModeMENU">
152
+ <property name="toolTip">
153
+ <string/>
154
+ </property>
155
+ <property name="title">
156
+ <string>Auto-Complete Mode</string>
157
+ </property>
158
+ <addaction name="separator"/>
159
+ </widget>
160
+ <widget class="QMenu" name="uiFont_MENU">
161
+ <property name="title">
162
+ <string>Font</string>
163
+ </property>
164
+ <widget class="QMenu" name="uiMonospaceFontMENU">
165
+ <property name="title">
166
+ <string>Monospace</string>
167
+ </property>
168
+ <addaction name="uiFontMENU"/>
169
+ </widget>
170
+ <widget class="QMenu" name="uiProportionalFontMENU">
171
+ <property name="title">
172
+ <string>Proportional</string>
173
+ </property>
174
+ <addaction name="actionPlaceHolderProportionalFont"/>
175
+ </widget>
176
+ <addaction name="uiMonospaceFontMENU"/>
177
+ <addaction name="uiProportionalFontMENU"/>
178
+ </widget>
179
+ <addaction name="uiAutoCompleteEnabledACT"/>
180
+ <addaction name="uiSpellCheckEnabledACT"/>
181
+ <addaction name="uiAutoCompleteCaseSensitiveACT"/>
182
+ <addaction name="uiCompleterModeMENU"/>
183
+ <addaction name="separator"/>
184
+ <addaction name="uiClearLogACT"/>
185
+ <addaction name="uiClearLogOnRefreshACT"/>
186
+ <addaction name="separator"/>
187
+ <addaction name="uiFont_MENU"/>
188
+ <addaction name="uiStyleMENU"/>
189
+ <addaction name="separator"/>
190
+ <addaction name="uiIndentationsTabsACT"/>
191
+ <addaction name="uiCopyTabsToSpacesACT"/>
192
+ <addaction name="uiWordWrapACT"/>
193
+ <addaction name="uiEditorVerticalACT"/>
194
+ <addaction name="uiAutoPromptACT"/>
195
+ <addaction name="uiLinesInNewWorkboxACT"/>
196
+ <addaction name="uiAutoSaveSettingssACT"/>
197
+ <addaction name="separator"/>
198
+ <addaction name="uiSetFlashWindowIntervalACT"/>
199
+ <addaction name="separator"/>
200
+ <addaction name="uiErrorHyperlinksACT"/>
201
+ <addaction name="uiSetPreferredTextEditorPathACT"/>
202
+ <addaction name="uiSetWorkboxEditorACT"/>
203
+ </widget>
204
+ <widget class="QMenu" name="menuEdit">
205
+ <property name="title">
206
+ <string>Edit</string>
207
+ </property>
208
+ <widget class="QMenu" name="menuFocus_to_Group">
209
+ <property name="title">
210
+ <string>Focus to Group</string>
211
+ </property>
212
+ <addaction name="uiGroup1ACT"/>
213
+ <addaction name="uiGroup2ACT"/>
214
+ <addaction name="uiGroup3ACT"/>
215
+ <addaction name="uiGroup4ACT"/>
216
+ <addaction name="uiGroup5ACT"/>
217
+ <addaction name="uiGroup6ACT"/>
218
+ <addaction name="uiGroup7ACT"/>
219
+ <addaction name="uiGroup8ACT"/>
220
+ <addaction name="separator"/>
221
+ <addaction name="uiGroupLastACT"/>
222
+ </widget>
223
+ <widget class="QMenu" name="menuFocus_to_Tab">
224
+ <property name="title">
225
+ <string>Focus to Tab</string>
226
+ </property>
227
+ <action name="uiTab1ACT">
228
+ <property name="text">
229
+ <string>Focus to Tab 1</string>
230
+ </property>
231
+ <property name="shortcut">
232
+ <string>Ctrl+1</string>
233
+ </property>
234
+ </action>
235
+ <action name="uiTab2ACT">
236
+ <property name="text">
237
+ <string>Focus to Tab 2</string>
238
+ </property>
239
+ <property name="shortcut">
240
+ <string>Ctrl+2</string>
241
+ </property>
242
+ </action>
243
+ <action name="uiTab3ACT">
244
+ <property name="text">
245
+ <string>Focus to Tab 3</string>
246
+ </property>
247
+ <property name="shortcut">
248
+ <string>Ctrl+3</string>
249
+ </property>
250
+ </action>
251
+ <action name="uiTab4ACT">
252
+ <property name="text">
253
+ <string>Focus to Tab 4</string>
254
+ </property>
255
+ <property name="shortcut">
256
+ <string>Ctrl+4</string>
257
+ </property>
258
+ </action>
259
+ <action name="uiTab5ACT">
260
+ <property name="text">
261
+ <string>Focus to Tab 5</string>
262
+ </property>
263
+ <property name="shortcut">
264
+ <string>Ctrl+5</string>
265
+ </property>
266
+ </action>
267
+ <action name="uiTab6ACT">
268
+ <property name="text">
269
+ <string>Focus to Tab 6</string>
270
+ </property>
271
+ <property name="shortcut">
272
+ <string>Ctrl+6</string>
273
+ </property>
274
+ </action>
275
+ <action name="uiTab7ACT">
276
+ <property name="text">
277
+ <string>Focus to Tab 7</string>
278
+ </property>
279
+ <property name="shortcut">
280
+ <string>Ctrl+7</string>
281
+ </property>
282
+ </action>
283
+ <action name="uiTab8ACT">
284
+ <property name="text">
285
+ <string>Focus to Tab 8</string>
286
+ </property>
287
+ <property name="shortcut">
288
+ <string>Ctrl+8</string>
289
+ </property>
290
+ </action>
291
+ <action name="uiTabLastACT">
292
+ <property name="text">
293
+ <string>Focus to Last Tab</string>
294
+ </property>
295
+ <property name="shortcut">
296
+ <string>Ctrl+9</string>
297
+ </property>
298
+ </action>
299
+ <addaction name="uiTab1ACT"/>
300
+ <addaction name="uiTab2ACT"/>
301
+ <addaction name="uiTab3ACT"/>
302
+ <addaction name="uiTab4ACT"/>
303
+ <addaction name="uiTab5ACT"/>
304
+ <addaction name="uiTab6ACT"/>
305
+ <addaction name="uiTab7ACT"/>
306
+ <addaction name="uiTab8ACT"/>
307
+ <addaction name="separator"/>
308
+ <addaction name="uiTabLastACT"/>
309
+ </widget>
310
+ <addaction name="uiCommentToggleACT"/>
311
+ <addaction name="separator"/>
312
+ <addaction name="uiGetPrevCmdACT"/>
313
+ <addaction name="uiGetNextCmdACT"/>
314
+ <addaction name="separator"/>
315
+ <addaction name="uiFocusToConsoleACT"/>
316
+ <addaction name="uiCopyToConsoleACT"/>
317
+ <addaction name="uiFocusToWorkboxACT"/>
318
+ <addaction name="uiCopyToWorkboxACT"/>
319
+ <addaction name="separator"/>
320
+ <addaction name="uiNextTabACT"/>
321
+ <addaction name="uiPrevTabACT"/>
322
+ <addaction name="separator"/>
323
+ <addaction name="menuFocus_to_Group"/>
324
+ <addaction name="menuFocus_to_Tab"/>
325
+ <addaction name="uiFocusNameACT"/>
326
+ </widget>
327
+ <addaction name="uiScriptingMENU"/>
328
+ <addaction name="menuEdit"/>
329
+ <addaction name="uiDebugMENU"/>
330
+ <addaction name="menu_Run"/>
331
+ <addaction name="uiFileMENU"/>
332
+ <addaction name="uiHelpMENU"/>
333
+ </widget>
334
+ <widget class="QToolBar" name="uiConsoleTOOLBAR">
335
+ <property name="windowTitle">
336
+ <string>Console Toolbar</string>
337
+ </property>
338
+ <attribute name="toolBarArea">
339
+ <enum>TopToolBarArea</enum>
340
+ </attribute>
341
+ <attribute name="toolBarBreak">
342
+ <bool>false</bool>
343
+ </attribute>
344
+ <addaction name="uiRunSelectedACT"/>
345
+ <addaction name="uiRunAllACT"/>
346
+ <addaction name="separator"/>
347
+ <addaction name="uiClearLogACT"/>
348
+ </widget>
349
+ <action name="uiSaveLogACT">
350
+ <property name="text">
351
+ <string>&amp;Save Log...</string>
352
+ </property>
353
+ </action>
354
+ <action name="uiNoDebugACT">
355
+ <property name="checkable">
356
+ <bool>true</bool>
357
+ </property>
358
+ <property name="text">
359
+ <string>&amp;Disabled</string>
360
+ </property>
361
+ </action>
362
+ <action name="uiDebugLowACT">
363
+ <property name="checkable">
364
+ <bool>true</bool>
365
+ </property>
366
+ <property name="text">
367
+ <string>&amp;Low Level</string>
368
+ </property>
369
+ </action>
370
+ <action name="uiDebugMidACT">
371
+ <property name="checkable">
372
+ <bool>true</bool>
373
+ </property>
374
+ <property name="text">
375
+ <string>&amp;Mid Level</string>
376
+ </property>
377
+ </action>
378
+ <action name="uiDebugHighACT">
379
+ <property name="checkable">
380
+ <bool>true</bool>
381
+ </property>
382
+ <property name="text">
383
+ <string>&amp;High Level</string>
384
+ </property>
385
+ </action>
386
+ <action name="uiClearLogACT">
387
+ <property name="text">
388
+ <string>&amp;Clear Python Console</string>
389
+ </property>
390
+ <property name="toolTip">
391
+ <string>Clears the top section of PrEditor. This does not clear the workbox.</string>
392
+ </property>
393
+ <property name="shortcut">
394
+ <string>Ctrl+Alt+Shift+D</string>
395
+ </property>
396
+ </action>
397
+ <action name="uiAutoCompleteEnabledACT">
398
+ <property name="checkable">
399
+ <bool>true</bool>
400
+ </property>
401
+ <property name="checked">
402
+ <bool>true</bool>
403
+ </property>
404
+ <property name="text">
405
+ <string>Use &amp;Auto-Complete</string>
406
+ </property>
407
+ </action>
408
+ <action name="uiRunLineACT">
409
+ <property name="text">
410
+ <string>Run Line...</string>
411
+ </property>
412
+ <property name="shortcut">
413
+ <string>Enter</string>
414
+ </property>
415
+ </action>
416
+ <action name="uiRunAllACT">
417
+ <property name="text">
418
+ <string>Run All...</string>
419
+ </property>
420
+ <property name="toolTip">
421
+ <string>Run all code from the current workbox</string>
422
+ </property>
423
+ <property name="shortcut">
424
+ <string>Ctrl+Return</string>
425
+ </property>
426
+ </action>
427
+ <action name="uiClearWorkspaceACT">
428
+ <property name="text">
429
+ <string>Clear Workspace...</string>
430
+ </property>
431
+ </action>
432
+ <action name="uiRunSelectedACT">
433
+ <property name="text">
434
+ <string>Run Selected...</string>
435
+ </property>
436
+ <property name="toolTip">
437
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run some code from the current workbox. If you have text selected, only the selected text is run. With no text selected, the current line is run. You can also use the Number Pad Enter key to activate this.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
438
+ </property>
439
+ <property name="shortcut">
440
+ <string>Shift+Return</string>
441
+ </property>
442
+ </action>
443
+ <action name="uiIndentationsTabsACT">
444
+ <property name="checkable">
445
+ <bool>true</bool>
446
+ </property>
447
+ <property name="text">
448
+ <string>Indentations use tabs</string>
449
+ </property>
450
+ </action>
451
+ <action name="uiWordWrapACT">
452
+ <property name="checkable">
453
+ <bool>true</bool>
454
+ </property>
455
+ <property name="text">
456
+ <string>Enable Console Word Wrap</string>
457
+ </property>
458
+ <property name="toolTip">
459
+ <string>Enable word wrap in the python output console</string>
460
+ </property>
461
+ </action>
462
+ <action name="uiSaveConsoleSettingsACT">
463
+ <property name="text">
464
+ <string>Save Console Settings</string>
465
+ </property>
466
+ <property name="toolTip">
467
+ <string>Save Console Settings and all Workbox code</string>
468
+ </property>
469
+ <property name="shortcut">
470
+ <string>Ctrl+S</string>
471
+ </property>
472
+ </action>
473
+ <action name="uiClearBeforeRunningACT">
474
+ <property name="checkable">
475
+ <bool>true</bool>
476
+ </property>
477
+ <property name="text">
478
+ <string>Clear before running workbox code</string>
479
+ </property>
480
+ <property name="toolTip">
481
+ <string>Clear console log before running workbox code.</string>
482
+ </property>
483
+ </action>
484
+ <action name="uiCloseLoggerACT">
485
+ <property name="text">
486
+ <string>Close</string>
487
+ </property>
488
+ <property name="toolTip">
489
+ <string>Close</string>
490
+ </property>
491
+ <property name="shortcut">
492
+ <string>Ctrl+Q</string>
493
+ </property>
494
+ </action>
495
+ <action name="uiEditorVerticalACT">
496
+ <property name="checkable">
497
+ <bool>true</bool>
498
+ </property>
499
+ <property name="text">
500
+ <string>Editor Vertical</string>
501
+ </property>
502
+ <property name="toolTip">
503
+ <string>Editor Vertical</string>
504
+ </property>
505
+ </action>
506
+ <action name="uiClearLogOnRefreshACT">
507
+ <property name="checkable">
508
+ <bool>true</bool>
509
+ </property>
510
+ <property name="text">
511
+ <string>Clear Log on Environment Refresh</string>
512
+ </property>
513
+ </action>
514
+ <action name="uiClearToLastPromptACT">
515
+ <property name="text">
516
+ <string>Clear to Last Prompt</string>
517
+ </property>
518
+ <property name="toolTip">
519
+ <string>Clear console to the last prompt</string>
520
+ </property>
521
+ <property name="shortcut">
522
+ <string>Ctrl+Shift+Backspace</string>
523
+ </property>
524
+ </action>
525
+ <action name="uiCopyTabsToSpacesACT">
526
+ <property name="checkable">
527
+ <bool>true</bool>
528
+ </property>
529
+ <property name="text">
530
+ <string>Convert Tabs to Spaces on Copy</string>
531
+ </property>
532
+ </action>
533
+ <action name="uiResetWarningFiltersACT">
534
+ <property name="text">
535
+ <string>Reset Warning Filters</string>
536
+ </property>
537
+ <property name="toolTip">
538
+ <string>Clears all warning filters so you see all warnings.</string>
539
+ </property>
540
+ </action>
541
+ <action name="uiAboutPreditorACT">
542
+ <property name="text">
543
+ <string>About PrEditor</string>
544
+ </property>
545
+ </action>
546
+ <action name="uiEnvironmentVarsACT">
547
+ <property name="text">
548
+ <string>Environment Variables...</string>
549
+ </property>
550
+ </action>
551
+ <action name="uiSetFlashWindowIntervalACT">
552
+ <property name="text">
553
+ <string>Set flash window interval...</string>
554
+ </property>
555
+ <property name="toolTip">
556
+ <string>If executing code takes longer than this many seconds, flash the main window of the application.</string>
557
+ </property>
558
+ </action>
559
+ <action name="uiSpellCheckEnabledACT">
560
+ <property name="checkable">
561
+ <bool>true</bool>
562
+ </property>
563
+ <property name="text">
564
+ <string>Use Spell-Check</string>
565
+ </property>
566
+ </action>
567
+ <action name="uiLogToFileACT">
568
+ <property name="text">
569
+ <string>Log Output to File</string>
570
+ </property>
571
+ <property name="toolTip">
572
+ <string>Log Output to a log File</string>
573
+ </property>
574
+ </action>
575
+ <action name="actionSone">
576
+ <property name="text">
577
+ <string>None</string>
578
+ </property>
579
+ </action>
580
+ <action name="uiTreegruntShortcutACT">
581
+ <property name="text">
582
+ <string>Treegrunt</string>
583
+ </property>
584
+ </action>
585
+ <action name="uiPythonLoggerShortcutACT">
586
+ <property name="text">
587
+ <string>PrEditor</string>
588
+ </property>
589
+ </action>
590
+ <action name="uiBlurIdeShortcutACT">
591
+ <property name="text">
592
+ <string>Blur IDE</string>
593
+ </property>
594
+ </action>
595
+ <action name="uiLogToFileClearACT">
596
+ <property name="text">
597
+ <string>Clear Output File</string>
598
+ </property>
599
+ </action>
600
+ <action name="uiBrowsePreferencesACT">
601
+ <property name="text">
602
+ <string>Browse...</string>
603
+ </property>
604
+ <property name="toolTip">
605
+ <string>Browse Preferences</string>
606
+ </property>
607
+ </action>
608
+ <action name="uiAutoCompleteCaseSensitiveACT">
609
+ <property name="checkable">
610
+ <bool>true</bool>
611
+ </property>
612
+ <property name="text">
613
+ <string>Auto-Complete - Case Sensitive</string>
614
+ </property>
615
+ <property name="toolTip">
616
+ <string>Choose auto-completion case-sensitivity</string>
617
+ </property>
618
+ <property name="shortcut">
619
+ <string>Ctrl+I</string>
620
+ </property>
621
+ </action>
622
+ <action name="uiStartsWithModeACT">
623
+ <property name="checkable">
624
+ <bool>true</bool>
625
+ </property>
626
+ <property name="text">
627
+ <string>StartsWith</string>
628
+ </property>
629
+ </action>
630
+ <action name="uiOuterFuzzyModeACT">
631
+ <property name="checkable">
632
+ <bool>true</bool>
633
+ </property>
634
+ <property name="text">
635
+ <string>OuterFuzzy</string>
636
+ </property>
637
+ </action>
638
+ <action name="uiFullFuzzyModeACT">
639
+ <property name="checkable">
640
+ <bool>true</bool>
641
+ </property>
642
+ <property name="text">
643
+ <string>FullFuzzy</string>
644
+ </property>
645
+ </action>
646
+ <action name="uiFontMENU">
647
+ <property name="text">
648
+ <string>PlaceHolderMonospaceFont</string>
649
+ </property>
650
+ </action>
651
+ <action name="actionPlaceHolderProportionalFont">
652
+ <property name="text">
653
+ <string>PlaceHolderProportionalFont</string>
654
+ </property>
655
+ </action>
656
+ <action name="uiCycleCompleterModeACT">
657
+ <property name="text">
658
+ <string>Cycle Completer Modes</string>
659
+ </property>
660
+ <property name="shortcut">
661
+ <string>Ctrl+M</string>
662
+ </property>
663
+ </action>
664
+ <action name="uiAutoSaveSettingssACT">
665
+ <property name="checkable">
666
+ <bool>true</bool>
667
+ </property>
668
+ <property name="checked">
669
+ <bool>true</bool>
670
+ </property>
671
+ <property name="text">
672
+ <string>Auto-Save Console Settings</string>
673
+ </property>
674
+ <property name="toolTip">
675
+ <string>Auto-Save Console Settings and Workbox code.
676
+ Useful if often using multiple DCC instances simultaneously.
677
+ Must manually save instead.</string>
678
+ </property>
679
+ </action>
680
+ <action name="uiNewWorkboxACT">
681
+ <property name="text">
682
+ <string>New Workbox</string>
683
+ </property>
684
+ <property name="toolTip">
685
+ <string>Create a new workbox</string>
686
+ </property>
687
+ <property name="shortcut">
688
+ <string>Ctrl+N</string>
689
+ </property>
690
+ </action>
691
+ <action name="uiCloseWorkboxACT">
692
+ <property name="text">
693
+ <string>Close Workbox</string>
694
+ </property>
695
+ <property name="toolTip">
696
+ <string>Close the current workbox</string>
697
+ </property>
698
+ <property name="shortcut">
699
+ <string>Ctrl+W</string>
700
+ </property>
701
+ </action>
702
+ <action name="uiGetPrevCmdACT">
703
+ <property name="text">
704
+ <string>Get Previous Command</string>
705
+ </property>
706
+ <property name="toolTip">
707
+ <string>Get Previous Command (like in a command prompt)</string>
708
+ </property>
709
+ <property name="shortcut">
710
+ <string>Ctrl+Up</string>
711
+ </property>
712
+ </action>
713
+ <action name="uiGetNextCmdACT">
714
+ <property name="text">
715
+ <string>Get Next Command</string>
716
+ </property>
717
+ <property name="toolTip">
718
+ <string>Get Next Command (like in a command prompt)</string>
719
+ </property>
720
+ <property name="shortcut">
721
+ <string>Ctrl+Down</string>
722
+ </property>
723
+ </action>
724
+ <action name="uiFocusToConsoleACT">
725
+ <property name="text">
726
+ <string>Focus to Console</string>
727
+ </property>
728
+ <property name="toolTip">
729
+ <string>Set focus to the console</string>
730
+ </property>
731
+ <property name="shortcut">
732
+ <string>Ctrl+Shift+PgUp</string>
733
+ </property>
734
+ </action>
735
+ <action name="uiCopyToConsoleACT">
736
+ <property name="text">
737
+ <string>Focus and Copy to Console</string>
738
+ </property>
739
+ <property name="toolTip">
740
+ <string>Set focus to the console and copy/paste selection or line</string>
741
+ </property>
742
+ <property name="shortcut">
743
+ <string>Ctrl+Alt+Shift+PgUp</string>
744
+ </property>
745
+ </action>
746
+ <action name="uiFocusToWorkboxACT">
747
+ <property name="text">
748
+ <string>Focus to Workbox</string>
749
+ </property>
750
+ <property name="toolTip">
751
+ <string>Set focus to the current workbox</string>
752
+ </property>
753
+ <property name="shortcut">
754
+ <string>Ctrl+Shift+PgDown</string>
755
+ </property>
756
+ </action>
757
+ <action name="uiCopyToWorkboxACT">
758
+ <property name="text">
759
+ <string>Focus and Copy to Workbox</string>
760
+ </property>
761
+ <property name="toolTip">
762
+ <string>Set focus to the current workbox and copy/paste selection or line</string>
763
+ </property>
764
+ <property name="shortcut">
765
+ <string>Ctrl+Alt+Shift+PgDown</string>
766
+ </property>
767
+ </action>
768
+ <action name="uiNextTabACT">
769
+ <property name="text">
770
+ <string>Focus to Next Tab</string>
771
+ </property>
772
+ <property name="toolTip">
773
+ <string>Set focus to the next workbox tab</string>
774
+ </property>
775
+ <property name="shortcut">
776
+ <string>Ctrl+Tab</string>
777
+ </property>
778
+ </action>
779
+ <action name="uiPrevTabACT">
780
+ <property name="text">
781
+ <string>Focus to Previous Tab</string>
782
+ </property>
783
+ <property name="toolTip">
784
+ <string>Set focus to the previous workbox tab</string>
785
+ </property>
786
+ <property name="shortcut">
787
+ <string>Ctrl+Shift+Tab</string>
788
+ </property>
789
+ </action>
790
+ <action name="uiAutoPromptACT">
791
+ <property name="checkable">
792
+ <bool>true</bool>
793
+ </property>
794
+ <property name="text">
795
+ <string>Auto-prompt</string>
796
+ </property>
797
+ </action>
798
+ <action name="uiLinesInNewWorkboxACT">
799
+ <property name="checkable">
800
+ <bool>true</bool>
801
+ </property>
802
+ <property name="text">
803
+ <string>Add lines to new workbox</string>
804
+ </property>
805
+ </action>
806
+ <action name="uiSetPreferredTextEditorPathACT">
807
+ <property name="text">
808
+ <string>Set Preferred Text Editor Path</string>
809
+ </property>
810
+ </action>
811
+ <action name="uiErrorHyperlinksACT">
812
+ <property name="checkable">
813
+ <bool>true</bool>
814
+ </property>
815
+ <property name="text">
816
+ <string>Error Hyperlinks</string>
817
+ </property>
818
+ <property name="toolTip">
819
+ <string>Show Error Hyperlinks, which can be clicked to open the indicated module
820
+ at the indicated line in the specified text editor.
821
+ </string>
822
+ </property>
823
+ </action>
824
+ <action name="uiSelectCurrentLineACT">
825
+ <property name="text">
826
+ <string>Select Current Line</string>
827
+ </property>
828
+ </action>
829
+ <action name="uiTab0ACT">
830
+ <property name="text">
831
+ <string>Focus to Tab 0</string>
832
+ </property>
833
+ <property name="iconText">
834
+ <string>Focus to Tab 0</string>
835
+ </property>
836
+ <property name="toolTip">
837
+ <string>Focus to Tab 0</string>
838
+ </property>
839
+ </action>
840
+ <action name="uiCommentToggleACT">
841
+ <property name="text">
842
+ <string>Comment Toggle</string>
843
+ </property>
844
+ <property name="shortcut">
845
+ <string>Ctrl+/</string>
846
+ </property>
847
+ </action>
848
+ <action name="uiSetWorkboxEditorACT">
849
+ <property name="text">
850
+ <string>Set Workbox Editor</string>
851
+ </property>
852
+ </action>
853
+ <action name="uiGroup1ACT">
854
+ <property name="text">
855
+ <string>Focus to Group 1</string>
856
+ </property>
857
+ <property name="shortcut">
858
+ <string>Ctrl+Alt+1</string>
859
+ </property>
860
+ </action>
861
+ <action name="actionFocus">
862
+ <property name="text">
863
+ <string>Focus</string>
864
+ </property>
865
+ </action>
866
+ <action name="uiGroup2ACT">
867
+ <property name="text">
868
+ <string>Focus to Group 2</string>
869
+ </property>
870
+ <property name="shortcut">
871
+ <string>Ctrl+Alt+2</string>
872
+ </property>
873
+ </action>
874
+ <action name="uiGroup3ACT">
875
+ <property name="text">
876
+ <string>Focus to Group 3</string>
877
+ </property>
878
+ <property name="shortcut">
879
+ <string>Ctrl+Alt+3</string>
880
+ </property>
881
+ </action>
882
+ <action name="uiGroup4ACT">
883
+ <property name="text">
884
+ <string>Focus to Group 4</string>
885
+ </property>
886
+ <property name="shortcut">
887
+ <string>Ctrl+Alt+4</string>
888
+ </property>
889
+ </action>
890
+ <action name="uiGroup5ACT">
891
+ <property name="text">
892
+ <string>Focus to Group 5</string>
893
+ </property>
894
+ <property name="shortcut">
895
+ <string>Ctrl+Alt+5</string>
896
+ </property>
897
+ </action>
898
+ <action name="uiGroup6ACT">
899
+ <property name="text">
900
+ <string>Focus to Group 6</string>
901
+ </property>
902
+ <property name="shortcut">
903
+ <string>Ctrl+Alt+6</string>
904
+ </property>
905
+ </action>
906
+ <action name="uiGroup7ACT">
907
+ <property name="text">
908
+ <string>Focus to Group 7</string>
909
+ </property>
910
+ <property name="shortcut">
911
+ <string>Ctrl+Alt+7</string>
912
+ </property>
913
+ </action>
914
+ <action name="uiGroup8ACT">
915
+ <property name="text">
916
+ <string>Focus to Group 8</string>
917
+ </property>
918
+ <property name="shortcut">
919
+ <string>Ctrl+Alt+8</string>
920
+ </property>
921
+ </action>
922
+ <action name="uiGroupLastACT">
923
+ <property name="text">
924
+ <string>Focus to Last Group</string>
925
+ </property>
926
+ <property name="shortcut">
927
+ <string>Ctrl+Alt+9</string>
928
+ </property>
929
+ </action>
930
+ <action name="uiBackupPreferencesACT">
931
+ <property name="text">
932
+ <string>Backup</string>
933
+ </property>
934
+ </action>
935
+ <action name="uiFocusNameACT">
936
+ <property name="text">
937
+ <string>Focus To Name</string>
938
+ </property>
939
+ <property name="shortcut">
940
+ <string>Ctrl+P</string>
941
+ </property>
942
+ </action>
943
+ <action name="uiRestartACT">
944
+ <property name="text">
945
+ <string>Restart PrEditor</string>
946
+ </property>
947
+ <property name="toolTip">
948
+ <string>Closes PrEditor and launches a new process with the same cli arguments.</string>
949
+ </property>
950
+ <property name="shortcut">
951
+ <string>Ctrl+Alt+Shift+R</string>
952
+ </property>
953
+ </action>
954
+ </widget>
955
+ <customwidgets>
956
+ <customwidget>
957
+ <class>GroupTabWidget</class>
958
+ <extends>QTabWidget</extends>
959
+ <header>preditor.gui.group_tab_widget.h</header>
960
+ <container>1</container>
961
+ </customwidget>
962
+ <customwidget>
963
+ <class>ConsolePrEdit</class>
964
+ <extends>QTextEdit</extends>
965
+ <header>preditor.gui.console.h</header>
966
+ </customwidget>
967
+ <customwidget>
968
+ <class>EditorChooser</class>
969
+ <extends>QWidget</extends>
970
+ <header>preditor.gui.editor_chooser.h</header>
971
+ </customwidget>
972
+ </customwidgets>
973
+ <resources/>
974
+ <connections>
975
+ <connection>
976
+ <sender>uiApplySettingsBTNS</sender>
977
+ <signal>accepted()</signal>
978
+ <receiver>PrEditorWindow</receiver>
979
+ <slot>apply_options()</slot>
980
+ <hints>
981
+ <hint type="sourcelabel">
982
+ <x>558</x>
983
+ <y>367</y>
984
+ </hint>
985
+ <hint type="destinationlabel">
986
+ <x>586</x>
987
+ <y>387</y>
988
+ </hint>
989
+ </hints>
990
+ </connection>
991
+ <connection>
992
+ <sender>uiSetWorkboxEditorACT</sender>
993
+ <signal>triggered()</signal>
994
+ <receiver>PrEditorWindow</receiver>
995
+ <slot>show_workbox_options()</slot>
996
+ <hints>
997
+ <hint type="sourcelabel">
998
+ <x>-1</x>
999
+ <y>-1</y>
1000
+ </hint>
1001
+ <hint type="destinationlabel">
1002
+ <x>397</x>
1003
+ <y>202</y>
1004
+ </hint>
1005
+ </hints>
1006
+ </connection>
1007
+ <connection>
1008
+ <sender>uiApplySettingsBTNS</sender>
1009
+ <signal>rejected()</signal>
1010
+ <receiver>PrEditorWindow</receiver>
1011
+ <slot>update_workbox_stack()</slot>
1012
+ <hints>
1013
+ <hint type="sourcelabel">
1014
+ <x>754</x>
1015
+ <y>377</y>
1016
+ </hint>
1017
+ <hint type="destinationlabel">
1018
+ <x>747</x>
1019
+ <y>401</y>
1020
+ </hint>
1021
+ </hints>
1022
+ </connection>
1023
+ </connections>
1024
+ <slots>
1025
+ <slot>apply_options()</slot>
1026
+ <slot>reset_options()</slot>
1027
+ <slot>show_workbox_options()</slot>
1028
+ <slot>update_workbox_stack()</slot>
1029
+ </slots>
1030
+ </ui>