[Resolved] Cut, Copy, Paste - Last questions

Mac OSX specific forum
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

[Resolved] Cut, Copy, Paste - Last questions

Post 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
Last edited by garretthylltun on Fri Jan 27, 2006 11:56 pm, edited 1 time in total.
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
User avatar
Comtois
Addict
Addict
Posts: 1429
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post 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
Last edited by Comtois on Fri Jan 27, 2006 10:19 pm, edited 1 time in total.
Please correct my english
http://purebasic.developpez.com/
SEO
Enthusiast
Enthusiast
Posts: 178
Joined: Fri Dec 09, 2005 11:42 pm
Location: Sweden
Contact:

Post by SEO »

Cut, Paste, Copy
PB 3.94c
Create an menu with shortcuts.... and then test it.. works fine here
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Post by garretthylltun »

Ah, thanks for the replies :-)

-Garrett
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
Post Reply