Laaca

Czech republic, 28.10.2007, 17:50 |
Blocek 1.33 (Announce) |
Hi! A small update of my editor Blocek.
Changelog and download site is here:
http://www.laaca-mirror.ic.cz --- DOS-u-akbar! |
DOS386
29.10.2007, 08:09
@ Laaca
|
Blocek 1.33 |
> small update of my editor Blocek.

> using FPC 2.2.0a
where did you get it ?
> now checks for swap

Minimal test:
- Search only seems to work now, unlike in 1.32c
- S&R crash as always (HDPMI32 : reboot CWSDPMI : see shot)
- Some regressions in the GUI
- "image filter select" buggy
More detail later 
![[image]](img/uploaded/image12.png) --- This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft *** |
rr

Berlin, Germany, 29.10.2007, 12:38
@ DOS386
|
Blocek 1.33 |
> > using FPC 2.2.0a
>
> where did you get it ?
FPC 2.2.0 by me: http://www.bttr-software.de/misc/fpc/
FPC 2.2.0a by Pierre Muller: ftp://freepascal.stack.nl/pub/fpc/beta/2.2.0a/go32v2/
> - S&R crash as always (HDPMI32 : reboot CWSDPMI : see shot)
What?
> ![[image]](img/uploaded/image12.png)
Did you run http://www.memtest.org/ and http://www.memtest86.com/ for some hours now? --- Forum admin |
Laaca

Czech republic, 29.10.2007, 12:56
@ DOS386
|
Blocek 1.33 |
Search and replace...
I really don't know what to do because I am not able to reproduce any crash in S&R. Can anybody else confirm it?
Yes, in versions before 1.32 sometimes occured a crash but only in extreme situations when all RAM was eaten and keyboard interrupt routine got into virtual memory into swap file. This issue was fixed. --- DOS-u-akbar! |
rr

Berlin, Germany, 29.10.2007, 13:28
@ Laaca
|
Blocek 1.33 |
> I really don't know what to do because I am not able to reproduce any
> crash in S&R. Can anybody else confirm it?
No. That works fine for me.
But there's always room for enhancements: 
![[image]](img/uploaded/image1.gif) --- Forum admin |
Rugxulo

Usono, 30.10.2007, 05:46
@ rr
|
Blocek 1.33 -- aesthetic fixes |
> No. That works fine for me.
>
> But there's always room for enhancements: 
You mean the comma and parenthesis? Sheesh, too subtle for my eyes, I didn't notice until now (unless I'm imagining things, heh).  |
rr

Berlin, Germany, 30.10.2007, 11:00
@ Rugxulo
|
Blocek 1.33 -- aesthetic fixes |
> > But there's always room for enhancements: 
>
> You mean the comma and parenthesis?
Yes. --- Forum admin |
RayeR

CZ, 30.10.2007, 11:04
@ rr
|
Blocek 1.33 -- tabs |
BTW anybody else doesn't get messed up display when loading text files with tabulators (saved with optimal fill option)? This problems persist since I 1st tried blocek. --- DOS gives me freedom to unlimited HW access. |
roberto

31.10.2007, 08:12
@ RayeR
|
Blocek 1.33 -- tabs |
> BTW anybody else doesn't get messed up display when loading text files with
> tabulators (saved with optimal fill option)? This problems persist since I
> 1st tried blocek.
A request of enanchement for this program:
this can help like a simple RTF support?
VDE2RTF 1.31, by Pavel Zampach, converts a text file with VDE printer codes (bold, italic, etc.) to a Rich Text Format file. It also does code page translations, based on a user?configurable table of correspondences. Package includes executable, other working files, source code & docs. 10K download.
RTF2VDE 1.01, by Pavel Zampach, converts a Rich Text Format file to a text file with VDE printer codes (bold, italic, etc.). It also does code page translations, based on a user?configurable table of correspondences. Package includes executable, other working files, source code & docs. 14K download. |
Rob

Spain, 01.11.2007, 20:26
@ Laaca
|
Blocek 1.33 |
A bug in word wrapping option:
- when I open a new file and pick in "word wrapping" option, the program always crash.
Runtime error 216 at $0007A6A0
$0007A6A0
$0005A7B8
$00059E57
$0006094F
$00061AF3
$0005EDBA
$0005A967
CONFIG.SYS
----------
device=himem.sys /testmem:off
device=emm386.exe RAM HIGHSCAN
files=20
buffers=20
dos=high,umb
lastdrive=z
devicehigh=a:\asuscd.sys /d:mscd001
devicehigh=display.sys con=(ega,,1)
country=034,,country.sys
AUTOEXEC.BAT
------------
@ECHO OFF
cls
set temp=c:\temp
set tmp=c:\temp
path=a:\;
set comspec=a:\command.com
lh MSCDEX.EXE /D:mscd001
lh a:\ctmouse.exe
mode.com con cp prepare=((850) ega.cpi)
mode.com con cp select=850
lh keyb.com sp
set blaster=a220 i7 d1 h7 p330 t6
set sbpci=c:\sbpci
c:\sbpci\sbload
c:\sbpci\sbinit
-------------
- DOS 7.10 / Windows 98 (with Freedos also crash) |
Laaca

Czech republic, 01.11.2007, 20:45
@ Rob
|
Blocek 1.33 |
Oj, thanks! It will be fixed immediately.
(For trees I overlooked a forest)  --- DOS-u-akbar! |
Steve

