Search found 1561 matches

by BruceSteers
Friday 24th December 2021 3:59pm
Forum: Lounge
Topic: [SOLVED] GambasOne Highlighting: missing underscores
Replies: 40
Views: 38401

Re: [SOLVED] GambasOne Highlighting: missing underscores

I also wonder if just changing the font may help?
when i look at an underscore in a highlighted post it seems very low in relation to the rest of the text.
another font may be different?

EDIT:

scrub that, i see you have already spoken of it and firefox does it's own font so shut me up :) lol
by BruceSteers
Friday 24th December 2021 3:47pm
Forum: Lounge
Topic: [SOLVED] GambasOne Highlighting: missing underscores
Replies: 40
Views: 38401

Re: [SOLVED] GambasOne Highlighting: missing underscores

it's a horrible css file.
it's one line
7457 chars long :-\
by BruceSteers
Friday 24th December 2021 3:45pm
Forum: Lounge
Topic: [SOLVED] GambasOne Highlighting: missing underscores
Replies: 40
Views: 38401

Re: [SOLVED] GambasOne Highlighting: missing underscores

actually i think i found it :) i was loading the files in my gambas made editor and it wasn't showing really long lines. the theme.css looked blank to me untill i loaded it into pluma lol try this Charlie... overwrite the orig theme.css file with the one in this zip.. changes based on Steve's post
by BruceSteers
Friday 24th December 2021 3:12pm
Forum: Lounge
Topic: [SOLVED] GambasOne Highlighting: missing underscores
Replies: 40
Views: 38401

Re: [SOLVED] GambasOne Highlighting: missing underscores

Hi Steve, can you email me a modified copy of the file as I am having issues finding the correct text. EDIT Steve's idea here is simple but on the page that loads the code not in the code so here's hoping you can find it Charlie Hi Bruce, and where do you think that will be? (Note, above post edite...
by BruceSteers
Friday 24th December 2021 2:51pm
Forum: Lounge
Topic: [SOLVED] GambasOne Highlighting: missing underscores
Replies: 40
Views: 38401

Re: [SOLVED] GambasOne Highlighting: missing underscores

[Edit] I thinks that's your end Charlie. I had a study of the syntaxhighlighter script for this site, a lack of json experience and a lack of linefeeds in the code make it really hard to grasp. It looks more like just a bunch of functions to interpret the relevant code style displayed in the box (th...
by BruceSteers
Wednesday 22nd December 2021 5:26pm
Forum: General
Topic: textarea line count
Replies: 4
Views: 2528

Re: textarea line count

Does it have to be a TextArea?
Trouble with using RichTextHeight is TextArea is not RichRext

A TextLabel is RichText and has AutoResize and will give better results for RichtextHeight than a TextArea will
by BruceSteers
Wednesday 22nd December 2021 4:56pm
Forum: General
Topic: textarea line count
Replies: 4
Views: 2528

Re: textarea line count

I'd like to adjust the height of a textarea (with Wrap = TRUE) so that all the text is displayed. Knowing the number of lines displayed would be a help. Any ideas? the height should be.. TextArea1.Font.RichTextHeight(TextArea1.Text, TextArea1.Width) But add an extra bit (line height) for the border...
by BruceSteers
Wednesday 22nd December 2021 2:52am
Forum: General
Topic: Clipboard / Gambas IDE question - ASCIIFrame
Replies: 6
Views: 3081

Re: Clipboard / Gambas IDE question - ASCIIFrame

i pasted this in gambas after pressing copy button... '' ╔════════════════════════════════════════════════════════════════════╗ '' ║ My Naming Conventions for Controls ║ '' ║ ║ '' ║ My Naming Conventions for Variables ║ '' ║ ║ '' ╚════════════════════════════════════════════════════════════════════╝...
by BruceSteers
Wednesday 22nd December 2021 2:47am
Forum: General
Topic: Clipboard / Gambas IDE question - ASCIIFrame
Replies: 6
Views: 3081

Re: Clipboard / Gambas IDE question - ASCIIFrame

are you trying to paste into the ASCIIFrame gambas code window as that won't work. A clipboard text dies when a program exits. So if you run your app, then you'd have to close it to paste text into the IDE, but the text is destroyed as app closes. suggest installing clipit sudo apt-get install clipi...
by BruceSteers
Tuesday 21st December 2021 9:25pm
Forum: General
Topic: Clipboard / Gambas IDE question - ASCIIFrame
Replies: 6
Views: 3081

Re: Clipboard / Gambas IDE question - ASCIIFrame

I had something's by like this once. I think I fixed it using Gambas advanced paste, (paste as text/plain option)

Does anything paste directly? (Any text or just nothing?)