Rename on Navigator in Project Explorer

Posts   
 
    
rblock avatar
rblock
User
Posts: 71
Joined: 13-Mar-2009
# Posted on: 18-Apr-2012 20:07:16   

Hi,

when I try to rename elements in the Project Explorer tree, e. g. in Navigators, after right clicking and select Rename, I got the element above.

Another thing is, when I rename it sometimes it is not really accepted or some characters still lower case (I've to rename all elements because shit Oracle converts all to upper case and after generating the entyties all, except the first characters, lower case.

Sighing greetings

Reiner

EDIT: PS. Where's the screenshot I attached? confused

Attachments
Filename File size Added on Approval
LLBLGen Pro 3.5 Current, Navigators Rename bug.png 26,700 18-Apr-2012 20:08.23 Approved
rblock avatar
rblock
User
Posts: 71
Joined: 13-Mar-2009
# Posted on: 18-Apr-2012 20:12:55   

Another try to add the screenshots.

Attachments
Filename File size Added on Approval
LLBLGen Pro 3.5 Current, Navigators Rename bug 2.jpg 77,471 18-Apr-2012 20:13.07 Approved
LLBLGen Pro 3.5 Current, Navigators Rename bug 3.jpg 149,979 18-Apr-2012 20:16.13 Approved
daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Apr-2012 06:31:46   

rblock wrote:

Hi,

when I try to rename elements in the Project Explorer tree, e. g. in Navigators, after right clicking and select Rename, I got the element above.

Hi! I can't see your images. Strange, maybe because the long name and the special characters in the filename, please try again with simple and tiny filenames.

Also, What LLBLGen build are you using? (Make sure you are using the latest v3.5 build): http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7717

rblock wrote:

Another thing is, when I rename it sometimes it is not really accepted or some characters still lower case (I've to rename all elements because shit Oracle converts all to upper case and after generating the entyties all, except the first characters, lower case.

Sorry, I don't follow you here. Please provide a step-by-step description of a reproducible scenario.

rblock wrote:

EDIT: PS. Where's the screenshot I attached? confused

Weird, please retry with sorter names, just letters, no spaces.

David Elizondo | LLBLGen Support Team
rblock avatar
rblock
User
Posts: 71
Joined: 13-Mar-2009
# Posted on: 19-Apr-2012 08:39:59   

Hi David,

daelmo wrote:

I can't see your images. Strange, maybe because the long name and the special characters in the filename, please try again with simple and tiny filenames.

Also, What LLBLGen build are you using?

The first could be because the files where not approved. Now it is visible when U click on the staple and then on the links. simple_smile

Sorry, I use the current build of version 3.5.

The latter one forget because it is the first time I've to work with this shit Oracle and it converts all names to upper case. And I'd not changed the project settings 'Element Name Construction' where 'Enforce pascal casing always' and 'Make element name pascal casing' must be deactivated.

But the rest still appears that if I right click on a tree element and select Rename that not the name of active element where I clicked on appears but the name of the next one. sunglasses

O.k. I've to go on because my DB has about 120 tables and about 170 connections which names I all have to change by hand. cry

Changing greetings

Reiner

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 19-Apr-2012 10:42:35   

You can use the 'Element Search' to work on a model from code. As it compiles the query you specify to native code and runs it, you can e.g. do:

// do rename stuff here

// return data to fulfill the query here.

this way you might get the stuff done without a lot of clicking...

(edit) the Rename of the navigators under the relationships bug: reproduced. Workaround: rename the navigators directly under the entity. I can only reproduce the 'wrong element selected for rename' issue when I right-click a navigator below a relationship.

We'll look into fixing the bug a.s.a.p.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 20-Apr-2012 11:33:50   

Fixed in next build (April 20th)

Frans Bouma | Lead developer LLBLGen Pro
rblock avatar
rblock
User
Posts: 71
Joined: 13-Mar-2009
# Posted on: 23-Apr-2012 10:37:22   

Hi,

I installed it and it works now as expected. smile

Thankful greetings

Reiner