Re: PSPad 4.6.2 (2743) zamrzá při otvírání souborů CSS [67745]

2017-01-20 Tema obsahu Jan Fiala
Potreboval bych nejaky CSS soubor, ktery to dela. Na support mail prosim.

-- 

PSPad freeware editor http://www.pspad.com


Re: An error in syntax highlighter for CSS [67744]

2017-01-20 Tema obsahu Andreas Burg
The colors are not important. Meanwhile I use a modified Monokai theme.
(viz http://public.andreasburg.de/img/Screen-2017-01-21_00-42-06.png )

Unfortunately I can not reset the theme to "Standard" as in my highlighter
settings the CSS with "Standard" theme has the same background color as my
modded Monokai. But I never saved the Standard theme with those backgrounds.
(viz http://public.andreasburg.de/img/Screen-2017-01-21_00-49-36.png )

The thing is, that _every_ selector should have the same color. In the
example above these are the selectors
- @media print
- body
- body
Every selector should have this pink color, but the first selector in nested
rules gets not recognized as selector. The first one here always is white as you
can see with the first "body". This is white and this is wrong.


/* nested rules */
selector {
  selector {
property: value;
  }
  selector {
property: value;
  }
}

Looks like the first nested selector (here the first body) gets treated as
property and as body is not a valid property it gets the color of unknown
properties.

I think you have to do a look behind.

A property is always followed by a colon ":". Curly brackets _never_ are
part of a property.

There can be whitespaces between property and colon "color:", "color :". Default
is no whitespace.

So here "body {" can never be a property, as there is a curly bracket before a
colon exists.

Proterties only exist of [a-zA-Z-] (regex syntax). Lower case is default.

-- 

PSPad freeware editor http://www.pspad.com


PSPad 4.6.2 (2743) zamrzá při otvírání souborů CSS [67743]

2017-01-20 Tema obsahu Zdenek
PSPad 4.6.2 (2743) mi na Windows 10 64bit zamrzá při otvírání souborů CSS.

-- 

PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.6.2 (2743) English [67742]

2017-01-20 Tema obsahu programmer9
I don't want to hassle you Jan, but should the Search/replace in files problem
be fixed in this latest build or will that only happen in the next full
release?

To recap - if a file has the following text in it:

12345 1234

and the 12345 is highlighted by double-clicking it, "Search/Replace is Files..."
is used to actually search for this text then the 1234 'word' is highlighted and
"Search/Replace in Files..." is used the "Text to Find" box shows 12345 not 1234
as it should.

-- 

PSPad freeware editor http://www.pspad.com


Re: Při editaci s UNIX koncem řádku přes FTP vznikají v souboru n= ečitelné znaky [67741]

2017-01-20 Tema obsahu khagaroth
Ta chyba byla sice hlášená s UTF-8, ale to podstatné je, že v obou
případech se chyba objevuje když je v textu "END".

@stanislav zkus tyhle kombinace:

{tabulátor}{mezera}{mezera}EndIF -> 


Re: Při editaci s UNIX koncem řádku přes FTP vznikají v souboru n= ečitelné znaky [67740]

2017-01-20 Tema obsahu Jan Fiala
khagaroth:

To vypadá zase na [url=http://forum.pspad.com/read.php?4,65340#msg-65340]tuhle
chybu[/url].



Ta chyba je s UTF-8, ne z ISO. 
Takze jsme pokrocili dal - k chybe dochazi pri aktivnim FTP, kdy se soubor
uklada primo na server.
Takze opravdu je nastaven binarni rezim prenosu v FTP klientovi v PSPadu?

-- 

PSPad freeware editor http://www.pspad.com


Re: Při editaci s UNIX koncem řádku přes FTP vznikají v souboru n= ečitelné znaky [67739]

2017-01-20 Tema obsahu khagaroth
To vypadá zase na [url=http://forum.pspad.com/read.php?4,65340#msg-65340]tuhle
chybu[/url].

-- 

PSPad freeware editor http://www.pspad.com


PSPad unicode 4.6.2 (2743) Cesky [67738]

2017-01-20 Tema obsahu Jan Fiala
Odkazy ke stažení (2,9 MB):
https://www.fosshub.com/PSPad-devel.html
http://pspad.poradna.net/devel/pspad462b2743.zip

Tento archiv obsahuje pouze změněné soubory, proto:
1. Stáhnětete si a nainstalujte poslední plnou verzi programu (můžete
použít i portable verzi).
2. Přepište existující soubory obsahem tohoto archivu

Velmi se omlouvám, za zpomalení vývoje, ale teď jsem vytížen v
zaměstnání. Jakmile pomine konec roku, bude to zase radostnější.

_Změny od verze 4.6.1 (2741):_

_Novinky:_
CSS - aktualizace zvýrazňovače

_Opravy:_
komentáře v UnixShell script zvýrazňovači
opraven popisek v nastavení programu / Editor 2 pro chování potvrzení
automatického doplňování
velikost záložek levého panelu nástrojů při vysokém rozlišení
výška záložek souborů při vyrokém rozlišení
velikost písma na měřítku v okně editoru při vysokém rozlišení

-- 

PSPad freeware editor http://www.pspad.com


PSPad unicode 4.6.2 (2743) English [67737]

2017-01-20 Tema obsahu Jan Fiala
Download links (2.9 MB): 
https://www.fosshub.com/PSPad-devel.html
http://pspad.poradna.net/devel/pspad462b2743.zip

This archive _contains modified files only_. The correct way how to get
full functionality:
1. Download and install latest full version!!!
2. Replace existing files with content of archive

I am very sorry for slow development. I am overloaded with work in my job just
now. I hope it will be OK soon again.

_Changes to 4.6.1 (2741)_

_News_
updated CSS highlighter

_Fixes:_
Comments in UnixShell script highlighter
Fixed caption in Program settings / Editor 2 for Autocomplete confirmation
Left tool panel icons and tabs width with high DPI
File tabs height with high DPI
Ruller font size with high DPI

-- 

PSPad freeware editor http://www.pspad.com


Re: An error in syntax highlighter for CSS [67736]

2017-01-20 Tema obsahu Jan Fiala
Hello

I commited some changes made in CSS from Github. I hope it will make CSS
highlighter better + it fixed your problem.

I am not sure about default colors. Can you please set some "nice" (or standard)
default colors for CSS attributes and send me [Cascading Syle Sheets] section
from your PSPad.ini? I will set it as default.

-- 

PSPad freeware editor http://www.pspad.com