Search found 16 matches

by raz
Sun Mar 26, 2006 9:47 pm
Forum: Reporting a Bug
Topic: crashing
Replies: 1
Views: 10723

crashing

Hi Jussi,

I had this problem a while ago, and then it stopped. However, it is now happening on my home machine. It is a new(er) Dell dual core machine running XP. In the last several days it has given a warning that it was going to die (so save your work), and today it has just vanished in the ...
by raz
Wed Nov 30, 2005 2:18 pm
Forum: General
Topic: macros and toolbar
Replies: 2
Views: 11205

Thanks!

The workaround worked for me.
Thanks for the rapid response!

-rz.
by raz
Tue Nov 29, 2005 4:50 pm
Forum: General
Topic: LowerCaseCommand
Replies: 2
Views: 10091

This may not be what you want, but one can put a button on the toolbar that will ToUpper/ToLower the selected (i.e., marked) text.

HTH,

-rz.
by raz
Tue Nov 29, 2005 3:23 pm
Forum: General
Topic: macros and toolbar
Replies: 2
Views: 11205

macros and toolbar

Greetings all,

I am trying to bind a particular macro to a button that I put on the tool bar. However, when I add a 'Run this macro script' button to the tool bar, it seems to pick (randomly?) a macro to run and I see no method to specify the macro I want it to run. What am I missing? I know there ...
by raz
Fri Oct 14, 2005 2:33 pm
Forum: Comments and Suggestions
Topic: How about a linux/Unix version?
Replies: 5
Views: 39201

Linux version...

There may be many, but having one editor that will run on both, the same way, that is as good as Zeus is very rare.

I'd be willing to help with the wx port (I am developing in wx now).

I am willing to grovel... and help.

-raz.
by raz
Thu Oct 13, 2005 4:03 pm
Forum: Comments and Suggestions
Topic: feature request:
Replies: 1
Views: 10646

feature request:

I have found the concept of multiple 'yank' buffers very useful -- or multiple scraps -- as they exist in both vim and jedit.

I prefer the vim method : yank / cut to buffer 'a'... 'z'
paste from buffer 'a'

instead of how I remember the codewright version of multiple scraps (too much mouse work ...
by raz
Thu Aug 11, 2005 8:47 pm
Forum: Comments and Suggestions
Topic: feature Request: user tags window/list
Replies: 2
Views: 12908

Thanks for the script!
I'll try it out in the next few days and let you know.

Thanks!

-raz
by raz
Wed Aug 10, 2005 2:12 pm
Forum: Comments and Suggestions
Topic: feature Request: user tags window/list
Replies: 2
Views: 12908

feature Request: user tags window/list

One feature that I liked in jEdit was the plugin for the TODO / FIXME tag window. That is, it would parse the current buffer, and display all the user defined tags, with a brief or full synopsis of the tag.

For example, if I put this in my source code:

// TODO: add better error checking here ...
by raz
Thu Jun 16, 2005 4:53 pm
Forum: General
Topic: toggle smart indent from script?
Replies: 1
Views: 9805

toggle smart indent from script?

Greetings,

I have a script that generates a function / file header that is perterbed by
the smart indent feature. Is there a way to turn it off at the begining of the script and then turn it back on at the end?


The script is in python...

Thanks!
by raz
Thu Mar 17, 2005 4:51 pm
Forum: Reporting a Bug
Topic: tool:fgrep & code folding
Replies: 1
Views: 10848

tool:fgrep & code folding

I'm not sure if this is a bug or by design, but...
when I have code folded (hidden) and perform a tool / fgrep (find in files),
it does not find text that has been folded. This is not what I expect.
Details: C source code, example below
for example:

unfolded:

if (foobar)
{
<blah ...>
target ...
by raz
Tue Feb 08, 2005 2:18 pm
Forum: Code Folding
Topic: feature/behavior request / question
Replies: 0
Views: 30544

feature/behavior request / question

Greetings,

Can I now, or in the future, use code folding to fold only those sections that I specify?

As an example, I have a lot of preprocessor conditionals in my file, but I only want to hide some of them, can I make the preprocessor definitions available in a file or configuration so that the ...
by raz
Tue Feb 08, 2005 2:11 pm
Forum: Reporting a Bug
Topic: Sticky ALT key
Replies: 3
Views: 20406

I have, in fact, just started using a keyboard/monitor switcher -- the change to the new version and the addition of the KVM was nearly simultaneous... I'll blame the KVM too :)

In general the unregistered version is always a little slower than the registered version.

Good reason for me to ...
by raz
Mon Feb 07, 2005 8:35 pm
Forum: Reporting a Bug
Topic: Sticky ALT key
Replies: 3
Views: 20406

The sticky behavior also applies to the CTRL key.
by raz
Mon Feb 07, 2005 4:39 pm
Forum: Reporting a Bug
Topic: Sticky ALT key
Replies: 3
Views: 20406

Sticky ALT key

It appears that in the latest verion (3.94 unregistered), when switching between buffers via the Brief method (ALT -, ALT n) that sometimes the
ALT key gets stuck ON. Pressing and releasing the ALT key will clear the condition, but it took me awhile to figure out what the problem was and what would ...
by raz
Wed Feb 02, 2005 2:14 pm
Forum: General
Topic: window flash on file save...
Replies: 2
Views: 12372

window flash on file save...

Greetings,

I still love this editor -- great job (day 16 of 60)...
But...when I save my file (which is often), the contents of the 'function' window flashes, which is a bit distracting. Is there a way to turn that off? (I assume that is because I have the file reparsed every save, but I like it ...