bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 17 Mar 2017 09:13:53 +0000
branchjv
changeset 6153 ef289d40b266
parent 5801 615c8948b2a4
child 6360 1091acf82a3e
permissions -rw-r--r--
Issue #124, case 0: Fixed long standing bug with inconsistent cursor position after select-word If there's a selection, cursor position (`cursorLine` / `cursorCol` instvars) are required to be same as either selection start or selection end. #selectWordAtLine:col: did not update cursor position accordingly, leading to assertion failure. This bug has been there for a loong time. My bad, I was too lazy to fix it, until today... https://swing.fit.cvut.cz/projects/stx-jv/ticket/124
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4080
75cc5bada45e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
     1
@REM -------
4514
ca3da820b769 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4080
diff changeset
     2
@REM make using Borland bcc32
4080
75cc5bada45e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
     3
@REM type bmake, and wait...
75cc5bada45e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
75cc5bada45e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3524
diff changeset
     5
@REM -------
5160
bc695fbe3a07 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4514
diff changeset
     6
@SET DEFINES=
5437
5f4dea0e4ad5 initial checkin
Claus Gittinger <cg@exept.de>
parents: 5160
diff changeset
     7
5160
bc695fbe3a07 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4514
diff changeset
     8
make.exe -N -f bc.mak  %DEFINES% %*
3524
d212b77ca95c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3433
diff changeset
     9
d212b77ca95c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3433
diff changeset
    10
5801
615c8948b2a4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5437
diff changeset
    11
615c8948b2a4 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5437
diff changeset
    12