Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 219589 Details for
Bug 386472
[block selection] Block selection editing does not work with Korean encoding
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
patch386472.txt (text/plain), 1.33 KB, created by
Szymon Ptaszkiewicz
on 2012-08-06 08:52:38 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Szymon Ptaszkiewicz
Created:
2012-08-06 08:52:38 EDT
Size:
1.33 KB
patch
obsolete
>diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/SelectionProcessor.java b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/SelectionProcessor.java >index a7733f5..1422168 100644 >--- a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/SelectionProcessor.java >+++ b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/SelectionProcessor.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2009, 2010 Avaloq Evolution AG and others. >+ * Copyright (c) 2009, 2012 Avaloq Evolution AG and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -7,6 +7,7 @@ > * > * Contributors: > * Tom Eicher (Avaloq Evolution AG) - initial API and implementation >+ * Szymon Ptaszkiewicz (IBM Corporation) - ongoing development > *******************************************************************************/ > package org.eclipse.jface.internal.text; > >@@ -487,6 +488,8 @@ > * <code>[0,fTabWidth]</code> > */ > private int visualSizeIncrement(char character, int visual) { >+ if (character > 255) >+ return 2; > if (character != '\t') > return 1; > if (fTabWidth <= 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
daniel_megert
:
review-
Actions:
View
|
Diff
Attachments on
bug 386472
:
219474
|
219475
|
219515
|
219589
|
219595
|
219602
|
222508
|
222518