{"id":1640,"date":"2016-03-18T06:29:22","date_gmt":"2016-03-18T10:29:22","guid":{"rendered":"http:\/\/www.logikalsolutions.com\/wordpress\/?p=1640"},"modified":"2024-09-05T03:56:40","modified_gmt":"2024-09-05T08:56:40","slug":"scite-properties","status":"publish","type":"post","link":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/","title":{"rendered":"Scite Properties"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">This post is more for me than anyone else. It&#8217;s a Scite properties file I keep around to configure the editor. From time to time I load the <a href=\"https:\/\/www.scintilla.org\/SciTEDoc.html\">Scite text editor<\/a> when working at client sites. I load it a lot less now since it has developed more oddities than I care to put up with, but I recently loaded it on Ubuntu 14.04 at a client site and was once again faced with the daunting task of configuring it. Just finding the names you need to put in your user properties file can take a long time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While Scite can be handy, you really need to devote your life to it. The software reminds me of the early days when Linux software in general was attempting to move from &#8220;expert friendly&#8221; to user friendly. Products added support for a mouse along with a couple of tool bars, but just couldn&#8217;t give up mass quantities of scripting. In its defense, as I recall Scite was developed as a proof of concept for the LUA language so the customization via configuration and LUA scripts is understandable. Scite just didn&#8217;t seem to get the community behind it that GitHub got behind the Atom text editor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One thing which always seems to needlessly chew up my first half hour after installing is setting up my user.properties file so it works like my other editors. I don&#8217;t use this editor enough to carry one around on a thumb drive with me. Since I keep running into this problem and the on-line configuration documentation is scattered I&#8217;m posting one here for safe keeping. It is by no means complete, but enough to make the editor usable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Properties File<\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-Deja-Vu-Mono.ttf\" style=\"font-size:.875rem;font-family:Code-Pro-Deja-Vu-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#b392f0;--cbp-line-number-width:calc(2 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1f1f1f\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"save.recent=1\nsave.session=1\nsession.bookmarks=1\nsession.folds=1\nsave.position=1\nsave.find=1\nopen.dialog.in.file.directory=1\nline.margin.visible=1\nline.margin.width=6\n\n# Indentation\ntabsize=4\nindent.size=4\nuse.tabs=0\n\n# Give symbolic names to the set of fonts used in the standard styles.\nif PLAT_WIN\n\tfont.base=font:Liberation Mono,size:9.4\n\tfont.small=font:Liberation Mono,size:8\n\tfont.comment=font:Liberation Mono,size:10.1\n\tfont.code.comment.box=$(font.comment)\n\tfont.code.comment.line=$(font.comment)\n\tfont.code.comment.doc=$(font.comment)\n\tfont.code.comment.nested=$(font.comment)\n\tfont.text=font:Bitstream Vera Serif,size:11\n\tfont.text.comment=font:Bitstream Vera Sans,size:9\n\tfont.embedded.base=font:DejaVu Sans Mono,size:9\n\tfont.embedded.comment=font:Comic Sans MS,size:8\n\tfont.monospace=font:Liberation Mono,size:8.9\n\tfont.vbs=font:Candara,size:10\nif PLAT_GTK\n\tfont.base=font:Liberation Mono,size:10\n\tfont.small=font:Liberation Mono,size:8\n\tfont.comment=font:Liberation Mono,size:9\n\tfont.code.comment.box=$(font.comment)\n\tfont.code.comment.line=$(font.comment)\n\tfont.code.comment.doc=$(font.comment)\n\tfont.code.comment.nested=$(font.comment)\n\tfont.text=font:DejaVu Serif,size:10\n\tfont.text.comment=font:Serif,size:9\n\tfont.embedded.base=font:Serif,size:9\n\tfont.embedded.comment=font:Serif,size:9\n\tfont.monospace=font:DejaVu Sans Mono,size:9\n\tfont.vbs=font:DejaVu Sans Mono,size:9\n\nsave.all.for.build=1\nsave.on.deactivate=1\nsave.on.timer=20\ncheck.if.already.open=1\ntemp.files.sync.load=1\nsave.check.modified.time=1\ntitle.full.path=1\ntitle.show.buffers=1\npathbar.visible=1\n\n#caret.line.back=#FFFED8\n\ncaret.line.back=#F7F36D\n\" style=\"color:#b392f0;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki min-dark\" style=\"background-color: #1f1f1f\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.recent<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.session<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">session<\/span><span style=\"color: #B392F0\">.bookmarks<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">session<\/span><span style=\"color: #B392F0\">.folds<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.position<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.find<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">open<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">dialog<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">in<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">file<\/span><span style=\"color: #B392F0\">.directory<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">line<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">margin<\/span><span style=\"color: #B392F0\">.visible<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">line<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">margin<\/span><span style=\"color: #B392F0\">.width<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">6<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\"># Indentation<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">tabsize<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">4<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">indent<\/span><span style=\"color: #B392F0\">.size<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">4<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">use<\/span><span style=\"color: #B392F0\">.tabs<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">0<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\"># Give symbolic names to the set <\/span><span style=\"color: #F97583\">of<\/span><span style=\"color: #B392F0\"> fonts used <\/span><span style=\"color: #F97583\">in<\/span><span style=\"color: #B392F0\"> the standard styles.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">if<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #79B8FF\">PLAT_WIN<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.base<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Liberation Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9.4<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.small<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Liberation Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Liberation Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">10.1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.box<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.line<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.doc<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.nested<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.text<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Bitstream Vera Serif<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">11<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">text<\/span><span style=\"color: #B392F0\">.comment<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Bitstream Vera Sans<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">embedded<\/span><span style=\"color: #B392F0\">.base<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">DejaVu Sans Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">embedded<\/span><span style=\"color: #B392F0\">.comment<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Comic Sans <\/span><span style=\"color: #79B8FF\">MS<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.monospace<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Liberation Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">8.9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.vbs<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Candara<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">10<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">if<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #79B8FF\">PLAT_GTK<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.base<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Liberation Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">10<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.small<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Liberation Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Liberation Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.box<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.line<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.doc<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">code<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">comment<\/span><span style=\"color: #B392F0\">.nested<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">$(<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.comment)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.text<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">DejaVu Serif<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">10<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">text<\/span><span style=\"color: #B392F0\">.comment<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Serif<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">embedded<\/span><span style=\"color: #B392F0\">.base<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Serif<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">embedded<\/span><span style=\"color: #B392F0\">.comment<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">Serif<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.monospace<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">DejaVu Sans Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">\t<\/span><span style=\"color: #79B8FF\">font<\/span><span style=\"color: #B392F0\">.vbs<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">font<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #B392F0\">DejaVu Sans Mono<\/span><span style=\"color: #BBBBBB\">,<\/span><span style=\"color: #B392F0\">size<\/span><span style=\"color: #BBBBBB\">:<\/span><span style=\"color: #F8F8F8\">9<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">all<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">for<\/span><span style=\"color: #B392F0\">.build<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">on<\/span><span style=\"color: #B392F0\">.deactivate<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">on<\/span><span style=\"color: #B392F0\">.timer<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">20<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">check<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">if<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">already<\/span><span style=\"color: #B392F0\">.open<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">temp<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">files<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">sync<\/span><span style=\"color: #B392F0\">.load<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">save<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">check<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">modified<\/span><span style=\"color: #B392F0\">.time<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">title<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">full<\/span><span style=\"color: #B392F0\">.path<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">title<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">show<\/span><span style=\"color: #B392F0\">.buffers<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">pathbar<\/span><span style=\"color: #B392F0\">.visible<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #F8F8F8\">1<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">#<\/span><span style=\"color: #79B8FF\">caret<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">line<\/span><span style=\"color: #B392F0\">.back<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">#<\/span><span style=\"color: #79B8FF\">FFFED8<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">caret<\/span><span style=\"color: #B392F0\">.<\/span><span style=\"color: #79B8FF\">line<\/span><span style=\"color: #B392F0\">.back<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #B392F0\">#<\/span><span style=\"color: #79B8FF\">F7F36D<\/span><\/span>\n<span class=\"line\"><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Hackable Editors<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t get me wrong, the Scintilla library used to create SciTE is great. I try to help with it from time to time, even used a port of it creating <a href=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/reddiamond-2\/\">RedDiamond<\/a>. It&#8217;s just that, for ease of use, menus are nicer. There is a not-good trend in the hobby computer (x86) software world of &#8220;hackable editors.&#8221; <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This always leads to implosion. <a href=\"https:\/\/www.makeuseof.com\/atom-text-editor-why-github-is-killing\/\">GitHub sunset Atom<\/a> which billed itself as the world&#8217;s most hackable editor. The first major release of that editor (proof of concept for <a href=\"https:\/\/github.com\/electron\/electron\">Electron<\/a>) was great! After that it was a rolling piece of shit. They would push out updates where it wouldn&#8217;t even run. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.gnu.org\/software\/emacs\/\">Emacs<\/a> is a shining example of a project which somehow survived the worst design decision ever; allow users to hack it. I&#8217;ve even got a <a href=\"https:\/\/www.theminimumyouneedtoknow.com\/emacs_book.html\">new book on Emacs<\/a>. There are literally hundreds, perhaps thousands of &#8220;packages&#8221; on Elpa and Melpa that do not work with any current version of the editor. Not only that, many of them do mostly the same things. If you put some time into it, you can find half a dozen packages that will let you do most of what you need though. That will be <em>after<\/em> you install a few packages that make it not work at all.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Most Users Prefer Menus<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most editor users prefer menus. Some like ribbon type menus like <a href=\"https:\/\/tools.stefankueng.com\/BowPad.html\">BowPad<\/a> provides.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/tools.stefankueng.com\/img\/bowpad\/BowPadDefaultTheme.2ccd9099.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Others prefer more traditional menus with sub-menus and settings dialogs like I chose to use in RedDiamond.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"715\" height=\"623\" src=\"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2022\/09\/RD-2.png\" alt=\"Configuration dialog\" class=\"wp-image-5639\" srcset=\"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2022\/09\/RD-2.png 715w, https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2022\/09\/RD-2-300x261.png 300w\" sizes=\"(max-width: 715px) 100vw, 715px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">You can read more about the dialogs and menus <a href=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/reddiamond\/\">in this post<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post is more for me than anyone else. It&#8217;s a Scite properties file I keep around to configure the editor. From time to time I load the Scite text editor when working at client sites. I load it a lot less now since it has developed more oddities than I care to put up with, but I recently loaded it on Ubuntu 14.04 at a client site and was once again faced with the &hellip; <a title=\"Scite Properties\" class=\"bnm-read-more\" href=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/\"><span class=\"screen-reader-text\">Scite Properties<\/span>Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":7201,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[1014,1013,1015],"class_list":["post-1640","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-information-technology","tag-lua","tag-scite","tag-user-properties","bnm-entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Scite Properties &#8211; Logikal Blog<\/title>\n<meta name=\"description\" content=\"This post is more for me than anyone else. It&#039;s a Scite properties file I keep around to configure the editor. From time to time . . .\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scite Properties &#8211; Logikal Blog\" \/>\n<meta property=\"og:description\" content=\"This post is more for me than anyone else. It&#039;s a Scite properties file I keep around to configure the editor. From time to time . . .\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/\" \/>\n<meta property=\"og:site_name\" content=\"Logikal Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-18T10:29:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-05T08:56:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2016\/03\/512px-Scite_1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"470\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"seasoned_geek\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"seasoned_geek\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/\"},\"author\":{\"name\":\"seasoned_geek\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\"},\"headline\":\"Scite Properties\",\"datePublished\":\"2016-03-18T10:29:22+00:00\",\"dateModified\":\"2024-09-05T08:56:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/\"},\"wordCount\":553,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\"},\"image\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/512px-Scite_1.webp\",\"keywords\":[\"lua\",\"scite\",\"user.properties\"],\"articleSection\":[\"Information Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/\",\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/\",\"name\":\"Scite Properties &#8211; Logikal Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/512px-Scite_1.webp\",\"datePublished\":\"2016-03-18T10:29:22+00:00\",\"dateModified\":\"2024-09-05T08:56:40+00:00\",\"description\":\"This post is more for me than anyone else. It's a Scite properties file I keep around to configure the editor. From time to time . . .\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/512px-Scite_1.webp\",\"contentUrl\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/512px-Scite_1.webp\",\"width\":500,\"height\":470,\"caption\":\"SciTE text editor\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/scite-properties\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scite Properties\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/\",\"name\":\"Logikal Blog\",\"description\":\"For people with attention spans longer than a Tweet\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\",\"name\":\"seasoned_geek\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\",\"caption\":\"seasoned_geek\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\"},\"description\":\"Roland Hughes started his IT career in the early 1980s. He quickly became a consultant and president of Logikal Solutions, a software consulting firm specializing in OpenVMS application and C++\\\/Qt touchscreen\\\/embedded Linux development. Early in his career he became involved in what is now called cross platform development. Given the dearth of useful books on the subject he ventured into the world of professional author in 1995 writing the first of the \\\"Zinc It!\\\" book series for John Gordon Burke Publisher, Inc. A decade later he released a massive (nearly 800 pages) tome \\\"The Minimum You Need to Know to Be an OpenVMS Application Developer\\\" which tried to encapsulate the essential skills gained over what was nearly a 20 year career at that point. From there \\\"The Minimum You Need to Know\\\" book series was born. Three years later he wrote his first novel \\\"Infinite Exposure\\\" which got much notice from people involved in the banking and financial security worlds. Some of the attacks predicted in that book have since come to pass. While it was not originally intended to be a trilogy, it became the first book of \\\"The Earth That Was\\\" trilogy: Infinite Exposure Lesedi - The Greatest Lie Ever Told John Smith - Last Known Survivor of the Microsoft Wars When he is not consulting Roland Hughes posts about technology and sometimes politics on his blog. He also has regularly scheduled Sunday posts appearing on the Interesting Authors blog.\",\"sameAs\":[\"https:\\\/\\\/theminimumyouneedtoknow.com\"],\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/author\\\/seasoned_geek\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Scite Properties &#8211; Logikal Blog","description":"This post is more for me than anyone else. It's a Scite properties file I keep around to configure the editor. From time to time . . .","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/","og_locale":"en_US","og_type":"article","og_title":"Scite Properties &#8211; Logikal Blog","og_description":"This post is more for me than anyone else. It's a Scite properties file I keep around to configure the editor. From time to time . . .","og_url":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/","og_site_name":"Logikal Blog","article_published_time":"2016-03-18T10:29:22+00:00","article_modified_time":"2024-09-05T08:56:40+00:00","og_image":[{"width":500,"height":470,"url":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2016\/03\/512px-Scite_1.webp","type":"image\/webp"}],"author":"seasoned_geek","twitter_card":"summary_large_image","twitter_misc":{"Written by":"seasoned_geek","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#article","isPartOf":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/"},"author":{"name":"seasoned_geek","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842"},"headline":"Scite Properties","datePublished":"2016-03-18T10:29:22+00:00","dateModified":"2024-09-05T08:56:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/"},"wordCount":553,"commentCount":0,"publisher":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842"},"image":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#primaryimage"},"thumbnailUrl":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2016\/03\/512px-Scite_1.webp","keywords":["lua","scite","user.properties"],"articleSection":["Information Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/","url":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/","name":"Scite Properties &#8211; Logikal Blog","isPartOf":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#primaryimage"},"image":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#primaryimage"},"thumbnailUrl":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2016\/03\/512px-Scite_1.webp","datePublished":"2016-03-18T10:29:22+00:00","dateModified":"2024-09-05T08:56:40+00:00","description":"This post is more for me than anyone else. It's a Scite properties file I keep around to configure the editor. From time to time . . .","breadcrumb":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#primaryimage","url":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2016\/03\/512px-Scite_1.webp","contentUrl":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2016\/03\/512px-Scite_1.webp","width":500,"height":470,"caption":"SciTE text editor"},{"@type":"BreadcrumbList","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/scite-properties\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.logikalsolutions.com\/wordpress\/"},{"@type":"ListItem","position":2,"name":"Scite Properties"}]},{"@type":"WebSite","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#website","url":"https:\/\/www.logikalsolutions.com\/wordpress\/","name":"Logikal Blog","description":"For people with attention spans longer than a Tweet","publisher":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.logikalsolutions.com\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842","name":"seasoned_geek","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r","url":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r","caption":"seasoned_geek"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r"},"description":"Roland Hughes started his IT career in the early 1980s. He quickly became a consultant and president of Logikal Solutions, a software consulting firm specializing in OpenVMS application and C++\/Qt touchscreen\/embedded Linux development. Early in his career he became involved in what is now called cross platform development. Given the dearth of useful books on the subject he ventured into the world of professional author in 1995 writing the first of the \"Zinc It!\" book series for John Gordon Burke Publisher, Inc. A decade later he released a massive (nearly 800 pages) tome \"The Minimum You Need to Know to Be an OpenVMS Application Developer\" which tried to encapsulate the essential skills gained over what was nearly a 20 year career at that point. From there \"The Minimum You Need to Know\" book series was born. Three years later he wrote his first novel \"Infinite Exposure\" which got much notice from people involved in the banking and financial security worlds. Some of the attacks predicted in that book have since come to pass. While it was not originally intended to be a trilogy, it became the first book of \"The Earth That Was\" trilogy: Infinite Exposure Lesedi - The Greatest Lie Ever Told John Smith - Last Known Survivor of the Microsoft Wars When he is not consulting Roland Hughes posts about technology and sometimes politics on his blog. He also has regularly scheduled Sunday posts appearing on the Interesting Authors blog.","sameAs":["https:\/\/theminimumyouneedtoknow.com"],"url":"https:\/\/www.logikalsolutions.com\/wordpress\/author\/seasoned_geek\/"}]}},"_links":{"self":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/posts\/1640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/comments?post=1640"}],"version-history":[{"count":0,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/posts\/1640\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/media\/7201"}],"wp:attachment":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/media?parent=1640"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/categories?post=1640"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/tags?post=1640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}