* [Comm] XPM editor
@ 2008-10-17 7:24 Eugene Prokopiev
2008-10-17 8:15 ` Константин Михайленко
2008-10-17 15:42 ` Alexey I. Froloff
0 siblings, 2 replies; 4+ messages in thread
From: Eugene Prokopiev @ 2008-10-17 7:24 UTC (permalink / raw)
To: community
Здравствуйте!
Посоветуйте адекватный редактор xpm-файлов, который не корежит их даже
при простом открытии и сохранении без изменений. Вот, например, так
поступает GIMP:
diff -u close-active-orig.xpm close-active.xpm
--- close-active-orig.xpm 2008-10-17 11:21:27 +0400
+++ close-active.xpm 2008-10-17 11:21:53 +0400
@@ -1,32 +1,30 @@
/* XPM */
static char * close_active_xpm[] = {
-"19 22 6 1",
-" c None",
-". c #FFFFFF s active_hilight_1",
-"+ c #D5D6D5 s active_color_1",
-"@ c #949594 s active_shadow_1",
-"# c #000000 s active_text_color",
-"$ c #B4BAB4 s active_mid_1",
+"19 22 5 1",
+" c None",
+". c #D5D6D5",
+"+ c #000000",
+"@ c #B4BAB4",
+"# c #949594",
" ",
" ",
" ",
-"+++++++++++++++++++",
-"+++++++++++++++++++",
-"+++++++++++++++++++",
-"+++++#+++++++#$++++",
-"++++###+++++###++++",
-"++++@###+++###@++++",
-"++++$@###+###@$++++",
-"+++++$@#####@$+++++",
-"++++++$@###@$++++++",
-"+++++++#####+++++++",
-"++++++###@###++++++",
-"+++++###@$@###+++++",
-"++++###@$+$@###++++",
-"++++@#@$+++$@#@++++",
-"++++$@$+++++$@$++++",
-"+++++$+++++++$+++++",
-"+++++++++++++++++++",
+"...................",
+"...................",
+"...................",
+".....+.......+@....",
+"....+++.....+++....",
+"....#+++...+++#....",
+"....@#+++.+++#@....",
+".....@#+++++#@.....",
+"......@#+++#@......",
+".......+++++.......",
+"......+++#+++......",
+".....+++#@#+++.....",
+"....+++#@.@#+++....",
+"....#+#@...@#+#....",
+"....@#@.....@#@....",
+".....@.......@.....",
+"...................",
" ",
" "};
kiconedit не лучше :(
--
С уважением,
Прокопьев Евгений
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] XPM editor
2008-10-17 7:24 [Comm] XPM editor Eugene Prokopiev
@ 2008-10-17 8:15 ` Константин Михайленко
2008-10-17 15:42 ` Alexey I. Froloff
1 sibling, 0 replies; 4+ messages in thread
From: Константин Михайленко @ 2008-10-17 8:15 UTC (permalink / raw)
To: ALT Linux Community general discussions
А чем не устраивает?
На глаз не вижу разницы (ну, кроме выкидывания неиспользуемого цвета FFFFFF)
17 октября 2008 г. 13:24 пользователь Eugene Prokopiev
<enp@altlinux.org> написал:
> Здравствуйте!
>
> Посоветуйте адекватный редактор xpm-файлов, который не корежит их даже
> при простом открытии и сохранении без изменений. Вот, например, так
> поступает GIMP:
>
> diff -u close-active-orig.xpm close-active.xpm
> --- close-active-orig.xpm 2008-10-17 11:21:27 +0400
> +++ close-active.xpm 2008-10-17 11:21:53 +0400
> @@ -1,32 +1,30 @@
> /* XPM */
> static char * close_active_xpm[] = {
> -"19 22 6 1",
> -" c None",
> -". c #FFFFFF s active_hilight_1",
> -"+ c #D5D6D5 s active_color_1",
> -"@ c #949594 s active_shadow_1",
> -"# c #000000 s active_text_color",
> -"$ c #B4BAB4 s active_mid_1",
> +"19 22 5 1",
> +" c None",
> +". c #D5D6D5",
> +"+ c #000000",
> +"@ c #B4BAB4",
> +"# c #949594",
> " ",
> " ",
> " ",
> -"+++++++++++++++++++",
> -"+++++++++++++++++++",
> -"+++++++++++++++++++",
> -"+++++#+++++++#$++++",
> -"++++###+++++###++++",
> -"++++@###+++###@++++",
> -"++++$@###+###@$++++",
> -"+++++$@#####@$+++++",
> -"++++++$@###@$++++++",
> -"+++++++#####+++++++",
> -"++++++###@###++++++",
> -"+++++###@$@###+++++",
> -"++++###@$+$@###++++",
> -"++++@#@$+++$@#@++++",
> -"++++$@$+++++$@$++++",
> -"+++++$+++++++$+++++",
> -"+++++++++++++++++++",
> +"...................",
> +"...................",
> +"...................",
> +".....+.......+@....",
> +"....+++.....+++....",
> +"....#+++...+++#....",
> +"....@#+++.+++#@....",
> +".....@#+++++#@.....",
> +"......@#+++#@......",
> +".......+++++.......",
> +"......+++#+++......",
> +".....+++#@#+++.....",
> +"....+++#@.@#+++....",
> +"....#+#@...@#+#....",
> +"....@#@.....@#@....",
> +".....@.......@.....",
> +"...................",
> " ",
> " "};
>
> kiconedit не лучше :(
>
> --
> С уважением,
> Прокопьев Евгений
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] XPM editor
2008-10-17 7:24 [Comm] XPM editor Eugene Prokopiev
2008-10-17 8:15 ` Константин Михайленко
@ 2008-10-17 15:42 ` Alexey I. Froloff
2008-10-17 15:46 ` Andrey Rahmatullin
1 sibling, 1 reply; 4+ messages in thread
From: Alexey I. Froloff @ 2008-10-17 15:42 UTC (permalink / raw)
To: Mailing list for ALT Linux users
[-- Attachment #1: Type: text/plain, Size: 208 bytes --]
* Eugene Prokopiev <enp@> [081017 11:25]:
> Посоветуйте адекватный редактор xpm-файлов, который не корежит их даже
> при простом открытии и сохранении без изменений.
GVim ;-)
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] XPM editor
2008-10-17 15:42 ` Alexey I. Froloff
@ 2008-10-17 15:46 ` Andrey Rahmatullin
0 siblings, 0 replies; 4+ messages in thread
From: Andrey Rahmatullin @ 2008-10-17 15:46 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
On Fri, Oct 17, 2008 at 07:42:57PM +0400, Alexey I. Froloff wrote:
> > Посоветуйте адекватный редактор xpm-файлов, который не корежит их даже
> > при простом открытии и сохранении без изменений.
> GVim ;-)
+1
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> P.S. 2zerg@: репортить баги или так разрулим? ;-)
Всегда всем репортить.
А то забудут.
-- zerg in sisyphus@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-17 15:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-17 7:24 [Comm] XPM editor Eugene Prokopiev
2008-10-17 8:15 ` Константин Михайленко
2008-10-17 15:42 ` Alexey I. Froloff
2008-10-17 15:46 ` Andrey Rahmatullin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git