[CF-Devel] "cleaned-up" CFJavaEditor on CVS now
Andreas Vogl
andi.vogl at gmx.net
Fri Aug 16 19:27:38 CDT 2002
- Previous message:
[CF List] spell summary
- Next message:
[CF-Devel] Attached are a couple diffs I made to the java editor. I'm not 100%
sure that these will apply cleanly, as in at least one case, the same file
was changed - oen for the layout diff, one for the window diff, and I just
broke them into the two diffs file by hand.
These are mostly here for
comments and possible suggestions.
The layout.diff changes the layout
of the window a bit. It basically extends the map drawing portion to the
entire height of the window, and moves the portion that used to be below
it into the right side area. This is most useful on higher res screens,
where you have the vertical resolution to fit all the information in the
right hand side, and you want a wider window, and don't really something
at the bottom of the window below the map area chewing up space. It should
be possible to make this a configuration option that the user checks in the
options box. It would probably be a pain to make it update it in real time,
but having it take effect next run would probably be OK. I tried to make
it so that the map drawing area was at the far right, but could never get
the layout to work properly. This patch also works nicely with the patch
below, as you can basically resize the map pane into oblivian but still have
all the important bits available.
The window.diff file changes the
editor so that the map windows are now managed by whatever window manager
you use (eg, they are top level windows), and are not drawn in the map pane.
I personally find this more convenient, as I have various hot keys I can
use to close, open, and raise/lower windows. It also means that it is easier
to make the windows very large, as they don't have to deal with the space
taken up by the various selection/info panes in the editor (eg, you could
select the arch you want to insert, and then raise the map window, obscuring
the selection windows as you do your work). There are some other hacks mentioned,
like sizing control. Also, the current map draw code seemed to have a harded
32 pixel offset it used for drawing. Not positive why that is there - in
my effort to squeeze in every usuable pixel, I removed that - that is a large
part of the diffs.
CFJavaEditor diffs
-
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
I've committed all the latest changes to the CFJavaEditor now.
Don't forget to checkout with '-P' option ;-)
I increased the CFJavaEditor Version number from 0.975
to 0.980 because the arch loading from collected files is
one of the "big ugly" things that I wanted to
have done before an eventual 1.0. There's not so much left
now actually. Mainly the pickmaps. When that's done I'd
consider it 1.0. Anyways, I don't want to create any stress
with versioning. All just numbers after all.
You can also get it from
http://mids.student.utwente.nl/~avogl/CFJavaEditor/.
There I've put what I think could be a mapmaker and
developer release. I don't mind though if someone packs
the editor in a slightly different way as long as it works.
AndreasV
- Previous message:
[CF List] spell summary
- Next message:
[CF-Devel] Attached are a couple diffs I made to the java editor. I'm not 100%
sure that these will apply cleanly, as in at least one case, the same file
was changed - oen for the layout diff, one for the window diff, and I just
broke them into the two diffs file by hand.
These are mostly here for
comments and possible suggestions.
The layout.diff changes the layout
of the window a bit. It basically extends the map drawing portion to the
entire height of the window, and moves the portion that used to be below
it into the right side area. This is most useful on higher res screens,
where you have the vertical resolution to fit all the information in the
right hand side, and you want a wider window, and don't really something
at the bottom of the window below the map area chewing up space. It should
be possible to make this a configuration option that the user checks in the
options box. It would probably be a pain to make it update it in real time,
but having it take effect next run would probably be OK. I tried to make
it so that the map drawing area was at the far right, but could never get
the layout to work properly. This patch also works nicely with the patch
below, as you can basically resize the map pane into oblivian but still have
all the important bits available.
The window.diff file changes the
editor so that the map windows are now managed by whatever window manager
you use (eg, they are top level windows), and are not drawn in the map pane.
I personally find this more convenient, as I have various hot keys I can
use to close, open, and raise/lower windows. It also means that it is easier
to make the windows very large, as they don't have to deal with the space
taken up by the various selection/info panes in the editor (eg, you could
select the arch you want to insert, and then raise the map window, obscuring
the selection windows as you do your work). There are some other hacks mentioned,
like sizing control. Also, the current map draw code seemed to have a harded
32 pixel offset it used for drawing. Not positive why that is there - in
my effort to squeeze in every usuable pixel, I removed that - that is a large
part of the diffs.
CFJavaEditor diffs
-
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the crossfire
mailing list