Update of /cvsroot/tail/TailS/src/java/net/sf/tails/i18n
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25734/src/java/net/sf/tails/i18n
Modified Files:
DSL_IDE.properties
Log Message:
Index: DSL_IDE.properties
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/i18n/DSL_IDE.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DSL_IDE.properties 31 Oct 2007 19:53:01 -0000 1.5
--- DSL_IDE.properties 1 Nov 2007 15:13:43 -0000 1.6
***************
*** 1,6 ****
! RUBY_KEYWORDS= alias and add begin break case catch class collect 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_INDICATORS_KEYWORDS= def averageGain(timeFrame) averageGain averageLoss(timeFrame) averageLoss max(indicator) min(indicator) averageDirectionalMovement(timeFrame) directionalMovement(timeFrame) onBalanceVolume standartDeviation(indicator,timeFrame) ema(timeFrame) parabolicSAR rsi(timeFrame) close amount maxPrice minPrice openPrice volume sma(timeFrame) williamsR(timeFrame) wma(timeFrame)
! TAIL_STRATEGIES_KEYWORDS= strategies cross(indicator1,indicator2) pipeEnter(indicatorUpper,indicatorLower,indicatorValue)
! TAIL_INDICATORS_HIGHLIGHT= def averageGain averageGain averageLoss averageLoss max min averageDirectionalMovement directionalMovement onBalanceVolume standartDeviation ema parabolicSAR rsi close amount maxPrice minPrice openPrice volume sma williamsR wma
! TAIL_STRATEGIES_HIGHLIGHT= strategies cross pipeEnter
--- 1,2 ----
! RUBY_KEYWORDS= alias and add begin break case catch class collect def do each 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
|