Skip to content

Commit

Permalink
fix packaging to include jx_layout_editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Feb 10, 2024
1 parent 75e628e commit 5dfc229
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
3 changes: 1 addition & 2 deletions DYNAMIC_LAYOUT.md
Expand Up @@ -14,8 +14,7 @@ passes: first horizontally and then vertically. The algorithm tries to
build a grid that fits all the widgets in the layout. If a layout cannot
be fit into a grid, it will print an error message and not modify the
layout. In this case, you may need to enclose a group of widgets inside a
`JXWidgetSet` and call `SetNeedsInternalFTC()` on container. You can
create a `JXWidgetSet` in `jxlayout` by placing a shadow box.
`JXWidgetSet`.

You can debug layouts by running your application with either
`--debug-ftc-horiz` or `--debug-ftc-vert`. This renders the grid layout,
Expand Down
3 changes: 0 additions & 3 deletions INSTALL.md
Expand Up @@ -13,9 +13,6 @@ If you want the binaries installed somewhere other than `~/bin` (or
To compile the tutorials or test suites, go to the directory and run first
makemake and then make.

If `fdesign` (the graphical layout tool) is not installed, you can download
the source from http://xforms-toolkit.org.

To keep the Makefiles smaller, it is recommended to set the
`J_MAKEMAKE_IGNORE_PATTERN` environment variable to `^ace/$`.

Expand Down
1 change: 1 addition & 0 deletions libjx/code/JXLibVersion.h
Expand Up @@ -64,6 +64,7 @@ static const char* kCurrentJXLibVersionStr = "4.1.0";
// JXHistoryMenuBase and derived classes:
// *** Removed title ctor arg, since it's useless.
// Added JXIntegerTable.
// Converted all .fd files to .jxl files, using jx_layout_editor.

// version 4.0.0:
// Supports utf-8
Expand Down
4 changes: 2 additions & 2 deletions release/pkg/uninstall
Expand Up @@ -11,10 +11,10 @@ INC=$PRE/include;
SHR=$PRE/share;

rm -f $BIN/compile_jstrings \
$BIN/jx_layout_editor \
$BIN/jx_memory_debugger \
$BIN/jx_menu_editor \
$BIN/jx_project_wizard \
$BIN/jfdesign \
$BIN/jxlayout \
$BIN/makecheck \
$BIN/makemake \
$BIN/maketouch;
Expand Down
8 changes: 3 additions & 5 deletions todo
@@ -1,3 +1,6 @@
jcc search
doesn't stick to selection while search is running

multi-pane editing

TextEditor::WriteSetup + keyHandler +
Expand All @@ -13,11 +16,6 @@ multi-pane editing

-----

jcc
search text dialog: remove file list, more space for separator above directory

test with old project formats in code_crusader/test-manual/*.jcc

medic
when kill program, doesn't clear current source line marker

Expand Down

0 comments on commit 5dfc229

Please sign in to comment.