|
From: Márcio V. d. S. <mv...@us...> - 2007-10-03 22:30:55
|
Update of /cvsroot/tail/TailS/src/java/net/sf/tails/i18n In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31868/src/java/net/sf/tails/i18n Modified Files: DSL_IDE.properties Log Message: criando métodos helpers em ruby para o TailS Index: DSL_IDE.properties =================================================================== RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/i18n/DSL_IDE.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DSL_IDE.properties 3 Oct 2007 19:12:06 -0000 1.1 --- DSL_IDE.properties 3 Oct 2007 22:30:54 -0000 1.2 *************** *** 1,3 **** RUBY_KEYWORDS= alias and begin break case catch class def do elsif else fail ensure for end if in module next not or raise redo rescue retry return then throw super unless undef until when while yield ! TAIL_KEYWORDS= ema sma \ No newline at end of file --- 1,3 ---- RUBY_KEYWORDS= alias and begin break case catch class def do elsif else fail ensure for end if in module next not or raise redo rescue retry return then throw super unless undef until when while yield ! TAIL_KEYWORDS= averageGain averageLoss max min averageDirectionalMovement directionalMovement onBalanceVolume standartDeviation ema parabolicSAR RSI close amount maxPrice minPrice openPrice volume sma WilliamsR cross \ No newline at end of file |