Code box font

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Code box font

Re: Code box font

Post by tank » 12 Oct 2013, 07:56

I'm about to be come inaccessable for 3 yaers and in that tim I intend to migrate to ipboard force the worst theme ever downyour throat and the move the css and images to a separate domain that is not accessable and wait till tank builds areplacement to show up...~trip

Re: Code box font

Post by just me » 12 Oct 2013, 04:13

Thanks for fixing it within somewhat less than 6 months!!!

Re: Code box font

Post by tank » 11 Oct 2013, 23:58

its the default ill go any way the community wants

Re: Code box font

Post by sinkfaze » 11 Oct 2013, 23:53

Is there a big demand for the line numbering? I personally don't care for it, but I thought I'd put it out there for discussion.

Re: Code box font

Post by tank » 11 Oct 2013, 21:18

i was waiting for any comment about the dotted line so i could remove it with a clean conscience
let me know what you think about the recent changes

Re: Code box font

Post by lexikos » 11 Oct 2013, 18:32

All that empty space is a bit unusual. Could you replace height with max-height? It appears to be set both in .codecontent and inline. Currently when you "expand" the box, the empty space disappears...

I'm not a fan of the dotted line between each code line. I think it makes the code look more "noisy".

Also, bright green on white is pretty terrible, but that can wait.

Re: Code box font

Post by smorgasbord » 11 Oct 2013, 14:13

code box is awesome now on firefox on windows 7 ultimate

Re: Code box font

Post by tank » 11 Oct 2013, 14:11

Code: Select all

;Trying to display A_Index
hotkey.com/docs/Variables.htm#A_Index">A_Index
thanks i disabled keyword_links for now which was the default. I had enabled that as an experiment

Re: Code box font

Post by kon » 11 Oct 2013, 14:07

The font size is fixed! It looks great now. Thanks tank! :D

Built in variables seems to have developed a bug:

Code: Select all

;Trying to display A_Index
A_Index
This seems to be the offending html:

Code: Select all

<a target="_blank" href="http://www.auto-<a target="_blank" href="http://www.auto-hotkey.com/docs/commands/Hotkey.htm"><span style="color: #FF00FF; font-style: italic;">hotkey</span></a>.com<span style="color: #000000; font-weight: italic;">/</span>docs<span style="color: #000000; font-weight: italic;">/</span>Variables.htm#A_Index"><span style="color: #88FF88;">A_Index</span></a>
It looks like it is linking to A_Index in the docs, but then it is mistaking "hotkey" in "http://www.auto-hotkey.com/docs/Variables.htm#A_Index" for a hotkey command and linking/highlighting that also.

Re: Code box font

Post by tank » 11 Oct 2013, 13:39

ok codebox modifications should be done now

Code: Select all

msgbox autohotkey default language

Code: Select all

msgbox autohotkey selected language ; comment is green

Re: Code box font

Post by tank » 11 Oct 2013, 09:11

OK so the problem occurs when the code box is the default code box.

I will work on that today

Re: Code box font

Post by joedf » 11 Oct 2013, 07:47

No Lexikos is right! I'm not using user-styles, it is simply the prosilver theme.

Re: Code box font

Post by Blackholyman » 11 Oct 2013, 06:53

lexikos wrote:joedf is simply using the prosilver board style, which is an option in the User Control Panel, under Board Preferences. Anyone with small code font is using subsilver2, which was used on the old old forum.
oh i see thanks

Re: Code box font

Post by lexikos » 11 Oct 2013, 06:37

Why do you say that?

[Select all] shows up when using prosilver. Code boxes are also expanded by default, not collapsed.

Re: Code box font

Post by nnnik » 11 Oct 2013, 04:45

Then he's using both prosilver and cusiom user script.

Re: Code box font

Post by lexikos » 11 Oct 2013, 04:38

Blackholyman wrote:@joedf you seem to be using a user-style as you also have the [SELECT ALL] Option
joedf is simply using the prosilver board style, which is an option in the User Control Panel, under Board Preferences. Anyone with small code font is using subsilver2, which was used on the old old forum.

Re: Code box font

Post by nnnik » 11 Oct 2013, 04:27

Same here.

Re: Code box font

Post by Blackholyman » 11 Oct 2013, 03:23

ok same here

@joedf you seem to be using a user-style as you also have the [SELECT ALL] Option

Re: Code box font

Post by lexikos » 11 Oct 2013, 03:15

@smorgasbord of course, it's designed to display this way.

There are some PHP code blocks in this thread which look more normal - because they have font-size: 200% in the inline styles.

Re: Code box font

Post by smorgasbord » 11 Oct 2013, 02:50

@lexikos same/alike on firefox on windows 7 ultimate

Top