[Gambas-devel-svn] SF.net SVN: gambas: [348] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-04-30 23:21:34
|
Revision: 348 http://svn.sourceforge.net/gambas/?rev=348&view=rev Author: gambas Date: 2007-04-30 16:21:35 -0700 (Mon, 30 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Handles quoted identifiers, i.e. identifiers between '{' and '}', correctly while scanning a class. [EXAMPLES] * BUG: Fixed the use of Dialog.Filter in the Notepad example. [GB.QT] * NEW: Clipboard.Formats and Drag.Formats are two new properties that return all formats provided by the clipboard or a drop operation. * NEW: The Clipboard.Paste() optional argument now allows to choose which format will be pasted. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FSelectIcon.class 2.0/trunk/comp/src/gb.desktop/_DesktopIcons.class 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class 2.0/trunk/examples/examples/OpenGL/GambasGears/.project 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/share/CClipboard_desc.h 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gb_common_check.h 2.0/trunk/main/gbx/gbx_regexp.c 2.0/trunk/main/gbx/gbx_regexp.h 2.0/trunk/main/gbx/gbx_stream_memory.c 2.0/trunk/main/gbx/gbx_subr.c 2.0/trunk/main/gbx/gbx_subr_test_temp.h 2.0/trunk/main/lib/eval/eval_code.c 2.0/trunk/main/share/gambas.h 2.0/trunk/main/share/gb_common.h 2.0/trunk/main/share/gb_common_case.h 2.0/trunk/main/share/gb_common_swap.h 2.0/trunk/main/share/gb_magic.h Added Paths: ----------- 2.0/trunk/comp/src/gb.desktop/DesktopFile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |