REALBasic Studio v2009r2 Multilingual

seeders: 3
leechers: 0
Added 17 years ago by ivanushka in Apps  > Other Applications

Download Fast Safe Anonymous
movies, software, shows...

Files

REALBasic Studio v2009r2 Multilingual (Size: 109.43 MB)
  Keygen.exe 174 KB
  REALbasicSetup.exe 109.24 MB
  brd.nfo 15.03 KB
  file_id.diz 506 B

Description




Программы и Дизайн » Веб-разработка и Программирование » Среды программирования, компиляторы и вспомогательные программы

REALBasic Studio v2009r2 Multilingual

Год выпуска: 2009
Версия: R2
Разработчик: REAL Software
Платформа: Windows
Совместимость с Vista: полная
Системные требования:
[spoiler="скрытый текст"]
IDE:
•Minimum
◦Windows 2000 or later (2000/XP/Vista)
◦1 GB RAM
◦1.0 GHz Processor
•Recommended:
◦Windows 2000, Windows XP, Windows Vista
◦2 GB RAM
◦2.0 GHz Processor
Compiled Windows Applications:
•Windows 2000 or later (2000/XP/Vista)
[/spoiler]
Язык интерфейса: только английский (языки создаваемых приложений Multilingual, в т.ч. русский)
Таблэтка: Присутствует

Описание: это приложение, которое создает приложения, обьединяя простоту оригинального языка BASIC с мощью современного обьектно-ориентированного программирования.
REALbasic создает быстрые, готовые приложения для классической Mac OS, Mac OS X и Windows. Приложения REALbasic являются родными для каждой операционной системы, то есть они выглядят и функционируют так, как и должны, на каждой конкретной операционной системе.
В последних версиях программы появился новый инструмент языка программирования — Attributes, а также анализатор кода, предупреждающий о неиспользованных фрагментах и других проблемах.
Другими новшествами являются возможность добавления типов внутри классов, профайлер производительности и некоторые улучшения в работе компонента Introspection

Данная программа представляет собой визуальную среду программирования на языке Basic. При помощи ее и знания языка можно создавать самые разные приложения, базы данных и даже игры, довольно быстро и легко. Основное достоинство программы - поддержка разных платформ: Windows, Linux и даже MAC, а большое количество языков и регионов делают ее универсальной для самых разных разработок.
Среда разработки REALbasic содержит большое количество компонентов и движков, которые могут быть добавлены в проект визуально, не говоря уже об элементах интерфейса будущей программы, которые легко вставляются при помощи функции Drag&Drop.

Выпускается в трех вариантах Personal, Professional, REAL Studio
сравнение этих версий см. http://www.realsoftware.com/realbasic/compare.php

