4
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 2 years ago.
Dec 12, 2022 — Dec 12, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
There are two changes: i) The running of scripts is implemented using a menu item . ii) I changed the editor using splitpane into two halves. Earlier I thought of showing the result in the same editor window but it looked a bit wild to the gitte, obviously I didnot have an idea of how wild it is otherwise I would not have gone for it. More... over 16 years ago
Updates on running of scripts. More... over 16 years ago
The changes in the CLASSPATH of Scripty_Editor.jar to include the interpreter plugins of languages . More... over 16 years ago
Recent updates major being adding Matlab parser. More... over 16 years ago
The changes are the same as in FindDialog which include the continuing of find operation once the file end has been reached, changing the alert message and making the window disposable. More... over 16 years ago
Recontinuing the find operation once the file end has been reached so changed the alert message as well and changed the icon image as well. More... over 16 years ago
slight change to add Matlab while opening a .m file. More... over 16 years ago
Changes to incorporate Matlab as one of the language supported by the script editor for syntax-highlighting and auto-indentation etc. More... over 16 years ago
The flex file for MatlabTokenMaker More... over 16 years ago
The rudimentary parser for Matlab More... over 16 years ago
change in menu for Clojure More... over 16 years ago
The flex file for Clojure parser More... over 16 years ago
The parser for Clojure language for syntax-highlighting More... over 16 years ago
The updates of the last three days regarding parsing the text and also adding Clojure for syntax highlighting More... over 16 years ago
Changes in the object searched for in the TreeSet object "objectSet" as two objects can have the same name hence the object we are looking for need not be the first element of the tailset. More... over 16 years ago
Changed the definition of the compareTo function as two objects of different classes can have the same name. More... over 16 years ago
Created the menu to select which language to apply for the syntax highlighting it will already apply so if you save the file with the proper extension . The Clojure syntax-highlighting is not working right now. Hope to do it very soon. Activated the description window as it looks useful while function completion More... over 16 years ago
Changes to include the non-static methods completion using ObjStartCompletions class. Calls setObjects methods of ObjStartCompletions class More... over 16 years ago
The class has member variables which are names of the object it represent,the class name and the full class name also implements Comparable. Does the job of giving a robust definition of a object. More... over 16 years ago
The class which takes token list for every line looks for import statements finds the classes which are imported and then looks for constructors using the new keyword and other details,collects objects which are objects of ImportedClassObjects if they are instance of one of the imported classes. and then also does the job of providing completions. More... over 16 years ago
The details of the object method completions(i.e. the non-static methods) More... over 16 years ago
Last two days updates on creating and handling parsers and tokens More... over 16 years ago
Changes corresponding to the previous change of making methodNames member variable of ClassName a TreeSet of ClassMethod More... over 16 years ago
Some Changes as methodNames is a TreeSet of ClassMethod now More... over 16 years ago
This class saves attributes of a method in a simple and usable form in regard to method completion More... over 16 years ago
Changes to improve Method Completions and creating some new functions to improve the design. More... over 16 years ago
Weekend updates More... over 16 years ago
using wildcard character(*) to include all the packages in the package More... over 16 years ago
Just changing the ClassNames1 to ClassNames More... over 16 years ago
Changes to include the method names in the completion now assuming maximum one dot after a classname and also treating all methods as static. More... over 16 years ago