View Issue Details

IDProjectCategoryView StatusLast Update
0005322JEDI VCL00 JVCL Componentspublic2011-06-10 16:10
ReporterandersonfrancoAssigned ToAHUser 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.40 
Summary0005322: TJvHLEditor is not performing Global Copy/Paste again
DescriptionIt seems the reported bug http://issuetracker.delphi-jedi.org/view.php?id=4521 is back.

I´m using Delphi 2010 and Win7.
Additional Informationto reproduce:
1) create a new application
2) put a TJvHLEditor
3) execute
4) Copy the text above and past it in JvHLEditor. The text won´t be exactly the same.


/* Table: TEST, Owner: SYSDBA */

CREATE TABLE "TEST"
(
  "C1" INTEGER NOT NULL,
  "C2" NUMERIC(12, 2),
  "C3" VARCHAR(40) COLLATE PXW_INTL850,
CONSTRAINT "PK_TEST" PRIMARY KEY ("C1")
);

TagsNo tags attached.

Activities

andersonfranco

2010-09-03 18:38

reporter   ~0017641

When you see "above" it means "below". Sorry my bad english :-(

AHUser

2010-09-03 18:46

developer   ~0017642

I can't reproduce this. The CREATE TABLE appears as expected in the editor.

1. Create a new VCL Delphi Win32 Forms-Application
2. Put a TJvHLEditor component on the form
3. Save the project
4. Compile and Run the application
5. Paste "/* Table: TEST, ...." text into the editor.

andersonfranco

2010-09-03 19:06

reporter   ~0017643

You are right! Copying the text from here worked properly.

I tried on with another piece of firebird script, copying from notepad to JvHLEdit:

CREATE TABLE "TELE"
(
  "CODIGO" INTEGER NOT NULL,
  "DATA" DATE,
  "PERIODO" VARCHAR(1) COLLATE PXW_INTL850,
CONSTRAINT "PK_TELE" PRIMARY KEY ("CODIGO")
);

And I got the following result: http://www.bitbar.com.br/pub/jvHLEditor.png

andersonfranco

2010-09-03 19:09

reporter   ~0017644

Again, copying the text from this web page worked. I´m lost now.

AHUser

2010-09-03 20:35

developer   ~0017645

Maybe there are some non-printable charaters (escape codes) in the text that are lost if you put them in here.

andersonfranco

2010-09-03 21:24

reporter   ~0017646

I´ve looked at code with an hex editor and I could only see tabs (0000009) which I believe are normal in a text.

If you don´t mind, could you to try copy/paste with the files, please ? The first one is ok, but second doen´t work.

http://www.bitbar.com.br/pub/without-tabs.txt
http://www.bitbar.com.br/pub/with-tabs.txt

Thank you.

AHUser

2010-09-03 22:27

developer   ~0017647

Now I can reproduce the bug.

AHUser

2010-09-03 23:25

developer   ~0017648

Fixed in SVN.

Issue History

Date Modified Username Field Change
2010-09-03 17:04 andersonfranco New Issue
2010-09-03 18:38 andersonfranco Note Added: 0017641
2010-09-03 18:46 AHUser Note Added: 0017642
2010-09-03 18:46 AHUser Assigned To => AHUser
2010-09-03 18:46 AHUser Status new => feedback
2010-09-03 19:06 andersonfranco Note Added: 0017643
2010-09-03 19:09 andersonfranco Note Added: 0017644
2010-09-03 20:35 AHUser Note Added: 0017645
2010-09-03 21:24 andersonfranco Note Added: 0017646
2010-09-03 22:27 AHUser Note Added: 0017647
2010-09-03 23:25 AHUser Note Added: 0017648
2010-09-03 23:25 AHUser Status feedback => resolved
2010-09-03 23:25 AHUser Fixed in Version => Daily / SVN
2010-09-03 23:25 AHUser Resolution open => fixed
2011-06-10 16:10 obones Fixed in Version Daily / SVN => 3.40