- 27 May, 2020 2 commits
-
-
Robert Sprowson authored
edit.c: Add save choices support code (taken from equivalent operation in SrcEdit). Resources/UK/Messages: Add new menu item & error message, shuffle interactive help down. Restore missing help on BASIC line increment writeable. Version 1.74. Tagged as 'EditApp-1_74'
-
Robert Sprowson authored
Some #if FALSE's trimmed. Redundant check of s!=0 within a while (s!=0) removed.
-
- 29 Oct, 2017 1 commit
-
-
Robert Sprowson authored
The ctl part of RISC_OSLib is long abandoned, and has been switched out as far back as CVS history goes. Delete it. Tagged as Edit-1_73-1, since the binary is unchanged.
-
- 03 Apr, 2015 2 commits
-
-
Robert Sprowson authored
Remove unused source 'ctl' is some kind of abandoned text based application generator, long since superceded by the Toolbox. The sources aren't used in building this component. Version 1.73. Tagged as 'Edit-1_73'
-
Robert Sprowson authored
edit.c: Register clipboard wimp messages on startup. Mark local functions as static. message.c: Let the task window accept clipboard pastes too. This is tied to the 'Ignore ctrl' menu option. When enabled (default) then ^C ^V are filtered out to for clipboard typing to the task, and filters control characters from the task too (as before). When disabled, ^C ^V are passed raw to the task, and all VDU is displayed raw from the task. Cut & paste can still be performed in the disabled case by using the Edit->Select menu. Messages: Remove TaskInput from Task menu, add clipboard keys to Select menu, add swap case to Select menu. Slim down the Misc menu which was too wide in system font. Update interactive help. Use some more of the escape code tokens in interactive help. Declare the previously secret Ctrl-Shift-F1 hotkey for Expand tabs. Templates: Line use magic search character '\n' in the dialogue. New documentation 'ClipKeys' is a complete survey of the hotkeys for !Edit and !SrcEdit with reference to the RISC OS 3.70 welcome manual and a few hidden ones, compared with the current implementation. Requires RISC_OSLib-5_85. Version 1.72. Tagged as 'Edit-1_72'
-
- 31 Jul, 2014 1 commit
-
-
Robert Sprowson authored
Message_SetPrinter renamed. Version 1.71. Tagged as 'Edit-1_71'
-
- 08 Jul, 2014 1 commit
-
-
Robert Sprowson authored
edit.c: txtar.h and txtoptmenu.h weren't actually needed since none of their definitions were in use. txtfile.h was being used for a single function which is now implemented in save_one_txt(), sharing code with the panic file save function. Accept RISC_OS_PLUS switch (circa RISC OS 3.00) is always true now, and delete some experimental code. Fix bug in panic file saves to Wimp$ScrapDir, the filetype was being derived from bits 20-31 of the load address rather than 8-19. Panic save also changed to use RISC_OSLib style SWI functions rather than _swi and _swix. message.c: Take ownership of the task window defines, same as SrcEdit has for some years. Tested in a RAM install, printing a 2 line BASIC program out. Version 1.70. Tagged as 'Edit-1_70'
-
- 24 Oct, 2013 1 commit
-
-
Robert Sprowson authored
In the quit dialogue the button wasn't regimental 52 OS units high so looked a little odd. This commit is mostly to get a new version number to match the redraw fix in RISC_OSLib-5_78. Removed duplicates 'tbash' and 'txtbug', see Test directory for the originals. Version 1.69. Tagged as 'Edit-1_69'
-
- 25 Sep, 2012 1 commit
-
-
Robert Sprowson authored
Entry ^X to ^K. Requires RISC_OSLib-5_73. Version 1.68. Tagged as 'Edit-1_68'
-
- 21 Aug, 2012 2 commits
-
-
Robert Sprowson authored
Something went wrong, there were two version 1.66's. Version 1.67. Tagged as 'Edit-1_67'
-
Robert Sprowson authored
When in ROM there's no need to stuff the sprites into ResourceFS since they're in the Wimp pool. Moreover, only !Sprites22 was being installed, so if booting into a low res mode !Edit wouldn't start because !Sprites was not found. * Ammended Makefile to not do sprites during resources * Ammended Makefile to do both resolution sprites for the disc install * Used StdTools and ModuleLibs shared makefiles * Resolved some of the easy warnings * Changed to use '_Version' as the info box token, so allowing use of the centralised AwkVers script * Added ROM !Boot file (as !Draw has) which is a cutdown version of the disc one Tested briefly, still loads files and opens task windows OK. Version 1.66. Tagged as 'Edit-1_66'
-
- 14 Jan, 2012 1 commit
-
-
Steve Revill authored
Version 1.66. Tagged as 'Edit-1_66'
-
- 18 Jan, 2010 1 commit
-
-
John Ballance authored
Detail: (list files and functions that have changed) Admin: (highlight level of testing that has taken place) (bugfix number if appropriate) Version 1.65. Tagged as 'Edit-1_65'
-
- 31 May, 2009 1 commit
-
-
Peter Naulls authored
Version 1.64. Not tagged
-
- 29 May, 2009 1 commit
-
-
Peter Naulls authored
Filename fixes for case-sensitive environments, and #include name normalisation. No functional changes. I didn't have a good universal fix for the EditIntern includes, so the revised ones are commented out. Version 1.64. Not tagged
-
- 12 Aug, 2005 1 commit
-
-
Steve Revill authored
Detail: Made !Run and !Boot files slightly less messy and added an IconSprites command to !Boot. Admin: No code change - works in baseline 517 Version 1.64. Tagged as 'Edit-1_64'
-
- 09 Nov, 2004 1 commit
-
-
Ben Avison authored
Created a BBE export rule, because the entire Resources directory needs to be exported in this component. Retagged since this won't affect code generation for existing builds.
-
- 11 Jul, 2004 1 commit
-
-
Steve Revill authored
Admin: Tested in Baseline build. Version 1.63. Tagged as 'Edit-1_63'
-
- 04 Nov, 2002 2 commits
-
-
Robert Sprowson authored
Gits. Version 1.62. Tagged as 'Edit-1_62'
-
Robert Sprowson authored
Date string in its module guise is now fetched from the VersionASM file rather than the 7 year out of date Messages file. Found dialogue no longer has a close icon,this caused it to gain an iconise icon which in turn meant it could be iconised leaving a dead window on the screen that noone owned. Misc tweaks to account for the ever moving memory map. Version 1.61. Tagged as 'Edit-1_61'
-
- 25 Feb, 2002 2 commits
-
-
Steve Revill authored
Detail: For some reason, the previous versions of this component did not install the !Sprites22 file (in fact, they did not have it in their sources). This seems so fundamental (i.e. the application fails to load if the Sprites22 file is not present) that I added it to both the install phases (disc and rom). Of course, this will only make !Edit work in hi-res screen modes! Admin: Builds and installs. Also fixed !MkClean file to wipe !Edit if there because the !MkInstall file will put !Edit into the root of this component. Version 1.60. Tagged as 'Edit-1_60'
-
Steve Revill authored
Detail: Added/fixed the install rule for disc builds as required for the Baseline builds. Admin: Builds and installs. Version 1.59. Tagged as 'Edit-1_59'
-
- 17 Apr, 2001 1 commit
-
-
Stewart Brodie authored
Version 1.58. Tagged as 'Edit-1_58'
-
- 10 Apr, 2001 1 commit
-
-
Stewart Brodie authored
Detail: Quick hack fix only. Admin: Hopefully fixes Bugzilla bug #4086 Version 1.57. Tagged as 'Edit-1_57'
-
- 05 Apr, 2001 1 commit
-
-
Stewart Brodie authored
Detail: Also added extra checking to make sure that only macro definitions are parsed when looking for the application date string. Admin: Still works for me - hopefully works on build machine too. Version 1.56. Tagged as 'Edit-1_56'
-
- 12 May, 2000 1 commit
-
-
Stewart Brodie authored
Version 1.55. Tagged as 'Edit-1_55'
-
- 30 Sep, 1998 1 commit
-
-
Kevin Bracey authored
-
- 13 May, 1997 1 commit
-
-
Kevin Bracey authored
-
- 05 Nov, 1996 1 commit
-
-
Neil Turton authored
-