Tag Archive: Google

Jan
11
2012

Dart Editor v0.1.0 build 3101 with Frog support

A new Dart Editor build (3101) is available for download. Changes include:

      • Initial VM launch support… toolbar button and .options file
      • Generate JS only for browser applications
      • Font scaling for code editor, libraries view, problems view
      • Search box improvements and cleanup
      • Fixed memory leak when closing libraries
      • Fixed loss of errors/warning during incremental compilation
      • Options to use Frog for compilation and deploy
      • DartC, parser, and code completion fixes and improvements
      • Lots of bug fixes as a result of last month’s hackathon

Permanent link to this article: http://www.dartexperience.com/en/2012/01/11/dart-editor-v0-1-0-build-3101-con-soporte-para-frog/

Dec
26
2011

Dart API Reference

Since this list on Dart in API that are specified in the form of interface routines, data structures, classes, variables …

With respect to what we had, this new API brings new library inclusion of dart: Html docs; http://api.dartlang.org/html.html

The API has been built with Dartdocs Tools, which we use to do what Java would call, “Javadocs”.

Link: http://api.dartlang.org/

Permanent link to this article: http://www.dartexperience.com/en/2011/12/26/dart-api-reference/

Nov
10
2011

Getting started with Dart – Dart used in HTML

Dart is a new structured programming language for the browser. Like JavaScript, Dartapplications can be directly integrated into HTML pages.

Then show the correct syntax to be entered into our HTML in addition to some examples:

Dart MIME type

To <script> HTML tags (used to define the language to be used on the label), in our case we use’application / dart’.

As in javascript are two ways to insert our code:

Read the rest of this entry »

Permanent link to this article: http://www.dartexperience.com/en/2011/11/10/primeros-pasos-con-dart-%e2%80%93-incluyendo-dart-en-html/

Oct
20
2011

Install Dart. Part 4: Building the Dart Eclipse IDE Plugin

Following these instructions we can get the plugin for eclipse Dart README.txt:

1.-Download Eclipse :  http://eclipse.org/downloads/

eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz
(Eclipse IDE for Java EE Developers 64 bit Linux,if your machine is 32,
 download it to 32)

2.- Extract it in our folder ~ / dart-dev/eclipse, our workspace: ~ / dart-dev/workspace.

Read the rest of this entry »

Permanent link to this article: http://www.dartexperience.com/en/2011/10/20/instalacion-dart-parte-4-construyendo-el-plugin-ide-eclipse/

Oct
18
2011

Installation Dart. Part 3: Building

Tutorial

 

Following in the footsteps of http://code.google.com/p/dart/wiki/Building
sudo apt-get install gcc-4.4 g + + -4.4 g + +-4.4-multilibexport CXX = g + + -4.4 CC = gcc-4.4 

After building:

dart cd. / tools / build.py - arch = ia32 

If we get this error:

make-j 1 buildtype Debug_ia32 all CXX = (host) out/Debug_ia32/obj.host/v8_nosnapshot/gen/libraries.omake: g + +: Command not foundmake: *** [out/Debug_ia32/obj.host/v8_nosnapshot / gen / libraries.o] BUILD FAILED Error 127 

  We’ll have to install the following:

sudo apt-get install build-essential g + + 

Another possible error:

make: *** [out/Debug_ia32/obj.host/v8_base/third_party/v8/src/ia32/lithium-codegen-ia32.o]</p><p>Error 1 

-Removing -Werror Resolved dart / tools / gyp / configurations_make.gypiY we will have our virtual machine ready, if we can prove:

main () {print ('Hello World .');}

and run:

dart/out/Debug_ia32/dart_bin hello.dart 

HelloDart

Permanent link to this article: http://www.dartexperience.com/en/2011/10/18/instalacion-dart-parte-3-building-construccion/

Pag. 1 of 212