Local Links

External Links

Contact

Search this site

Source Code Management with Real Studio / Xojo and Arbed


SCM is used to maintain revisions of your source code.

Arbed has a few features to help with SCM.

Using Arbed to show differences between two revisions

If you store your .rbp or .xml projects in a Git, Mercurial or SubVersion repository, the differences can be well shown in the usual SVN and Git frontend (client) tools. However, Arbed can be used as an external tool to show the differences in a better way.

Here is a view of a regular (textual) file diff viewer of a .rbbas file:

And here is how Arbed shows it:

Note that Arbed knows the method boundaries and that you can navigate from method to method (or propery, constant, etc) in the lower list.

Furthermore, Arbed does not show you insignificant changes to files that the IDE often causes, such as moved items, or added/removed default properties of controls (ever seen the "Tabstop" field appear and disappear in windows, for instance?).

Arbed only shows what is relevant to your functional code, and does this in a more structured way than a dumb textual viewer could ever achieve.

You get syntax highlighting, and you can even edit the code in place - the editor auto-indents your REALbasic code just like the IDE.

To use Arbed, you'll have to save your project not in VCP but in XML or RBP (binary) format, which has also several other advantages:

  • Breakpoints will be preserved (the VCP format does not preserve breakpoints)
  • You can use external code items, and Arbed can display their differences just the same as with the main project.

A few frontends do support the use of external comparison tools such as Arbed, and I recommend SmartGit/Hg for its x-platform availability and straight-forward approach.

Here are links to the pages for setting up Arbed with various Version Control programs:


Page last modified on 2016-10-12, 12:23 UTC (do)
Powered by PmWiki