Here is an example SWT application. It is a 'search' tool. Open a
file and the search term is highlighted. It has a java oriented
approach because I copied the java code verbatim. This might be
useful if you are still used to imperative programming.
On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown <berlin.br...@gmail.com> wrote:
> Here is an example SWT application. It is a 'search' tool. Open a
> file and the search term is highlighted. It has a java oriented
> approach because I copied the java code verbatim. This might be
> useful if you are still used to imperative programming.
> On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown
> <berlin.br...@gmail.com> wrote:
> Here is an example SWT application. It is a 'search' tool. Open a
> file and the search term is highlighted. It has a java oriented
> approach because I copied the java code verbatim. This might be
> useful if you are still used to imperative programming.
thanks. I think this will be useful, but I have to figure out how to get it
to build in enclojure. Right now I get, "Exception in thread "main"
java.util.MissingResourceException: Can't find bundle for base name
octane_main, locale en_US (octane_main.clj:136)"
On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown <berlin.br...@gmail.com> wrote:
> Here is an example SWT application. It is a 'search' tool. Open a
> file and the search term is highlighted. It has a java oriented
> approach because I copied the java code verbatim. This might be
> useful if you are still used to imperative programming.
> thanks. I think this will be useful, but I have to figure out how to get it
> to build in enclojure. Right now I get, "Exception in thread "main"
> java.util.MissingResourceException: Can't find bundle for base name
> octane_main, locale en_US (octane_main.clj:136)"
> On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown <berlin.br...@gmail.com> wrote:
> > Here is an example SWT application. It is a 'search' tool. Open a
> > file and the search term is highlighted. It has a java oriented
> > approach because I copied the java code verbatim. This might be
> > useful if you are still used to imperative programming.
> > But, I am all ears for suggestions (I am sure there are very, very
> > many) and if you want, send me a patch file, I will be glad to update
> > it.
> > Might help for newbies like me.
Yea, if you see the parent folder, get the octane_main property file.
It is needed by the app.
On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown <berlin.br...@gmail.com> wrote:
> Here is an example SWT application. It is a 'search' tool. Open a
> file and the search term is highlighted. It has a java oriented
> approach because I copied the java code verbatim. This might be
> useful if you are still used to imperative programming.
On Thu, Jan 15, 2009 at 9:20 PM, e <evier...@gmail.com> wrote:
> anyone able to get this going on a Mac yet? The main window comes up, but
> shortly after crashes.
> On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown <berlin.br...@gmail.com>wrote:
>> Here is an example SWT application. It is a 'search' tool. Open a
>> file and the search term is highlighted. It has a java oriented
>> approach because I copied the java code verbatim. This might be
>> useful if you are still used to imperative programming.
> On Thu, Jan 15, 2009 at 9:20 PM, e <evier...@gmail.com> wrote:
>> anyone able to get this going on a Mac yet? The main window comes up, but
>> shortly after crashes.
>> On Mon, Jan 12, 2009 at 5:24 PM, BerlinBrown <berlin.br...@gmail.com>wrote:
>>> Here is an example SWT application. It is a 'search' tool. Open a
>>> file and the search term is highlighted. It has a java oriented
>>> approach because I copied the java code verbatim. This might be
>>> useful if you are still used to imperative programming.
>>> But, I am all ears for suggestions (I am sure there are very, very
>>> many) and if you want, send me a patch file, I will be glad to update
>>> it.