Анонс релиза:
[spoiler="скрытый текст"]
Notes for REALbasic 2009 R2
18 New Features
๏ You can now control whether or not the end user can sort columns in a listbox by
clicking on the column header. See the Listbox.HeaderType property for details.
๏ Break points can now be toggled using the contextual menu. This was done to make
it easier for users with non-US keyboards.
๏ Events can now be copied and pasted between classes provided that the target
class can implement the event.
๏ The Listbox class now has RowTags which are like column tags but on rows.
๏ 256 x 256, 32-bit application icons are now supported for Windows Vista.
๏ You can now ask REALbasic to check for updates immediately using the shiny, new
Check Now button in the Preference dialog box.
๏ The NotePlayer control is once again in the list of supported controls.
๏ Editing a new class now auto-expands the event handlers so they are visible.
๏ There is a new BreakOnExceptions pragma which can be used to override the Break
On Exceptions menu item.
๏ Listbox cells can now have individual help tags. See the Listbox.CellHelpTag
property for details.
๏ MySQL Enterprise Server is now officially supported.
๏ You can now quit the REALbasic IDE from an IDE script via the QuitIDE command.
๏ You can now encrypt and decrypt project items from an IDE script via the
EncryptItem and DecryptItem commands. Use the new SelectItem command to
select an item to encrypt or decrypt. This is a security measure to defeat brute force
attacks created using IDE scripting.
๏ Via the Preferences dialog box, you can now indicate what type of project file format
you want your project to save in by default.
๏ Applications can now be localized into Scottish Gaelic. Enya will be so happy.
๏ The MsgBox command now uses the native OS message box on Windows which
means that the native buttons will automatically be localized by the OS.
๏ The Date class now has a constructor so you can create an object with a specific
date with a single line of code.
๏ COM is now much better supported for controlling applications and system libraries
that support COM.
6 Changes
๏ A new search now immediately clears old results from the search results list.
๏ Properties in the Property Behaviors dialog box are now sorted in the same order as
they appear in the Properties pane.
๏ The Feedback window is no longer modal.
๏ Command (Control on Windows and linux) - W now closes the frontmost tab instead
of the window if more than one tab is open. It also now works with the Language
Reference, About Box, etc.
๏ The toolbars for the IDE and Language Reference can now have different toolbar
styles.
๏ An encrypted project item will now refuse to decrypt after 3 failed attempts and will
respond more and more slowly until the project is closed and reopened.
72 Bug Fixes
๏ Oracle Server is once again supported for Mac OS X and has been updated to
support the most recent release of Oracle.
๏ The ComboBox control on Windows no longer deletes user-entered text when
showing/hiding choices without selecting one.
๏ MySQL Community Edition Server is once again officially supported.
๏ The IDE no longer throws a NilObjectException when dragging a class from the
browser list into the Code Editor.
๏ Lines of code no longer disappear when expanding and collapsing code blocks in
the Code Editor.
๏ The IDE no longer crashes on Windows if you launch it, add a control and
immediately choose Quit from the File menu.
๏ You can now create a file I/O stream from a file descriptor or file pointer on Mac OS
X.
๏ You can now move controls more than one pixel at a time using the arrow keys.
๏ Building a project on Windows from a locked directory will now build to the
temporary items directory instead of throwing a NilObjectException.
๏ Dates and Times are no longer getting corrupted when using ODBC.
๏ On Mac OS X, FolderItem.ShellPath now returns a valid shell path even if the path
contains non-ASCII characters.
๏ Closing a large Virtual Volume is fast again (like it was in 2008r1 and earlier).
๏ Assigning a controlʼs parent property to itself no longer causes a hang.
๏ Plug-ins no longer leak memory when they are loaded by a built application running
on Mac OS X.
๏ The StyleRun class no longer leaks memory.
๏ The Location and Search fields in the IDE can now be tabbed into and out of again.
๏ Calling Raise() without specifying an exception type no longer causes a failed
assertion.
๏ GetTrueFolderItem with a root path no longer crashes.
๏ 8-bit toolbar icons now appear again on Mac OS X. This broke in 2009r1.
๏ System.EnvironmentVariable no longer leaks memory on Mac OS X.
๏ Choosing Close Other Tabs no longer closes the Debugger tab if itʼs open.
๏ The Code Editor no longer locks keyboard input when clicking away from the
autocomplete popup window on Windows.
๏ A resize mouse cursor is no longer displayed over the content area if you have a
listbox with resizable columns and have column 0 set to a width of 0 on Windows.
๏ Uncaught RBScript exceptions no longer cause a runtime failed assertion.
๏ The Serial.DataAvailable event is now triggered without the need to move the
mouse.
๏ The Serial control no longer treats carriage returns (ASCII 13) as new lines (ASCII
10) on Linux.
๏ Closing a ContainerControl that contains an HTMLViewer no longer crashes.
๏ The text cursor in the Code Editor no longer randomly disappears on Windows.
๏ Custom mouse cursors are supported again.
๏ Loading pictures with alpha channels no longer crashes on Mac OS X.
๏ ConsoleApplication no longer displays nonsense properties in the IDE (like Index,
Scope, Top and Left).
๏ The FolderItem.Launch method no longer launches the app in the foreground if
parameters are included and Active is false.
๏ The XMLDocument.Transform method no longer crashes if your XML document is
larger than 65K.
๏ The Preferences dialog box has been adjusted so that some text strings are no
longer clipped.
๏ The IDE no longer hangs on launch if the most recent project is on a volume that is
no longer available.
๏ Copying an event no longer occasionally pastes the event.
๏ Incorrect property declarations such as MyVar(19) As Integer() now result in a syntax
error instead of a failed assertion.
๏ On Linux, Date.WeekOfYear is now consistent with Mac OS X and Windows.
๏ On Windows, Resizing a locked Groupbox in the IDEʼs Window Editor no longer
crashes when the Groupboxʼs top and bottom meet.
๏ The Feedback window will no longer appear to already be in progress when you
open it a second time.
๏ The Splash Screen text is now properly centered on Linux.
๏ The System.Network class no longer throws a failed assertion.
๏ Status messages on the Splash Screen are no longer truncated on Linux.
๏ Tab bars now respect the entire close icon (and not just half of it) when there are
many tabs open.
๏ Dynamically localized strings no longer result in Console log errors on Mac OS X.
๏ Autocompleting Editfields (like the Location field in the IDE) no longer ignore menu
selection.
๏ Code folding with nested folded code works better in the Code Editor.
๏ Issues where external items could result in a valid folderitem that specified a file that
did not exist have been fixed. This was frequently a result of moving and/or
renaming external items like pictures.
๏ Relaunching the IDE after a hard crash no longer throws a NilObjectException.
๏ A bug that resulted in no results being returned when using DoShellCommand in an
IDE script on Windows has been fixed.
๏ Help tags for toolbar buttons no longer incorrectly display the “&” symbol.
๏ The pragma Unused now autocompletes.
๏ Lots of various bugs in the language reference content have been fixed.
๏ Converting a property to a computed property no longer changes the name to title
case.
๏ The IDEScript command Sublocations now returns a list delimited by chrb(9)
allowing items with spaces in the name to be split in the list.
๏ Data is now properly sorted when a row is expanded in the Profiler results.
๏ If a checkbox is in an indeterminate state, setting the Value to true no longer clears
it. You must use the State property. However, you can still set the Value to false and
that will change the state.
๏ The Feedback window in the IDE now properly resizes along with all of its controls.
๏ Demo apps now quit properly on Linux.
๏ A bug has been fixed that caused choosing Save As from the File menu to fail when
saving a project in XML format.
๏ Building an application that contains plug-ins in a restricted directory no longer
causes a failed assertion on Windows.
๏ Toolbar icons are now masked properly for screen depths less than 32-bit on
Windows.
๏ The Listbox no longer copies column data in the wrong order.
๏ Windows can no longer be set to “Console Applications Only”.
๏ Plugin-Developers: REALLoadObjectMethod and REALLoadGlobalMethod no
longer leak memory. REALbasic users: Nothing to see here. Move along.
๏ Customizing the toolbar for the Language Reference no longer misnames the
Customization dialog box.
๏ Popupmenu controls no longer receive the focus when Full Keyboard Access is
disabled on Mac OS X.
๏ System.Log no longer leaks memory on Mac OS X.
๏ Setting Help Tags to controls no longer leaks memory on Mac OS X.
๏ If the IDE cannot create the Resources folder while building your application, you will
now get an error rather than a failed assertion.
๏ Finding items that had an ellipsis in the autocompletion in the Language Reference
works again.
๏ Methods in subclasses whose parent class was in a namespace now autocomplete.
๏ Release notes now contain a final note marking the end of the release notes.
[/spoiler]
Доп. информация: устанавливать при отключенной сети.
[spoiler="Скриншоты"]


[/spoiler]

Related Torrents

torrent name size uploader age seed leech
0
0
0
0
0