SourceForge.net | 1 Sep 2004 07:35
Picon
Favicon

[ jedit-Bugs-1020187 ] debian package file broken (short)

Bugs item #1020187, was opened at 2004-09-01 01:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020187&group_id=588

Category: web site
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Udin (udin)
Assigned to: Nobody/Anonymous (nobody)
Summary: debian package file broken (short)

Initial Comment:
When I download the 4.2final.deb I get a 14k file.
Obviously not the .deb.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020187&group_id=588

-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
--

-- 
-----------------------------------------------
(Continue reading)

SourceForge.net | 1 Sep 2004 07:44
Picon
Favicon

[ jedit-Bugs-1020187 ] debian package file broken (short)

Bugs item #1020187, was opened at 2004-09-01 01:35
Message generated for change (Comment added) made by spestov
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020187&group_id=588

Category: web site
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: David Udin (udin)
Assigned to: Nobody/Anonymous (nobody)
Summary: debian package file broken (short)

Initial Comment:
When I download the 4.2final.deb I get a 14k file.
Obviously not the .deb.

----------------------------------------------------------------------

>Comment By: Slava Pestov (spestov)
Date: 2004-09-01 01:44

Message:
Logged In: YES 
user_id=2280

There is no 4.2final.deb -- what you downloaded was a broken
list. And its not on the jEdit web site...

(Continue reading)

SourceForge.net | 1 Sep 2004 15:51
Picon
Favicon

[ jedit-Bugs-1020424 ] Alt-key mnemonics for Windows LAF

Bugs item #1020424, was opened at 2004-09-01 06:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020424&group_id=588

Category: editor core
Group: normal bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Alt-key mnemonics for Windows LAF

Initial Comment:
For both jEdit 4.1 and 4.2:  

When using the Windows look-and-feel (running on 
either Windows XP Home edition or Windows 2000) and 
holding down the ALT key, the Alt-key mnemonics for 
the various menu items do NOT appear.  E.g., for the 
File menu label, F should be underlined; for Edit, E 
should be underlined, etc.

-- javacodeslinger <at> netscape.net

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020424&group_id=588
(Continue reading)

Jan Matousek | 1 Sep 2004 16:14
Picon
Favicon

SpellCheck plugin and encoding

Hi,

I fix SpellCheck plugin to support the "--encoding" aspell command line 
parameter. The main change is that text is sent to aspell in proper 
encoding. I add an option in plugin options dialog box to select encoding.

Can somebody review my changes (I'm not an experienced java developer 
:-)) and check it in cvs?

Jan
Index: SpellCheck/src/cswilly/jeditPlugins/spell/SpellCheckOptionPane.java
===================================================================
RCS file: /cvsroot/jedit/plugins/SpellCheck/src/cswilly/jeditPlugins/spell/SpellCheckOptionPane.java,v
retrieving revision 1.4
diff -u -r1.4 SpellCheckOptionPane.java
--- SpellCheck/src/cswilly/jeditPlugins/spell/SpellCheckOptionPane.java	26 Jul 2002 15:36:20 -0000	1.4
+++ SpellCheck/src/cswilly/jeditPlugins/spell/SpellCheckOptionPane.java	1 Sep 2004 12:24:40 -0000
 <at>  <at>  -47,6 +47,7  <at>  <at> 
   private JRadioButton  _aspellAutoMarkupMode;
   // private JTextField    _aspellMarkupModesField;
   private JTextField    _aspellOtherParamsField;
+  private JComboBox     _aspellEncodingList;

   private static final int ASPELL_OPTION_VERTICAL_STRUT  = 7;

 <at>  <at>  -137,6 +138,27  <at>  <at> 
     // _aspellMarkupModesField.setEditable(false);

(Continue reading)

SourceForge.net | 1 Sep 2004 17:02
Picon
Favicon

[ jedit-Bugs-1020484 ] Perl syntax highlighting fails with qq||

Bugs item #1020484, was opened at 2004-09-01 08:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020484&group_id=588

Category: text area and syntax packages
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Perl syntax highlighting fails with qq||

Initial Comment:
After the following line everything is marked as Text:

qq|LOAD DATA LOCAL INFILE 'table' INTO TABLE table
FIELDS  ESCAPED BY '\'|

