|
|
|
|
|
|
|
|
WIN |
Enhanced IDE |
731K | Judith Evans |
Jul 27/08 |
201.75 |
 |
|
A greatly-enhanced version of David Cuny's original Interactive
Development Environment for Win32Lib. The IDE lets you easily
design a Windows user interface, and attach pieces of Euphoria
code that will be executed when GUI elements are clicked by your
user. A complete Euphoria program is generated for you. Includes
a companion stand-alone editor. Win32lib 0.70.4a or later is required.
German and
French language support is available. (Anyone who wishes to
submit a translation update or new translation is welcome to do
so. Judith can host it on Sourceforge or you can submit it to
the Recent Contributions Page.) Jul 27: ListView Styles Explorer
and winlibscan rewritten, many improvements.
| |
|
WIN |
Judith's IDE compiled |
793K | Aku |
Nov 21/04 |
1.00 |
 |
|
IDE 18.22 with Win32Lib 0.60.4, as suggested in IDE's website, translated/compiled
with Euphoria 2.5. Place it in the directory where you extract
the IDE. Nov 21: Not installer anymore. Just the exe file.
| |
|
WIN |
IDE language file |
17K | Fernando Jose Velo Perez |
Feb 26/06 |
|
 |
|
IDE_msgSpanish.zip contains the (Spanish) translation for the IDE's
language file. It is used with Andy Drummond and Judith Evans
versions of Euphoria IDE.
| |
|
WIN |
Modified IDE |
19K | Dan Moyer |
Nov 23/00 |
1.00 |
 |
|
A modification of an old version of Judith Evan's enhanced IDE.
It gives you the ability to "auto-paste" the general form
of any Euphoria or Win32Lib routine into your program.
Works with Win32Lib v0.50, and IDE v0.9k5. A batch file is
provided to switch between the original and the modification.
Note: this mod,
and the rest of the IDE, must be in a Win32Lib folder to
access the Win32Lib html help, and to run the WinDemos program
to see all the Win32Lib examples. Nov 23: specific help for any
selected routine
| |
|
WIN |
Enhanced IDE |
1971K | Charles Newbould |
Apr 22/14 |
|
 |
|
Integrated Development Environment for writing Windows (GUI) programs
using Euphoria and the Win32lib library, on a machine using Microsoft
Windows. This is a revised version (1.0.6) correcting several
known errors and improving layout features for later versions
of Windows. Now enables the design solution to be tested using
different versions of Euphoria, if installed. Problems with eudir
environmental variable have been addressed. The executable version
is included in the distribution for speedy loading. Apr 22: Minor
update to include flist.ew (needed for a new installation when
using ide.exw rather than ide.exe).
| |
|
WIN |
EuWinGUI Library and IDE |
247K | Andrea Cini |
Oct 30/06 |
97.00 |
 |
|
A GUI development system for Euphoria, similar to Win32Lib and Judith's
IDE, but smaller and simpler. Oct 30: This updated version
of the library features color customizable controls, a full new
set of printing instructions, two new variants of list control
types, improved event handling, a new open utility library, updated
Window Designer, improved demos and revised documentation. It
is compatible with Euphoria 3.0, 2.5 and 2.4 and uses a .dll created
with the (soon to be released) 3.0.1 Translator and Open Watcom.
| |
|
WIN |
Translation Helper for Enhanced IDE |
94K | Roland Stowasser |
Dec 15/07 |
|
 |
|
This project aims to help in translating IDE messages and IDE text
to another language. The included project file could be modified
to assist with other applications using a similar approach.
| |
|
WIN |
Windows IDE enhancement |
1K | Shawn |
Aug 14/05 |
|
 |
|
This keeps the IDE from crashing under the circumstance of opening
a file without the path name to it. Requires the win32lib Windows
IDE, and Patch which is available from gnu.org. The file in this
zip file is a patch file. Instructions are in the zip file itself.
Open it in notepad (or edit) to view instructions. Open a command
line and use patch.
| |
|
WIN |
onXXX to setHandler IDE Project Convert |
174K | Andy Drummond |
Mar 1/04 |
|
 |
