-
Logged In: YES
user_id=787194
Oops, it seems that Inkscape adds the content of the dropped file to the
existing file.
It may be confusing because it's not a usual way of drag'n'drop. For
example gedit opens the file and do not try to add it to the existing file.
You may also note that the layers from the dropped file are copied into the
current layer of the existing document and...
2005-06-21 06:00:28 UTC in Inkscape
-
Inkscape v0.42 CVS (20050620-100)
When drag'n'dropping an Inkscape SVG file on the Inkscape window,
the title bar shows "Nouveau document" (french version = "New
document") instead of the actual name of the file.
2005-06-21 05:52:31 UTC in Inkscape
-
Inkscape v0.42 CVS (20050620-0100)
I created a file using Inkscape v0.41 stable version.
I loaded it into Inkscape v0.42 CVS and saved it. It wrote these lines :
inkscape:version="0.32"
sodipodi:version="0.32"
while these lines used to be
inkscape:version="0.41"
sodipodi:version="0.32"
When creating a new file with v0.42 CVS, it writes
inkscape:version="0.41+cvs".
2005-06-20 21:35:01 UTC in Inkscape
-
I've worked hard on Hack ! It's able now to handle very large files (64 bit) and copy/cut/paste instantly. A data viewer has been added and disassembly works well.
I think I'll be able to release another version in the next weeks.
2003-10-03 16:34:14 UTC in Hack - Win32 Hex editor (REXX enabled)
-
Hack is a Win32 Hex editor (Yes ! another one :) ) with REXX script capabilities
Developped under WinXP with LCC-Win32 (only C), expected to work under Win32 platforms (No plan for a port under Unices)
It Uses REXXTrans to implement REXX Scripting capabilities (tested with Regina, Object REXX and WRexx).
At the beginning, it was meant helping me understanding Win32 API programming in...
2003-07-05 07:37:15 UTC in Hack - Win32 Hex editor (REXX enabled)
-
Hi !
I've just jumped from Regina to REXX/Trans under LCC.
So far, I've not encountered problems running scripts with REXX/Trans
But here are what I had to do to use it with LCC :
- #define __RSXNT__ just before #include rexxtrans
- notepad buildlib.exp
rexxtrans.dll
_RexxAddMacro@12 RexxAddMacro
_RexxAddQueue@12 RexxAddQueue
_RexxAllocateMemory@4.
2003-06-12 17:48:26 UTC in Rexx/Trans
-
I have just installed lcc-win32 and regina 3.2
regina version (parse version ver; say ver)
REXX-Regina_3.2 5.00 25 Apr 2003
lcc-win32 version (lcc -v)
lcc-win32 version 3.8. Compilation date: May 14 2003
Regina was compiled using lcc and everyting went fine
I use the regina.dll
I have been able to use RexxStart function without any
problem
But when I wanted tu use...
2003-05-27 06:19:54 UTC in Regina REXX Interpreter
-
I have just installed lcc-win32 and regina 3.2
regina version (parse version ver; say ver)
REXX-Regina_3.2 5.00 25 Apr 2003
lcc-win32 version (lcc -v)
lcc-win32 version 3.8. Compilation date: May 14 2003
Regina was compiled using lcc and everyting went fine
But when I wanted to use a Regina function,
the lcc linker could not resolve the reference
I had to tweak the regina.exp...
2003-05-26 16:33:46 UTC in Regina REXX Interpreter