Jim Saxton
ac58bad296
Merge pull request #7 from KapiX/extract-tabview-cleanup
...
Extract some cleanup to functions
2018-04-30 09:17:19 -07:00
Jim Saxton
66b3f2c53b
ready for next release
2018-04-27 12:15:53 -07:00
Kacper Kasper
6c9edbb68c
Extract subchild cleanup to a function.
...
* No functional change intended.
2018-04-20 22:27:03 +02:00
Kacper Kasper
d9a9615de8
Extract YabTabView cleanup to a function.
...
* No functional change intended.
2018-04-20 22:26:40 +02:00
Jim Saxton
44c8183cc1
Merge pull request #6 from KapiX/tabview-fix
...
Fix crashes and mismatched tabs in TabView.
2018-04-19 11:48:02 -07:00
Kacper Kasper
076496e45d
Fix crashes and mismatched tabs in TabView.
...
* Default BTab uses view's name property as tab label, so
SetLabel changes that value. However, view names are important
for yab and this would cause inconsistencies in view lists yab
stores for referencing them by name. Views attached to tabs would
not be removed because there is no name "Tab1" in the index
(there is "Test1", which is the view's original name).
Later, when asking for view with the same name created later yab
could get wrong view (if lucky) or crash (if unlucky).
This commit fixes that by storing original name in YabView
property, and using that for removing views from the hierarchy.
* Fixes #5 .
2018-04-15 17:48:44 +02:00
Jim Saxton
0aecb50e0e
add easy method for setting system plain | fixed | bold fonts to textedit.
2018-04-05 10:37:03 -07:00
Jim Saxton
4f91293a4f
fix typo
2018-02-20 12:42:35 -08:00
Jim Saxton
6bdc9f5d49
fix tabview set command
2018-02-20 12:29:51 -08:00
Jim Saxton
b80978aa40
Merge branch 'master' of https://github.com/bbjimmy/YAB
2017-10-04 08:37:19 -07:00
Jim Saxton
2b1e2a9177
prepare for release dur to BControlLook changes.
2017-10-04 08:34:54 -07:00
Jim Saxton
a6b96ab0f5
Merge pull request #3 from KapiX/tabview
...
Use native BTabView with slight modifications.
2017-09-17 21:13:47 -07:00
Kacper Kasper
3c7f07d931
Use native BTabView with slight modifications.
...
* Add "left" and "right" tabs orientation.
* Remove dependency on BControlLook which is private API.
2017-09-12 20:22:55 +02:00
Jim Saxton
1d61d43b0a
update copyright date, remove unwanted new line from ide help data.
2017-08-08 11:43:35 -07:00
Jim Saxton
eb250a6530
fix typo
2017-08-07 10:08:54 -07:00
Jim Saxton
8b13a0c4ed
remove binary file
2017-08-07 10:05:00 -07:00
Jim Saxton
b5fbde6e23
prepare for release
2017-08-07 09:51:26 -07:00
Jim Saxton
edf665b653
updated help data
2017-08-06 07:54:06 -07:00
Jim Saxton
6412e9ebde
remove extra "end sub"
2017-08-05 21:38:41 -07:00
Jim Saxton
6cdea126bd
fix flex-bison.yab
2017-08-05 21:31:17 -07:00
Jim Saxton
f2f13d7c3f
fix paste error
2017-08-05 20:12:13 -07:00
Jim Saxton
8e6ed835c4
fix yab-ide for x86_64
2017-08-05 19:53:04 -07:00
Jim Saxton
599ff6d7d3
add license
2017-07-16 21:15:02 -07:00
Jim Saxton
20854fc3b0
add an option to close all files
2017-07-07 13:37:44 -07:00
Jim Saxton
8bf19814bc
Document "Minimized-To-Deskbar"
2017-07-07 12:15:06 -07:00
Jim Saxton
b88fb30160
add check for minimized window
2017-07-07 12:06:18 -07:00
Jim Saxton
75acf961b3
work-around fix for help treebox selection problem. yab-IDE
2017-03-07 13:53:03 -08:00
Jim Saxton
5b908f7c0e
Merge branch 'master' of https://github.com/bbjimmy/YAB
2017-02-09 18:46:01 -08:00
Jim Saxton
e33b6e2f5b
update the IDE to refresh the BuildFactory files on each launch making updating yab and yab-IDE easier.
2017-02-09 18:43:08 -08:00
Jim Saxton
f68c50cfc1
Merge pull request #2 from korli/x86_64
...
x86_64 build fix
2017-01-31 12:40:09 -08:00
Jim Saxton
c1fbbdd63c
fix x86x86_64 build
2017-01-31 12:21:20 -08:00
Jerome Duval
ef330144dc
x86_64 build fix
2017-01-31 19:30:32 +01:00
Jim Saxton
786b55591d
add ; needed by newer version of bison
2017-01-22 08:56:01 -08:00
Jim Saxton
f58833fcb4
bump ide version, update copyright notice.
2017-01-18 09:26:48 -08:00
Jim Saxton
cfc30ac608
fix "Open Project Folder" to open the folder for the selected project - file.
2017-01-13 08:55:14 -08:00
Jim Saxton
021621f9f6
removed "&exverbatim" from tHelp_E file.
2016-07-29 14:40:40 -07:00
Jim Saxton
e1459f1135
add peek$("refsreceived") documentation
2016-05-03 17:50:13 -07:00
Jim Saxton
c898cf281c
add "https://" to yab-commands texturl
2016-04-28 08:54:45 -07:00
Jim Saxton
4fa5abc245
add "https://" to texturl help docs
2016-04-28 08:51:44 -07:00
Jim Saxton
67eb46cd64
fis typo
2016-04-28 07:56:34 -07:00
Jim Saxton
690f8a09f8
update copyright notice on yab-IDabout window
2016-04-27 11:14:00 -07:00
Jim Saxton
f197f1583b
remove reference to quickres fediting the application signature. This is no-longer required.
2016-04-27 10:08:56 -07:00
Jim Saxton
41e2296ff8
update help files to reflect that yab does not come with ncurses support compiled in.
2016-04-27 09:39:53 -07:00
Jim Saxton
ae40f977fe
add doc for ncurses
2016-04-26 21:45:37 -07:00
Jim Saxton
b291c83078
prepare for release -- wip --
2016-04-25 08:28:53 -07:00
Jim Saxton
7ac7752e3c
yab-IDE will use "application/x-vnd-filename" if no mimetype is set
2016-04-24 10:02:43 -07:00
Jim Saxton
6cac5ef25a
set appsig fr omimetype m remark in file
2016-04-24 09:12:03 -07:00
Jim Saxton
c36fc02800
added popup.yab library
2016-04-23 05:51:47 -07:00
Jim Saxton
e3863980fd
add https:// to texturl
2016-04-15 15:23:08 -07:00
Jim Saxton
576d42f4ca
remove un-needed colon ":" from switch statements in template files.
2016-03-18 07:35:56 -07:00