dltk-dev Archive (Date View)
[First Page]    [Prev Page][Next Page]    [Last Page]
May 09, 07
09:47 RE: [Dltk-dev] TCL - Extracting a call graph Phillip Martin
09:29 RE: [Dltk-dev] TCL - Extracting a call graph Andrey Platov
08:16 [Dltk-dev] TCL - Extracting a call graph Phillip Martin
May 01, 07
11:08 [Dltk-dev] DLTK Breakpoints Werner Schuster (murphee)
April 25, 07
10:09 [Dltk-dev] Where to define the Toggle Comment Action lists
07:55 [Dltk-dev] How-to enable Content Assist lists
April 22, 07
09:42 [Dltk-dev] dltk class documentation Andy Wyde
April 20, 07
11:01 Re: [Dltk-dev] TCl DLTK - No documentation help on hover. Andrey Platov
05:21 [Dltk-dev] TCl DLTK - No documentation help on hover. pfinnegan@xxxxxxxxxxxxxx
April 19, 07
04:04 Re: [Dltk-dev] Outline Elements are jumping to the wrong position in the Editor Hi, I'm working on the Outline View for the Lua Editor and now I've the following problem. I use ANTLR 3.0 for the generation of the AST. The rule to detect a function looks like: localFunctionDeclaration @init{ MethodDeclaration m = null; } :f='local' 'function' n=NAME { m = new MethodDeclaration(toDLTK(f),toDLTK(n)); decl.addStatement(m); } funcbody[m] e='end' ; Where decl is of type ModuleDeclaration and I use the toDLTK from the Python grammar file. This is the only thing added to decl but when selected in the Outline View it jumps not to the correct line in the editor. Am I missing something. How detailed has the AST to be? Nicolai Mainiero Mikhail Kalugin
03:51 Re: [Dltk-dev] Forbidden link in Python Example Mikhail Kalugin
April 18, 07
16:57 [Dltk-dev] Sorry for the long subject Nicolai Mainiero
16:56 [Dltk-dev] Outline Elements are jumping to the wrong position in the Editor Hi, I'm working on the Outline View for the Lua Editor and now I've the following problem. I use ANTLR 3.0 for the generation of the AST. The rule to detect a function looks like: localFunctionDeclaration @init{ MethodDeclaration m = null; } :f='local' 'function' n=NAME { m = new MethodDeclaration(toDLTK(f),toDLTK(n)); decl.addStatement(m); } funcbody[m] e='end' ; Where decl is of type ModuleDeclaration and I use the toDLTK from the Python grammar file. This is the only thing added to decl but when selected in the Outline View it jumps not to the correct line in the editor. Am I missing something. How detailed has the AST to be? Nicolai Mainiero Nicolai Mainiero
15:24 [Dltk-dev] Forbidden link in Python Example thiago
14:27 Re: [Dltk-dev] Ruby Syntax Validation Failure Daniel Spiewak
14:26 Re: [Dltk-dev] Ruby Syntax Validation Failure Werner Schuster (murphee)
14:11 [Dltk-dev] Ruby Syntax Validation Failure Daniel Spiewak
April 14, 07
07:46 Re: [Dltk-dev] Tcl Eclipse DLTK install guide. Andrey Platov
05:00 [Dltk-dev] Tcl Eclipse DLTK install guide. Patrick Finnegan
April 13, 07
12:58 [Dltk-dev] IMPORTANT: change in requirements for Conforming Incubation Phase projects Anne Jacko
April 10, 07
09:53 Re: [Dltk-dev] DLTK Ruby Mailing Lists
09:50 Re: [Dltk-dev] DLTK Ruby Mailing Lists
07:51 Re: [Dltk-dev] DLTK Ruby Werner Schuster (murphee)
April 08, 07
09:35 Re: [Dltk-dev] DLTK Ruby Michael Klishin
April 07, 07
22:23 Re: [Dltk-dev] DLTK Ruby Mailing Lists
17:32 Re: [Dltk-dev] DLTK Ruby Andrey Platov
16:57 Re: [Dltk-dev] DLTK Ruby Michael Klishin
16:47 Re: [Dltk-dev] DLTK Ruby Daniel Spiewak
16:27 Re: [Dltk-dev] DLTK Ruby Andrey Platov
April 06, 07
19:32 Re: [Dltk-dev] DBGp for Ruby Werner Schuster (murphee)
18:47 [Dltk-dev] DLTK Ruby Mailing Lists
April 05, 07
03:33 Re: [Dltk-dev] DBGp for Ruby Dmitriy Kovalev
April 04, 07
08:26 [Dltk-dev] DBGp for Ruby Werner Schuster (murphee)
April 03, 07
07:05 Re: [Dltk-dev] How to enable Tclchecker? Dmitriy Kovalev
06:14 [Dltk-dev] How to enable Tclchecker? wang dada
April 02, 07
10:53 Re: [Dltk-dev] dltk-dev tutorial? Andrey Platov
04:55 [Dltk-dev] Why DLTK does not support trace in multiple files? wang dada
March 31, 07
14:02 [Dltk-dev] New DLTK Ruby build (with open type fixes) Mikhail Kalugin
March 30, 07
12:41 Re: [Dltk-dev] DLTK Ruby Overriding Open Type Werner Schuster (murphee)
12:36 Re: [Dltk-dev] DLTK Ruby Overriding Open Type Daniel Spiewak
12:25 Re: [Dltk-dev] DLTK Ruby Overriding Open Type Andrey Platov
12:07 [Dltk-dev] DLTK Ruby Overriding Open Type Daniel Spiewak
11:50 [Dltk-dev] DLTK 1.0 M6 candidate Andrey Platov
March 24, 07
13:05 [Dltk-dev] dltk-dev tutorial? Tino Scherrer
March 22, 07
10:15 [Dltk-dev] Re: Fwd: JRuby plugin Andrey Platov
06:11 Re: [Dltk-dev] Configure an Ruby Interpreter for unit tests Mikhail Kalugin
04:43 [Dltk-dev] Configure an Ruby Interpreter for unit tests Andrey Platov
March 19, 07
15:22 Re: [Dltk-dev] DLTK is not in compliance as an incubating project Ed Warnicke
10:31 [Dltk-dev] DLTK is not in compliance as an incubating project Anne Jacko
04:06 Re: [Dltk-dev] Lua Plugins for DLTK Andrey Platov
March 16, 07
12:43 [Dltk-dev] Lua Plugins for DLTK Nicolai Mainiero
08:00 Re: [Dltk-dev] DBGp for Ruby? Andrey Platov
March 15, 07
14:44 [Dltk-dev] DBGp for Ruby? Werner Schuster (murphee)

Mail converted by MHonArc 2.6.10