Обсуждение: [pgadmin-hackers][patch] Syntax Highlighting Color Change RM #2215

Поиск
Список
Период
Сортировка

[pgadmin-hackers][patch] Syntax Highlighting Color Change RM #2215

От
Atira Odhner
Дата:
Hi Hackers,

Here is a small css change to make the syntax highlighting more visible color-wise.

As a query writer I want to be able to see the syntax highlighted colors even if I am colorblind so that I can easily make sense of the code I am writing.

GIVEN**
 I am writing a query in pgAdmin 4
*WHEN*
 I write a word that is syntactically highlighted
**THEN
 that word should be highlighted according to the rules below.

for <span class="cm-keyword"> : #908, 
for <span class="cm-number"> : #964,


Tira 
Вложения

Re: [pgadmin-hackers][patch] Syntax Highlighting Color Change RM #2215

От
Dave Page
Дата:
Thanks, patch applied.

On Mon, Feb 27, 2017 at 11:04 PM, Atira Odhner <aodhner@pivotal.io> wrote:
> Hi Hackers,
>
> Here is a small css change to make the syntax highlighting more visible
> color-wise.
>
> https://redmine.postgresql.org/issues/2215
>>
>> As a query writer I want to be able to see the syntax highlighted colors
>> even if I am colorblind so that I can easily make sense of the code I am
>> writing.
>>
>> GIVEN**
I am writing a query in pgAdmin 4
>> *WHEN*
I write a word that is syntactically highlighted
>> **THEN that word should be highlighted according to the rules below.
>>
>> for <span class="cm-keyword"> : #908,
>> for <span class="cm-number"> : #964,
>
>
> Tira
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company