Commit Graph

92 Commits

Author SHA1 Message Date
Jim Saxton
9ab5e3addd give TextEdit new abilities. 2015-10-31 12:25:57 -07:00
Jim Saxton
a922aea5b7 minor documentation update 2015-10-29 09:54:23 -07:00
Jim Saxton
ab4554395d add a small gutter to the textedit window. 2015-10-28 22:08:05 -07:00
Jim Saxton
34ada3672e re-direct output of ls command used to test if the directory exists to
/dev/null
2015-08-06 12:53:44 -07:00
Jim
001a3d1aa4 fix filehandle leak in fileblock.yab 2015-07-30 12:58:27 -07:00
Jim
edcdfd3231 use line input to read a line of a file insdeas of peek, fixes hang on files without "\n" at the end. 2015-07-12 22:10:31 -07:00
Jim
afa8e9bf1a comment out second srand statement ... fixes ran() command 2015-07-08 13:57:35 -07:00
Jim
c1ee990d14 revert change to ran() 2015-07-06 13:55:03 -07:00
Jim
0e588903c5 add libyab.so to .gitignore 2015-07-06 13:42:10 -07:00
Jim
4cc8836c33 fix ran() function to give a random number even on the first run. 2015-07-06 13:04:54 -07:00
Jim
89d7787305 make all variables local and clean-up fileblock.yab, fixes problems when bound. 2015-06-30 06:51:40 -07:00
Jim
061c20a0dc add subroutine numberofrecords 2015-06-21 20:30:50 -07:00
Jim
1d6cf80655 more help tree clean-up 2015-06-18 11:25:37 -07:00
Jim
ea5e43c683 document adding to / modifying the help data 2015-06-17 21:39:02 -07:00
Jim
c5bc2b25f4 update help treebox data 2015-06-17 21:11:38 -07:00
Jim
8854dcc7de remove junk files from yab-IDE/src 2015-06-16 08:01:15 -07:00
Jim
0169f9a8cf WIP updating help tree data 2015-06-16 07:59:33 -07:00
Jim
7c924ab138 add lof() to fileblock.yab 2015-06-11 12:41:05 -07:00
Jim
3a7106136f add yab version to about window 2015-06-10 21:42:08 -07:00
Jim
7d3fc9dde5 copy bison.h to BuildFactory ( changed with libyab.so ) 2015-06-09 22:40:05 -07:00
Jim
01c7b6bd64 prepare for the next release. bump yab to 1.7.5, bump yab-IDE to 2.2.5 2015-06-06 20:52:18 -07:00
bbjimmy
ca1f098c3c Merge pull request #1 from jessicah/master
Create libyab.so, as well as an install target.
2015-05-30 21:44:01 -07:00
Jessica Hamilton
5d83b8bcbe Include current directory for library search path
* Fixes an issue with running locally built yab
  prior to installing.
2015-05-31 14:51:25 +12:00
Jessica Hamilton
8a836e1b10 Create libyab.so, as well as an install target.
* This also updates the BuildFactory Automakefile to
  make use of libyab.so.
* fixattributes.sh has been integrated into the
  Makefile, so is no longer required.
* yab binaries will now depend on libyab.so, including
  yab itself.
2015-05-31 14:19:10 +12:00
Jim
305f1bbdb4 change logo files due to dispute over ownership. update ide to use new files other minor clean-ups 2015-05-25 09:25:50 -07:00
Jim
704c26a8f0 corect documentation for BITMAP GET 2015-05-18 20:47:39 -07:00
Jim
ebce2d1e38 update demo programs to use new features 2015-05-09 15:45:47 -07:00
Jim
286f407c20 update Filebox.yab 2015-05-08 11:45:07 -07:00
Jim
83339084fe added Item$ = "__SmIC__="+FileName$ to COLUMNBOX ADD, add a filemode: r+ ( read/write ) 2015-05-05 21:04:32 -07:00
Jim
cd2a1ddb30 prepare for release yab 1.7.4.5 ide 2.2.4.4 2015-04-25 08:00:15 -07:00
Jim
989510264b fix crash on "cloes all" and error on system shutdown/restart. 2015-04-24 20:21:54 -07:00
Jim
fb6e3df844 Revert "add pause to prevent yab crashing on Deskbar Close all"
This reverts commit 66bedce9ba.
2015-04-23 20:29:12 -07:00
Jim
66bedce9ba add pause to prevent yab crashing on Deskbar Close all 2015-04-23 20:09:07 -07:00
Jim
3030c5213a use hvicons in files column box 2015-04-23 10:02:04 -07:00
Jim
6096ac6984 add homepage and forum links under Help Online resources to yab-IDE 2015-04-20 13:42:43 -07:00
Jim
2e68d1b447 Update ATTRIBUTE GET$ "","" to only return the path as this is more useful. 2015-04-20 09:27:25 -07:00
Jim
60573e5b1e modify ATTRIBUTE GET$ to also get the program directory/filename with a$=ATTRIBUTE GET$ "","" 2015-04-19 09:59:42 -07:00
Jim
8fc15deab6 add chmod command for BuildFactory needed since we now use rdef files for attributes. 2015-04-16 08:11:28 -07:00
Jim
d24e5115f3 Allow scaled vect with BITMAP GET 2015-04-15 11:51:47 -07:00
Jim
c4b92fcf47 bump versions for new lease. 2015-04-13 21:04:44 -07:00
Jim
3e33065a02 initiaql check-in, moved repository -- no-longer a fork of
haikuarchives/yab
2015-04-13 13:40:27 -07:00
bbjimmy
9e266ef95f Initial commit 2015-04-13 20:14:31 +00:00