Page 1 of 1

[Resolved] Cut, Copy, Paste - Last questions

Posted: Fri Jan 27, 2006 7:41 pm
by garretthylltun
Fred wrote:I added this natively now.
Will that be in 4.0 ? Or did you update 3.94?

And what is/will the syntax be?

Thanks,
-Garrett

Posted: Fri Jan 27, 2006 7:56 pm
by Comtois
See Here PB3.94d
- When creating a .app, the current path is set to the bundle path
- RunProgram(): added support for .app and #PB_RunProgram_Wait
- ExplorerTreeGadget(): fixed the "" bug, added #PB_Explorer_NoFiles support
- ExplorerListGadget(): added support for #PB_Explorer_NoFiles, #PB_Explorer_NoParentFolder and #PB_Explorer_NoDrawers
- ButtonGadget(): added #PB_Button_Default support
- ImageButtonGadget(): Added right and left click event support
- Reworked the scintilla library in the IDE to support ISOLatin1 correctly (old sources aren't compatiable anymore, you will need to convert them to ISOLatin before loading them in the IDE. Now all accent letter should be handled correctly by PureBasic.
- MessageRequester() has now the application icon, like other OS X apps
- Added GetHomeDirectory() which returns the user directory
- Fixed IncludeBinary when used outside of datasection
- Fixed a bug about internal object management
- Fixed byte and word procedure parameters
- Added CallCFunction() and CallCFunctionFast() support
- Added shortcut support to EditorGadget() (cut, paste etc.)
- Fixed a bug in the IDE about text paste in dialogs
- Fixed ElapsedMilliSeconds() as it could returns a negative value

Posted: Fri Jan 27, 2006 9:44 pm
by SEO
Cut, Paste, Copy
PB 3.94c
Create an menu with shortcuts.... and then test it.. works fine here

Posted: Fri Jan 27, 2006 11:55 pm
by garretthylltun
Ah, thanks for the replies :-)

-Garrett