inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on May 20, 2015 0:50:47 GMT -8
ChrisYour brain operates on such a high level. I wish I was as smart as you.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 3, 2015 15:25:27 GMT -8
You've obviously mistaken borderline madness for something akin to smarts, but thanks for the kind words
|
|
inherit
232291
0
Nov 11, 2016 7:16:39 GMT -8
Chiller252
21
May 2016
chiller252
|
Post by Chiller252 on Aug 20, 2016 12:11:08 GMT -8
I'm running into some issues getting it to function properly, I've configured it but all the text is always white, is that a proboards theme issue? Is something disabled? How can I make my own theme? I've replaced the CSS with the one provided. I've tested with multiple enabled languages. chillservers.boards.net/thread/143/test-codeEDIT: I'm not noticing that it's functioning properly in the admin control panel which leads me to believe it's a theme issue.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Aug 20, 2016 12:44:57 GMT -8
Plugins do not run in the Admin panel that I'm aware of.
|
|
inherit
232291
0
Nov 11, 2016 7:16:39 GMT -8
Chiller252
21
May 2016
chiller252
|
Post by Chiller252 on Aug 20, 2016 13:10:37 GMT -8
|
|
Kami
Forum Cat
Posts: 40,196
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,196
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Aug 20, 2016 13:21:39 GMT -8
That is not the result of a plugin, that is a built-in option in your admin panel. If you click the little "eye" icon at the top right of the text area, you can change the colour scheme of the text and background -- not plugin related whatsoever.
|
|
inherit
232291
0
Nov 11, 2016 7:16:39 GMT -8
Chiller252
21
May 2016
chiller252
|
Post by Chiller252 on Aug 20, 2016 22:12:10 GMT -8
My apologies, I am confuse. The problem still persists. I have reinstalled and re-applied the tweaks and it still displays valid code in all white, without any highlighting. I even disabled all other plugins to test for incompatibility. chillservers.boards.net/thread/143/test-codeWhen I change the post text color, it changes the default color of the text for the code, but I want to keep it at white. Would this be the cause of the problem?
|
|
Kami
Forum Cat
Posts: 40,196
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,196
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Aug 20, 2016 22:35:25 GMT -8
My apologies, I am confuse. The problem still persists. I have reinstalled and re-applied the tweaks and it still displays valid code in all white, without any highlighting. I even disabled all other plugins to test for incompatibility. chillservers.boards.net/thread/143/test-codeWhen I change the post text color, it changes the default color of the text for the code, but I want to keep it at white. Would this be the cause of the problem? The screenshot you shared was of the admin panel, hence my response; the plugin only affects posts.
I am not familiar with this plugin otherwise, however, so I'll leave your query for someone else to answer.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 21, 2016 16:19:56 GMT -8
I'm going to take a stab and say this might be due to using the MODE instead of the MIME in this particular case. Ususally the mode is adequate if it covers a single language but in cases where a mode can cover several flavors it is wisest to use the MIME instead of mode. The dropmenu that is created for the code button inserts MIME instead of mode to avoid this situation. You can easily find the MIME type for a language by going to the languages tab in the plugin settings and looking under the MIME column for the language you're wishing to use As a confirmation, I changed the title of the code in your post to use the MIME type instead of the "clike" mode just before the plugin ran and got highlighting I should also point out that the code menu (when clicking on code button) won't show unless you change line 374 from $.each(this.editors, function(key, editor){ to $.each(ui.wysiwyg.editors, function(key, editor){
|
|
inherit
232291
0
Nov 11, 2016 7:16:39 GMT -8
Chiller252
21
May 2016
chiller252
|
Post by Chiller252 on Aug 23, 2016 11:47:04 GMT -8
Thanks for getting past my incompetence and providing a valid solution. The trick that restored functionality was changing line 374 in the Javascript component. Thank you so much for this. <3
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 2, 2016 8:59:50 GMT -8
Thanks for getting past my incompetence and providing a valid solution. The trick that restored functionality was changing line 374 in the Javascript component. Thank you so much for this. <3 Forgot to mention that the download link was updated to incorporate the overlooked changes
|
|
inherit
267889
0
Oct 4, 2023 1:53:23 GMT -8
distortedpixel
3
April 2023
distortedpixel
|
Post by distortedpixel on Apr 30, 2023 12:07:41 GMT -8
I see that this thread is quite old, but I don't want to create a programming language syntax highlighter thread and get in trouble for it.
I have installed the syntax highlighter plugin, but it doesn't have any language I use available in it (PureBasic, AppGameKit). I have tried to add a language using the add language thing that comes in the plugin, but have failed countless times getting it to work. I have done research and I have found a site that has a bunch of languages for highlight.js, but I don't have any experience in the following languages:
Java Java Script CSS
I'd like to request if someone could either add PureBasic to the Syntax Highligher plugin or create a plugin that highlights for PureBasic
I'd like to have PureBasic and AppGameKit, but at least PureBasic for sure
Thank you
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 30, 2023 13:08:38 GMT -8
Writing a syntaxer for pureBasic would require intimate knowledge of using that language, which I do not have. I dabbled in Visual Basic but would not call myself proficient. Perhaps you could try collaborating with someone proficient in pureBasic to roll your own custom mode for that language. codemirror.net/5/doc/manual.html#modeapitagging Lynx since I recall him mentioning being proficient in GWBasic or some other flavors
|
|
inherit
267889
0
Oct 4, 2023 1:53:23 GMT -8
distortedpixel
3
April 2023
distortedpixel
|
Post by distortedpixel on Apr 30, 2023 14:13:55 GMT -8
Writing a syntaxer for pureBasic would require intimate knowledge of using that language, which I do not have. I dabbled in Visual Basic but would not call myself proficient. Perhaps you could try collaborating with someone proficient in pureBasic to roll your own custom mode for that language. codemirror.net/5/doc/manual.html#modeapitagging Lynx since I recall him mentioning being proficient in GWBasic or some other flavors Yes, I have already seen the stuff at the above link, thank you for posting it. I was going to try it, but I don't have any experience in modeapi. My html experience is outdated. Roughly 30 years maybe lol. I have not studied html since the original html. I haven't had time to study html5 yet. I will look into finding someone that could write me a custom mode for PureBasic. There are lots of helpful people at their forum. Thank you for your time
|
|