SourceForge.net | 1 Apr 2007 14:36
Picon
Favicon

[ jedit-Bugs-1692315 ] SideKick shouldn't insert backspace char in buffer

Bugs item #1692315, was opened at 2007-04-01 08:36
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=1692315&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: plugin API
Group: normal bug
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Robert McKinnon (robmckinnon)
Assigned to: Alan Ezust (ezust)
Summary: SideKick shouldn't insert backspace char in buffer

Initial Comment:
In SideKickCompletionPopup.java, line 311 shouldn't be executed if char is the backspace char, i.e. we
shouldn't insert the backspace char into the text buffer.

Was:

private void keyTyped(char ch)
{
  if(complete == null || complete.size() == 0)
  {
    view.getTextArea().userInput(ch);
    dispose();
(Continue reading)

SourceForge.net | 1 Apr 2007 18:53
Picon
Favicon

[ jedit-Patches-1692315 ] SideKick shouldn't insert backspace char in buffer

Patches item #1692315, was opened at 2007-04-01 05:36
Message generated for change (Settings changed) made by ezust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1692315&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: None
>Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Robert McKinnon (robmckinnon)
Assigned to: Alan Ezust (ezust)
Summary: SideKick shouldn't insert backspace char in buffer

Initial Comment:
In SideKickCompletionPopup.java, line 311 shouldn't be executed if char is the backspace char, i.e. we
shouldn't insert the backspace char into the text buffer.

Was:

private void keyTyped(char ch)
{
  if(complete == null || complete.size() == 0)
  {
    view.getTextArea().userInput(ch);
    dispose();
(Continue reading)

SourceForge.net | 1 Apr 2007 21:32
Picon
Favicon

[ jedit-Patches-1687684 ] Improve encoding handling especially for UTF-16, UTF-32

Patches item #1687684, was opened at 2007-03-24 20:33
Message generated for change (Settings changed) made by ezust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1687684&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Kazutoshi Satoda (k_satoda)
Assigned to: Björn Kautler (vampire0)
Summary: Improve encoding handling especially for UTF-16, UTF-32

Initial Comment:
This patch is a large improvement about handling of
text encodings. This is also a preparation to improve
encoding auto detection. If this patch is accepted, I
will submit a next one which depends on this.

* User visible changes
  - User can control the endian of UTF-16 or UTF-32
    via new encoding names, x-UTF-16LE-BOM,
    X-UTF-32LE-BOM, X-UTF-32BE-BOM. These names are
    supported by Java SE 6. For older environments,
    jEdit also emulates these encodings.
(Continue reading)

SourceForge.net | 1 Apr 2007 21:52
Picon
Favicon

[ jedit-Patches-1687138 ] Patch - Preserve indent style after autoindentation

Patches item #1687138, was opened at 2007-03-23 14:07
Message generated for change (Comment added) made by ezust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1687138&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: Rejected
Priority: 5
Private: No
Submitted By: Nyte (nyte7)
Assigned to: Alan Ezust (ezust)
Summary: Patch - Preserve indent style after autoindentation

Initial Comment:
This patch will preserve indentation style of the previous line.

For instance, if tabs were set to a size of 2 and the user tabbed 2 times and pressed space 2 times, the
auto-indent feature will cause the next line to consist of 3 tabs.

This patch checks the previous lines indentation style and then copies it during the auto-indent stage.

A new function was added in StandardUtilities.java and the call to the auto-indent was changed to reflect
the new function in JEditBuffer.java.

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

SourceForge.net | 1 Apr 2007 21:54
Picon
Favicon

[ jedit-Plugin Central Submission-1692500 ] FTP 0.9.1

Plugin Central Submission item #1692500, was opened at 2007-04-01 19:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=625093&aid=1692500&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Nicholas O'Leary (olearyni)
Assigned to: Nobody/Anonymous (nobody)
Summary: FTP 0.9.1

Initial Comment:
Name: FTP

Version: 0.9.1

Requirements:
- jEdit 4.3pre4
- jsch-0.1.32 and jzlib - provided by jsch.jar

Changes:
Various Fixes:
 - password/phrase dialog boxes were not properly modal
 - passphrases are remembered within a session - so you are only prompted once for a particular connection.
(Continue reading)

SourceForge.net | 2 Apr 2007 00:01
Picon
Favicon

[ jedit-Plugin Central Submission-1692500 ] FTP 0.9.1

Plugin Central Submission item #1692500, was opened at 2007-04-01 12:54
Message generated for change (Settings changed) made by ezust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=625093&aid=1692500&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Nicholas O'Leary (olearyni)
>Assigned to: Alan Ezust (ezust)
Summary: FTP 0.9.1

Initial Comment:
Name: FTP

Version: 0.9.1

Requirements:
- jEdit 4.3pre4
- jsch-0.1.32 and jzlib - provided by jsch.jar

Changes:
Various Fixes:
 - password/phrase dialog boxes were not properly modal
 - passphrases are remembered within a session - so you are only prompted once for a particular connection.
(Continue reading)

SourceForge.net | 2 Apr 2007 01:20
Picon
Favicon

[ jedit-Plugin Central Submission-1692500 ] FTP 0.9.1

Plugin Central Submission item #1692500, was opened at 2007-04-01 12:54
Message generated for change (Comment added) made by ezust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=625093&aid=1692500&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Nicholas O'Leary (olearyni)
Assigned to: Alan Ezust (ezust)
Summary: FTP 0.9.1

Initial Comment:
Name: FTP

Version: 0.9.1

Requirements:
- jEdit 4.3pre4
- jsch-0.1.32 and jzlib - provided by jsch.jar

Changes:
Various Fixes:
 - password/phrase dialog boxes were not properly modal
 - passphrases are remembered within a session - so you are only prompted once for a particular connection.
(Continue reading)

SourceForge.net | 2 Apr 2007 01:32
Picon
Favicon

[ jedit-Patches-1692315 ] SideKick shouldn't insert backspace char in buffer

Patches item #1692315, was opened at 2007-04-01 05:36
Message generated for change (Comment added) made by ezust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1692315&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Robert McKinnon (robmckinnon)
Assigned to: Alan Ezust (ezust)
Summary: SideKick shouldn't insert backspace char in buffer

Initial Comment:
In SideKickCompletionPopup.java, line 311 shouldn't be executed if char is the backspace char, i.e. we
shouldn't insert the backspace char into the text buffer.

Was:

private void keyTyped(char ch)
{
  if(complete == null || complete.size() == 0)
  {
    view.getTextArea().userInput(ch);
    dispose();
(Continue reading)

SourceForge.net | 2 Apr 2007 01:40
Picon
Favicon

[ jedit-Plugin Bugs-1691416 ] JavaSideKick: some annotations cause the parser to fail

Plugin Bugs item #1691416, was opened at 2007-03-30 09:17
Message generated for change (Comment added) made by ezust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1691416&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Alan Ezust (ezust)
Assigned to: Dale Anson (daleanson)
Summary: JavaSideKick: some annotations cause the parser to fail

Initial Comment:
Take a look at some code that uses findbugs annotations with lots of  <at>  signs outside comments and without
terminating semicolons.

For example, plugins/Cipher/trunk/src/cipher/DefaultCipherDialog.

JavaSideKick can't parse it.

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

>Comment By: Alan Ezust (ezust)
Date: 2007-04-01 16:40
(Continue reading)

SourceForge.net | 2 Apr 2007 03:59
Picon
Favicon

[ jedit-Plugin Bugs-1691416 ] JavaSideKick: some annotations cause the parser to fail

Plugin Bugs item #1691416, was opened at 2007-03-30 09:17
Message generated for change (Comment added) made by daleanson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1691416&group_id=588

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Alan Ezust (ezust)
Assigned to: Dale Anson (daleanson)
Summary: JavaSideKick: some annotations cause the parser to fail

Initial Comment:
Take a look at some code that uses findbugs annotations with lots of  <at>  signs outside comments and without
terminating semicolons.

For example, plugins/Cipher/trunk/src/cipher/DefaultCipherDialog.

JavaSideKick can't parse it.

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

>Comment By: Dale Anson (daleanson)
Date: 2007-04-01 18:59
(Continue reading)


Gmane