|
Old IDE projects used the onXXX event handler system, which is going
obsolete in favour of the setHandler system. This program will
convert your old IDE projects to the new system leaving a minimum
of necessary editing to make it work.
| |
|
WIN |
Win32Lib |
1961K | Win32Lib Team |
Jun 17/08 |
180.45 |
 |
|
This is the current version that includes documentation and lots
of small example programs. Most Euphoria GUI programs for Windows
depend on this library. First released several years ago by David
Cuny, Win32Lib is now being developed as a group effort. You can
add win32lib.ew and related include files to your euphoria\include
directory, but it's better if you create an EUINC
environment variable, and point it to the include directory of
Win32Lib. To complete your installation you should get Judith
Evan's Enhanced IDE. Jun 17: v0.70.4a: bug fixes (xControl,
setMousePointer()...) and a couple enhancements (isDropped(),
getRect() works on menus,...)
| |
|
|
|
|
|
|
|
|
|
WIN |
IDE 104 for win32lib 0.70.4 and eu 4.xx |
823K | ChrisBurch3 |
Dec 22/16 |
|
 |
|
Updated IDE to resolve the block labels appearing on tabs. See openeuphoria
forum for more detail.
| |
|
WIN |
Adapting the Registry to Work Better with Judith's IDE |
14K | Shawn Pringle |
Jun 19/06 |
|
 |
|
Instructs the user to instruct Windows to use Judith's IDE to open
.PRJ files.
| |
|
WIN |
Generic Gameboy IDE |
97K | Russell K. Davis |
Feb 15/00 |
1.00 |
 |
|
A small multipage editor that he plans to turn into
an IDE for the Gameboy, and eventually other platforms. It uses
the tab control feature in the bleeding edge Win32Lib.ew (included).
| |
|
WIN |
Judith's IDE as a .exe |
677K | Greg Haberek |
Jan 12/03 |
|
 |
|
Greg used the Euphoria To C Translator to
translate/compile Judith's v0.15.0 IDE
into a single .exe file plus some icons, documentation and other files.
This may be easier for some people to set up on their machine,
and it should run a bit faster. Jan 12: he added Judith's documentation
plus some other necessary files
| |
|
WIN |
WIN32 IDE |
437K | Al Getz |
Aug 25/00 |
|
 |
|
An integrated development environment (IDE) for
developing Win32Lib-based GUI applications. See readme.txt
and demo.txt. (free, but no source). Aug 25: a bug in win32ide.exe
was fixed.
| |
|
WIN |
Win32lib for Euphoria 4.0 beta |
409K | Mike |
Jan 26/10 |
|
 |
|
Here is a conversion of Win32lib to run under the latest version
of Euphoria. The conversion was not perfect so some minor changes
to your apps will inevitably be required. He was not able to get
Judith's IDE to run, as an interpreted app, with it. However,
you can use Andy Drummond's excellent bound version of the IDE
to develop Win32lib apps. Please send details of any improvements
to the forum.
| |
|
WIN |
Make Project File |
26K | Martin Stachon |
Apr 5/02 |
2.00 |
 |
|
A tool that creates a .prj file for Judith's IDE, from
an existing .exw program. Apr 5: updated for IDE 0.12
| |
|
WIN |
EuVIDE 0.22.0 Setup Program |
982K | Andy Drummond |
Jan 10/07 |
|
 |
|
The latest version of Judith Evans' Euphoria Win32Lib IDE (EuVIDE)
version 0.22.0 setup program. This installs the complete IDE as
a bound executable program so it is entirely free-standing and
does not require any particular version of Win32Lib to be installed.
generated by EuVIDE. If the source code is wanted that must be
downloaded from SourceForge. Jan 10: EuVIDE now includes the
colored button feature. This setup file now includes the coloredButtons.ew
include file which the user will need to copy to his Euphoria\Include
folder for use by programs with colored buttons generated by EuVIDE
| |
|
WIN |
Auto-scaled controls - v2.1 |
9K | MrTrick |
Feb 14/05 |
12.70 |
 |
