Mini-edit-do |
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi |
Clips |
clips.r | v:1.2.0 7.8 KB 27 Feb 2006 | Installs a tray icon (Windows only) and collects small
text snippets. author: Gabriele Santilli |
VID_build |
vid-build.r discussion | v:0.8.6 36.7 KB 17 Nov 2013 | Easily create VID guis author: Marco Antoniazzi |
REBOL/flash Build Tool |
flash-build.r | 1.6 KB 8 Apr 2010 | A simple script to help new users experiment with editing, compiling and viewing
.swf files created with REBOL/flash. It uses the built-in REBOL text editor to
repeatedly run through the edit/compile/run process, so that code changes can
be made quickly and easily, and the compiled results viewed immediately in the
browser. [...] author: nick |
Updating and Creating links in INDEX files |
update_index.r | v:1.0.0 5.6 KB 13 Mar 2003 | Update/create links in index files author: JL MEYRIAL |
Updating and Creating links in INDEX files |
update-index.r | v:1.0.0 5.7 KB 7 Jan 2005 | Update/create links in index files author: JL MEYRIAL |
REBOL Blogger |
blog.r documentation | v:1.3.2 18.3 KB 10 Jan 2005 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
glayout - GLASS-based layout engine |
glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
REBOL/Layout |
layout.r | v:0.1.7 35.7 KB 13 Mar 2003 | Visual Layout Editor author: Carl Sassenrath |
Logviewer |
logviewer.r | 16.0 KB 13 Oct 2006 | Monitor log files. Please read included readme for further information author: Daniel Szmulewicz |
REBOL/Layout |
layout-1.8.r discussion | v:0.1.8 37.1 KB 13 Mar 2003 | Visual Layout Editor, now accepts more than 6 layouts author: Carl Sassenrath, Ammon Johnson |
REBOL Blogger |
new-blog.r discussion | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
Sticky Notes |
sticky-notes.r | v:1.0.0 10.4 KB 18 Sep 2009 | Simple but useful sticky note application.
Click on New to create new note item.
Use icons on note items to edit, delete & resize the item.
Click on an item to move, hold CTRL to align.
All notes will be saved (compressed) under %notes.dat when you
click on Save or Quit. author: Endo |
CRUD Builder |
crudbuilder.r | 2.6 KB 10 Dec 2013 | A simple GUI application builder. For each unique application, just copy this
script to a new file name, edit the 'filename used to store record data (replace
%mycruddatafile with a filename specific to each new app), and then edit the
'widgets block. Any field or area widgets assigned a label will automatically be
included in the [...] author: nick |
CMS - web site builder |
sitebuilder.cgi | 125.6 KB 22 Dec 2012 | Easily create, edit, and arrange HTML pages on your web site. Upload existing
content files or use the built-in WSYIWYG HTML editor (from openwebware.com)
to layout pages visually, without having to write any code. It works just like a
word processor, except it runs directly in your browser, right on your web site.
You can adjust fonts, colors, and other [...] author: nick |
Resizeable Table/Grid/Multi-column List Widget Example |
table-grid-list.r | 14.3 KB 13 Jul 2011 | One of the greatest things about REBOL/View is the built in GUI dialect
("VID"). It's great for building simple GUI layouts quickly and
easily, but the native list widget can be confusing for newcomers.
THIS EXAMPLE IS A FULL FEATURED TABLE/GRID/LIST WIDGET FOR VID GUIs.
KEYS: INSERT DELETE ARROWS PAGE UP/DOWN - + [...] author: nick |
Web Server Management Tool |
web-tool.cgi | 19.2 KB 4 Oct 2009 | A CGI script to manage your web server. List directory contents,
upload, download, edit, and search for files, execute OS commands
(chmod, ls, mv, cp, etc. - any command available on your web server's
operating system), and run REBOL commands directly on your server.
Edited files are automatically backed up into an edit_history folder [...] author: [unknown] |
RebGUI and RebDB Sample |
rebdbgui.r documentation | v:0.9.0 17.6 KB 3 Jul 2007 | A quick demonstration of RebGUI with RebDB author: Brian Tiffin |
Area with scrollers style |
area-scroll-style.r discussion | v:1.0.0 13.7 KB 27 Sep 2004 | This is a new area style with possible vertical and/or horizontal scrollers.
It allow selection of text outside the viewable area and have a read-only mode. author: Didier Cadieu (alias DideC) |
Editor with Undo |
editor-with-undo.r | 4.1 KB 5 Oct 2010 | Demonstrates how alter REBOL's built in text editor. Romano Paolo
Tenca's edit-text-undo (http://www.rebol.it/romano/edit-text-undo.txt)
is incorporated. The color scheme and help text in the editor are also
adjusted. The key to making the changes is in the lines:
ctx-edit: mold :ctx-edit
(make changes to the code in ctx-edit) [...] author: Romano Paolo Tenca, (incorporated by Nick Antonaccio) |