View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005322 | JEDI VCL | 00 JVCL Components | public | 2010-09-03 17:04 | 2011-06-10 16:10 |
Reporter | andersonfranco | Assigned To | AHUser | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.40 | |||
Summary | 0005322: TJvHLEditor is not performing Global Copy/Paste again | ||||
Description | It seems the reported bug http://issuetracker.delphi-jedi.org/view.php?id=4521 is back. I´m using Delphi 2010 and Win7. | ||||
Additional Information | to 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") ); | ||||
Tags | No tags attached. | ||||
|
When you see "above" it means "below". Sorry my bad english :-( |
|
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. |
|
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 |
|
Again, copying the text from this web page worked. I´m lost now. |
|
Maybe there are some non-printable charaters (escape codes) in the text that are lost if you put them in here. |
|
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. |
|
Now I can reproduce the bug. |
|
Fixed in SVN. |
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 |