|
An extremely simple and capable library for making controls in an
application move automatically when the window is resized. This
is not a complex layout manager. Design your layout by hand or
in Judith's graphical IDE, and use Autosize to make all your controls
move smoothly to occupy all the window. Feb 14: Fixed issue
where XControls windows did not resize correctly - now fully heirarchical
for tab controls and groups etc. (see demo 5) Parent control can
also be explicitly defined.
| |
|
WIN |
Rotmg engine |
10405K | gaz |
Dec 6/14 |
|
 |
|
A Realm of mad god(engine) alpha highly moddable via xml files,
TinyXml parser, ZLIB, OpenGL (fully3d) direct mode, GUI 2D.Texture,
Sprite Sheet, Font, Player, D3D, Equipment Weapons, Projectiles,
Ground Tiles, Maps. Included Open World editor for editing maps
with ground tiles and objects. Requires for edit “open world editor”
Enhanced IDE 0.21.1 by Judith Win32 0.60.6 (revision 19) Euphoria
3.1 required. Included his include folder in the download. Developed
on Windows 7, executables included.
| |
|
|
|
|
|
|
|
|
|
WIN |
Auto-generate paste-in Gui code |
4K | Phil French |
Jan 20/14 |
|
 |
|
He loves Judith's IDE, but he was being slow and messy with 47 QWERTY
buttons for a virtual keyboard. So he auto-generated them - to
paste in to the main .exw. Run attached prog. It makes kbtestme.exw
(a quick trial of paste-in code). It's not much use as it is -
just an idea. Anyone think of other uses for printf()?
| |
|
WIN |
Permutations |
962K | Fred Ransom |
Apr 10/13 |
|
 |
|
Permutations: This presents a Permutations namespace for n items
taken m (<= n) at a time. It creates and delivers one permutation
with each call to Permutations:next(). It also keeps track of
parity, thus making it useful for some things in linear algebra.
Determinants, matrix inverse and solving simultaneous equations
are illustrated. All routines were chosen to illustrate use of
permutations rather than speed. Although the field of real numbers
was assumed here, these routines will work for any field, such
as complex numbers or the integers mod 7 when you define appropriate
arithmetic operations. EU 4, Judith's IDE and Win32Lib. Permutations.e
is general.
| |
|
WIN |
Keyboard |
1250K | Fred Ransom |
Nov 30/12 |
|
 |
|
I wrote this little program for my father who is in his 90s. He
types Dvorak and needed something he could use at the library
without affecting the rest of the system. Written in Eu 4.1 with
win32lib and Judith's IDE, it illustrates the use of the event
loop and structures to make the task simple, pretty, and readable.
| |
|
WIN |
EuVIDE 1.0.0 Setup Program |
999K | Andy Drummond |
Jun 6/07 |
1.00 |
 |
|
This is an executable zipped bound version of the latest IDE for
Win32Lib by Judith Evans. It is bound with the relevant version
of Win32Lib to avoid problems with the library, and includes some
other useful files. By default, it unzips to C:\Program Files\Euphoria,
so you could add that to your path, or choose a different location.
| |
|
WIN |
Mixed Fractions |
936K | Fred Ransom |
Apr 15/12 |
|
 |
|
With mixed fractions you can represent 2 and 1/3 exactly. This little
program fractions and the arithmetic operations that go with them.
A piece of the code, although translated into Euphoria, is more
than 2600 years old. EU 4 along with Win32lib and Judith's IDE.
The program has not been thoroughly checked, so have fun.
| |
|
WIN |
9-digit-problem |
938K | Fred Ransom |
Apr 4/11 |
|
 |
