Re: [e-users] Jetbrains IDE window behavior

2021-05-10 Thread grant
Alright, understood, I have a customized Ubuntu derivative build so ill try and roll building latest e into it On 2021-05-10 11:03, Carsten Haitzler wrote: On Mon, 10 May 2021 09:55:39 -0600 gr...@iowntheinter.net said: Hey sorry this took a bit, It does not always happen. Sometimes when

Re: [e-users] Jetbrains IDE window behavior

2021-05-10 Thread Carsten Haitzler
On Mon, 10 May 2021 09:55:39 -0600 gr...@iowntheinter.net said: > Hey sorry this took a bit, It does not always happen. Sometimes when I > first open the IDE it behaves normally. > > anyway, here is the video > https://youtu.be/rHWj9jBAhZQ > > when I press delete on a folder in the file manager

Re: [e-users] Theme Colors

2021-05-10 Thread Carsten Haitzler
On Mon, 10 May 2021 14:25:40 +0100 john said: what defines the color is a combination of color: r g b a; in each part, maybe a color_class: "somename"; that the indirects to a color_class definition by name and multiplies the color: r g b a; by the color_class. the default color for a part if not

Re: [e-users] Jetbrains IDE window behavior

2021-05-10 Thread grant
Hey sorry this took a bit, It does not always happen. Sometimes when I first open the IDE it behaves normally. anyway, here is the video https://youtu.be/rHWj9jBAhZQ when I press delete on a folder in the file manager, a 'delete' context window opens. at the same time, the main window jumps ri

Re: [e-users] Theme Colors

2021-05-10 Thread Peter Flynn
On 10/05/2021 14:25, john wrote: > Hi, > > I am trying to create a theme based on default theme which uses > different colors for menus etc. > > I have updated > #define WIN_DEFAULT_BASIC 255 255 255 255 > > in colorclasses.edc but when I use the new theme the colors are > different from what y

[e-users] Theme Colors

2021-05-10 Thread john
Hi, I am trying to create a theme based on default theme which uses different colors for menus etc. I have updated #define WIN_DEFAULT_BASIC 255 255 255 255 in colorclasses.edc but when I use the new theme the colors are different from what you use in gcolor2 (or other color pickers). Looking