US, 02.11.2007, 04:15 (edited by Steve, 02.11.2007, 05:14)
@ roberto
|
VDE2RTF and RTF2VDE |
> VDE2RTF 1.31, by Pavel Zampach, converts a text file with VDE printer
> codes (bold, italic, etc.) to a Rich Text Format file. It also does code
> page translations, based on a user-configurable table of correspondences.
> Package includes executable, other working files, source code & docs. 10K
> download.
It converts the VDE editor's printer codes to RTF codes. If there are no VDE codes, conversion will only be to a simple RTF frame. Also can convert plain text, Unicode > ANSI, ANSI > DOS, and from one DOS code page to another.
> RTF2VDE 1.01, by Pavel Zampach, converts a Rich Text Format file to a text
> file with VDE printer codes (bold, italic, etc.). It also does code page
> translations, based on a user-configurable table of correspondences.
> Package includes executable, other working files, source code & docs. 14K
> download.
RTF codes are converted to VDE printer codes, if they exist. Other functions are the same as in VDE2RTF.
Both programs are written in Turbo Pascal.
VDE page: http://short.stop.home.att.net/vde/vde.htm
Pavel Zampach's site: http://www.volny.cz/zampach/hplx/index.html |
Laaca

Czech republic, 03.11.2007, 16:00
@ Laaca
|
Blocek 1.33b |
A bugfix minirelease is here. List of changes is here:
- crash when checking word wrapping with new file
- filesector allows to manualy select a file by writting its name (press Space and then type the filename)
- tabs work correctly now
- thousands separator
http://www.laaca-mirror.ic.cz --- DOS-u-akbar! |
Rob

Spain, 03.11.2007, 18:09
@ Laaca
|
Blocek 1.33b |
Bug in "select image filter"
when I pick in it, all options appear in the same line and I cannot select.
Bye :) |
Laaca

Czech republic, 03.11.2007, 20:22
@ Rob
|
Blocek 1.33b |
Aaa! Thanks! It is a new bug introduced in 1.33
In this version I changed char for line break from "|" to usual CRLF.
(I was afraid I forgot it somewhere )
reuploaded:
http://www.laaca-mirror.ic.cz --- DOS-u-akbar! |
RayeR

CZ, 04.11.2007, 01:32
@ Laaca
|
Blocek 1.33b |
Great, TABs are working now.
And could be possible to define mor than one UNproportional font? I want to use my .fnt files but they are treated as proportional. --- DOS gives me freedom to unlimited HW access. |
Laaca

Czech republic, 04.11.2007, 10:08
@ RayeR
|
Blocek 1.33b |
> Great, TABs are working now.
> And could be possible to define mor than one UNproportional font? I want
> to use my .fnt files but they are treated as proportional.
Hm...
In package with source code is a subdirectory called FN_UTIL. There is program FN.EXE which can convert fonts to proportional or unproportional form. --- DOS-u-akbar! |
flo
04.11.2007, 22:52
@ Laaca
|
Blocek 1.33 |
Hola!
At the moment I can only use FreeDOS con DOSEMU under Linux. Tested Blocek, but I get following error:
Runtime error 202 at $0007AAB2
$0007AAB2
$D50005A9
Any idea?
Thanks,
Flo |
RayeR

CZ, 06.11.2007, 01:18
@ Laaca
|
Blocek 1.33b |
> Hm...
> In package with source code is a subdirectory called FN_UTIL. There is
> program FN.EXE which can convert fonts to proportional or unproportional
> form.
Thanks, I converted my FNT files to FN as nonproportional and it works fine. Last thing, I'd like to setup CZ keyboard to be able to write in coding bri Kamenicti. Do I need to make special TBL file with proper mapping or is there some switch? --- DOS gives me freedom to unlimited HW access. |
Laaca

Czech republic, 06.11.2007, 19:38
@ RayeR
|
Blocek 1.33b |
> Thanks, I converted my FNT files to FN as nonproportional and it works
> fine. Last thing, I'd like to setup CZ keyboard to be able to write in
> coding bri Kamenicti. Do I need to make special TBL file with proper
> mapping or is there some switch?
You don't have to bother with TBL files. However you have to write own KBT file for Kamenicti layout:
Copy CESKA.KBT info f.e. CESKA2.KBT, then edit the first line of this file. (you can mandatory use the HTML like tags (description in FNFONT2.PAS file))
Then you should update upcase table (next few lines in []brackets) and then update the scancode-ascii code table. Unfortunately for czech language it is not trivial because of dead keys. If you not succeed I'll do it for you in Friday. --- DOS-u-akbar! |
Laaca

Czech republic, 07.11.2007, 07:37
@ Laaca
|
Blocek 1.33b |
Umm... Yesterday I was a little wrong. If you want to be able to convert between Unicode/Kamenicti you have to create a TBL file too. But if you want only to edit in ASCII, you don't need it.
Anyway, I am thinking about making a tool for easy creating of TBL files - a visual editor, similar to my font editor Kasmar. --- DOS-u-akbar! |
RayeR

CZ, 07.11.2007, 12:01
@ Laaca
|
Blocek 1.33b |
Currently I don't need KAM-UNI conversioj just want to type CZ chars in. I use resident display/kbd driver KEV which can switch keyboards by some ALT+... combination but in blocek I got garbage not right chars (when kamenicti font loaded). --- DOS gives me freedom to unlimited HW access. |
Khusraw
12.03.2008, 10:46
@ Laaca
|
Blocek 1.33 |
I recently downloaded Blocek and tried it, interesting project, great work from your part. But the Romanian language quote from the "Universal Declaration of Human Rights" has some spelling and gramatical errors, you can find the correct quote here (with red color), please rectify the text in a future release. |