First time here? Check out the FAQ!

DaveJ61's profile - activity

2021-11-11 10:10:35 +0000 commented answer syntax coloring

Yes, I too am certainly not a fan of the background colour and it is this which I find it horrible to read despite using

2021-11-11 10:10:17 +0000 commented answer syntax coloring

Wingware Support commented: To follow up on this: There's a fix going into 8.1.0.1+ (will probably be out in a few days

2021-11-01 19:22:39 +0000 received badge Famous Question (source)
2021-10-24 06:18:07 +0000 received badge Famous Question (source)
2021-10-24 06:17:18 +0000 commented answer syntax coloring

Hi, I just wondered if there is any progress on this being addressed yet, please? Even using One Dark or Nord makes the

2021-10-24 06:02:19 +0000 received badge Notable Question (source)
2021-10-24 06:02:19 +0000 received badge Popular Question (source)
2021-09-09 14:33:01 +0000 marked best answer syntax coloring

Hi, The colouring for the django template tags and variables etc have a light green background, which I hate. I have been through all the configuration and can't find where to change this. Could someone please give me a pointer as to where this is configured?

image description

Dave

2021-09-08 00:36:50 +0000 commented answer syntax coloring

Just a thought but is there a workaround? I'm also a little surprised nobody else has reported this.

2021-09-07 17:50:38 +0000 commented answer syntax coloring

Hi, Thanks for the rapid response. I did notice that light coloured themes looked better. In the meantime, I'll have a p

2021-09-07 17:28:55 +0000 asked a question syntax coloring

syntax coloring Hi, The colouring for the django template tags and variables etc have a light green background, which I

2020-05-05 20:29:12 +0000 received badge Nice Question (source)
2020-04-17 17:55:22 +0000 received badge Notable Question (source)
2020-02-27 16:21:17 +0000 received badge Popular Question (source)
2020-02-27 03:59:04 +0000 commented answer objects.all() - Attribute undefined: .objects of ******: ******

Hi, Is this also true of:- response.status_code and .DoesNotExist which also displays the same attribute undefined w

2020-02-27 03:40:27 +0000 commented answer objects.all() - Attribute undefined: .objects of ******: ******

Hi, Is this also true of:- response.status_code which also displays the same attribute undefined warning...? Dave

2020-02-27 03:11:00 +0000 marked best answer objects.all() - Attribute undefined: .objects of ******: ******

Why does Wing complain about objects.all() in my views? It runs perfectly otherwise. I'm not sure why anyone else has not posed the question either, as far as I can tell. Is there something I'm missing?

2020-02-26 03:15:48 +0000 received badge Student (source)
2020-02-26 03:15:34 +0000 asked a question objects.all() - Attribute undefined: .objects of ******: ******

objects.all() - Attribute undefined: .objects of ******: ****** Why does Wing complain about objects.all() in my views?