06-13-2023, 08:04 PM
Quote:@grymmjack - Plug-ins will never be as good unless made by same caliber of developer as that which they plug-in to.This reminds me of a saying: "If you want something to be really good, make it yourself!"
Temporary Forum Oddities
|
06-13-2023, 08:04 PM
Quote:@grymmjack - Plug-ins will never be as good unless made by same caliber of developer as that which they plug-in to.This reminds me of a saying: "If you want something to be really good, make it yourself!"
06-13-2023, 10:03 PM
(06-13-2023, 08:04 PM)Kernelpanic Wrote:Quote:@grymmjack - Plug-ins will never be as good unless made by same caliber of developer as that which they plug-in to.This reminds me of a saying: "If you want something to be really good, make it yourself!" Working with forum plugins reminds me of an old saying as well: "Two steps forward, one step back." Every time we implement a couple of new things, half of them end up having to be reverted as they just won't work properly without glitching out somewhere, or bugging out something else that we'd installed previously. Honestly, it truly does seem like that for every two plugins we install (two steps forward), we end up having to remove one of them (and that's the step back). Who knew programming was so much like a line dance sometimes??
06-17-2023, 01:46 PM
(06-11-2023, 04:54 PM)mnrvovrfc Wrote:This plug was just flakey.(06-11-2023, 11:36 AM)Kernelpanic Wrote: I just saw the following error while commenting (it works, but you don't see any icons): Should not matter which OS or package installation type you have for your Firefox. The only thing it required was javascript and stuff from like 2015 web era at that. How do you like Manjaro? I've heard good things about it and tried it way way back when it first came out in a VM but never gave it too much love.
06-17-2023, 01:54 PM
(06-13-2023, 10:03 PM)SMcNeill Wrote:(06-13-2023, 08:04 PM)Kernelpanic Wrote:Quote:@grymmjack - Plug-ins will never be as good unless made by same caliber of developer as that which they plug-in to.This reminds me of a saying: "If you want something to be really good, make it yourself!" Part of it is the way the plug-ins work together. Some are just clobbering each other. The MyBB architecture is really well made, no lie. Also, considering everyone that's made stuff with it (especially me) was new to MyBB and didn't understand how things worked and just got busy messing with stuff, are we surprised at this outcome? I'm not. Also also, what fun would it really be if it was just "I want this" then "You got that". The journey is where the "fun" is
06-22-2023, 01:05 PM
Spacing is not being preserved correctly when posting code using any of the code tags. If you look at the code I just posted here:
https://staging.qb64phoenix.com/showthre...4#pid17014 You can see my REM statements don't line up. They do in my original code however.
06-22-2023, 02:12 PM
(06-22-2023, 01:05 PM)TerryRitchie Wrote: Spacing is not being preserved correctly when posting code using any of the code tags. If you look at the code I just posted here: You are talking about the comments always starting on same column, I assume. Do you use tabs or something else besides spaces to get that alignment?
b = b + ...
06-22-2023, 02:37 PM
(06-22-2023, 01:05 PM)TerryRitchie Wrote: Spacing is not being preserved correctly when posting code using any of the code tags. If you look at the code I just posted here: Hi Terry, indeed this seems to happen with the [ q b ] code tag and as I noticed somtimes it even get worse after editing/updating a post containing such codeboxes, but couldn't find out a cause for that to give @grymmjack a hint where to look for a fix. However, you know and used already the IDE code export facility in your tutorial. Since v3.8.0 you can also export into a [ q b = e x p o r t ] forum codebox which preserves all spacing and links keywords to the Wiki pages as usual. The only "disadvantage" is that this type of codebox does not have line numbers.
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32 Libraries & useful Functions: https://staging.qb64phoenix.com/forumdisplay.php?fid=23 (06-22-2023, 02:37 PM)RhoSigma Wrote:(06-22-2023, 01:05 PM)TerryRitchie Wrote: Spacing is not being preserved correctly when posting code using any of the code tags. If you look at the code I just posted here: Ah good an example of qb = export to test! Code: (Select All)
Looks like that worked, all my comments line up on column 60.
b = b + ...
06-22-2023, 03:23 PM
(This post was last modified: 06-22-2023, 03:24 PM by TerryRitchie.)
(06-22-2023, 02:12 PM)bplus Wrote:Nope, I never use tabs for spacing. In the DOS days this would cause strange things to happen between editors so I got in the habit of never using them.(06-22-2023, 01:05 PM)TerryRitchie Wrote: Spacing is not being preserved correctly when posting code using any of the code tags. If you look at the code I just posted here: (06-22-2023, 02:37 PM)RhoSigma Wrote:It's happening with the standard code tags as well, which never used to happen before.(06-22-2023, 01:05 PM)TerryRitchie Wrote: Spacing is not being preserved correctly when posting code using any of the code tags. If you look at the code I just posted here:
06-22-2023, 03:25 PM
(06-22-2023, 03:18 PM)bplus Wrote:But there is no syntax highlighting? I like the syntax highlighting.(06-22-2023, 02:37 PM)RhoSigma Wrote:(06-22-2023, 01:05 PM)TerryRitchie Wrote: Spacing is not being preserved correctly when posting code using any of the code tags. If you look at the code I just posted here: |
« Next Oldest | Next Newest »
|