(That´s because every enclosed '...' is marked and one
Statement in the String is '\')

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020484&group_id=588

-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
(Continue reading)

SourceForge.net | 1 Sep 2004 21:07
Picon
Favicon

[ jedit-Bugs-1007070 ] 4.2pre15 : Empty comment breaks php syntax highlighting

Bugs item #1007070, was opened at 2004-08-11 00:23
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1007070&group_id=588

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: 4.2pre15 : Empty comment breaks php syntax highlighting

Initial Comment:
Empty comment in 4.2pre15 like this

/**/

breaks syntax highlighting on following lines
displaying everything as a comment.

BTW: Really great editor this one is. 

Phade (phade <at> hot.ee)

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2004-09-01 12:07
(Continue reading)

SourceForge.net | 1 Sep 2004 23:54
Picon
Favicon

[ jedit-Bugs-1018455 ] Backups not created properly

Bugs item #1018455, was opened at 2004-08-29 03:18
Message generated for change (Settings changed) made by spestov
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1018455&group_id=588

Category: editor core
Group: normal bug
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Justin Dieters (enderak)
Assigned to: Nobody/Anonymous (nobody)
Summary: Backups not created properly

Initial Comment:
When the backup directory is set (such as
"~/.jedit/backup"), backups are not created when a file
is saved.  If the backup directory is left blank,
backups are created in the file's directory as normal.  

The proper directory tree is created within the backup
directory for the backup file, but the backup file
itself is not created or written.

Nothing seems is printed to the Activity Log relating
to this problem.

The problem does not seem to occur in Windows XP with
the same backup settings, JDK, and jEdit version.

(Continue reading)

SourceForge.net | 1 Sep 2004 23:57
Picon
Favicon

[ jedit-Bugs-999101 ] Saving file fails if directory is not writable (but file is)

Bugs item #999101, was opened at 2004-07-27 20:57
Message generated for change (Settings changed) made by spestov
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=999101&group_id=588

Category: editor core
Group: None
Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Marcelo Vanzin (vanza)
Assigned to: Nobody/Anonymous (nobody)
Summary: Saving file fails if directory is not writable (but file is)

Initial Comment:
This happens in 4.2pre15. To reproduce this bug, do the
following:

- create a directory (locally) and give ownership of
the directory to some other user (so that your user
cannot create files under that directory)
- create a file under that directory and change the
owner of the file to your user
- edit the file in jEdit and try to save if

This will fail because jEdit will try to create a
temporary file before saving the actual file, and the
user can't create any files on that directory. Maybe
there should be a check to see if the directory is
writable and use some other place (e.g., /tmp) if it's not?
(Continue reading)

SourceForge.net | 2 Sep 2004 00:39
Picon
Favicon

[ jedit-Bugs-1020795 ] Console commands should be short-cut-able

Bugs item #1020795, was opened at 2004-09-01 15:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020795&group_id=588

Category: None
Group: normal bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Kurt Werle (kwerle)
Assigned to: Nobody/Anonymous (nobody)
Summary: Console commands should be short-cut-able

Initial Comment:
I created a great console command that I use all the time.  
Naturally I wanted to make a shortcut for it.  Unfortunately, 
console doesn't support that, so I had to make a beanshell macro

jEdit.getAction("commando.mycommand").invoke(view);

and shortcut the macro.  Seems like a hack, and since macro's can 
be shortcut, seems like new console commands should, too.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020795&group_id=588

-------------------------------------------------------
(Continue reading)

SourceForge.net | 2 Sep 2004 00:55
Picon
Favicon

[ jedit-Bugs-1020795 ] Console commands should be short-cut-able

Bugs item #1020795, was opened at 2004-09-01 18:39
Message generated for change (Comment added) made by spestov
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1020795&group_id=588

Category: None
Group: normal bug
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Kurt Werle (kwerle)
Assigned to: Nobody/Anonymous (nobody)
Summary: Console commands should be short-cut-able

Initial Comment:
I created a great console command that I use all the time.  
Naturally I wanted to make a shortcut for it.  Unfortunately, 
console doesn't support that, so I had to make a beanshell macro

jEdit.getAction("commando.mycommand").invoke(view);

and shortcut the macro.  Seems like a hack, and since macro's can 
be shortcut, seems like new console commands should, too.

----------------------------------------------------------------------

>Comment By: Slava Pestov (spestov)
Date: 2004-09-01 18:55

Message:
(Continue reading)


Gmane