|
This little program solves the problem of finding products such
that the digits 1 through 9 occur once and only once on each side
of the equation. For example: 7143*25689 = 183496527. It also
supplies a permutations namespace file. It introduces use of object
oriented programming in Euphoria. It uses win32lib, EU 4 and Judith's
IDE.
| |
|
WIN |
Round Robbin |
433K | Fred Ransom |
May 28/10 |
|
 |
|
RoundRobin is a non-trivial problem solved with Euphoria. Using
an algorithm from Ancient Greece, it schedules the matches in
a round robin tournament. The program may not be as nice as it
could be--he wrote it in one evening--but it's quite usable by
any coach or league honcho worth his or her salt. He wrote it
with Win32Lib using Judith's IDE. Also runs on Linux with the
wine loader. May 28: Made program more robust and corrected
the save as dialogue. Improved output format.
| |
|
WIN |
EuVIDE Bound install program |
1746K | Andy Drummond |
Aug 1/09 |
|
 |
|
This is the last version of the IDE produced by Judith Evans, last
year. Andy noticed the one in SourceForge is quite old, and thought
that this one should be made available. It does not include some
changes as needed to make it work in Eu 4 or to fix bugs. Andy
can't easily regenerate complete setup files till he has his system
sorted, so he has not incorporated them.
| |
|
WIN |
Patched version of Win32Lib.ew |
154K | Martin Stachon |
Dec 14/01 |
1.00 |
 |
|
This is a temporary patched version of Win32Lib.ew (just that file)
version 0.55.1. It has some bug fixes that Martin put in, plus
a few fixes that Derek Parnell provided on the mailing list. It
will be obsolete soon when Derek has a major new release of Win32Lib.
If you haven't downloaded Win32Lib before, you can get
the full package from here.
See also Judith's Enhanced IDE. Dec 14: made
it more compatible with older versions
| |
|
WIN |
Contest #2 (EuBots) Windows Interface |
225K | cklester |
Dec 10/04 |
|
 |
|
IDE source file, exw source file, and exe of a program that lets
you run the Contest #2 engine with a Windows GUI. Dec 10: New
Popup menu lets you easily clone or kill bots. "Update" button
to update bot/map list for when you add them while the program
is running. Requires FastMenu.
| |
|
|
|
|
|
|
|
|
|
WIN |
Sliders Game |
168K | Roland Stowasser |
Aug 30/03 |
|
 |
|
A game derived from the puzzle game in Judith's IDE but using a
different approach. It uses Win32Lib 59.1
| |
|
WIN |
GUI for Translator |
164K | Roland Stowasser |
Dec 28/02 |
|
 |
|
A graphical user interface for the Euphoria to C Translator, built
using Judith's IDE and Win32Lib. Dec 28: start it in any directory;
add a .rc or .res file to the created executable.
| |
|
WIN |
Property Sheet |
27K | Martin Stachon |
Sep 24/02 |
|
 |
|
This include file lets you add a property sheet to
your Win32Lib program. A property sheet is a table of two columns.
The left column has the name of a property, and the right has its value,
which is editable in various ways. This is currently used in Judith's
IDE 0.14.
| |
|
WIN |
Project File Examples |
114K | Martin Stachon |
Dec 14/01 |
|
 |
|
A collection of small example project files for Judith's IDE.
Dec 14: timesync.prj was corrected
| |
|
WIN |
Visual Euphoria Prototype |
246K | Tom Janes |
Dec 7/01 |
|
 |
|
The beginning of a rather ambitious visual programming system for
Euphoria. He hopes that someone will take over the project. See
also the IDE for Win32Lib by Judith Evans
and David Cuny. Dec 7: some internal technical notes were
added
| |
|
WIN |
CDR Menu |
144K | Tony Steward |
Oct 26/01 |
|
 |
|
Create auto execute menus for your CDRs. Uses Judith's IDE,
Win32Lib, and EDS database, not included.
| |
|