Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Feature Request: Automatically expand single folders
Feature Request: Automatically expand single folders [message #37268] Wed, 12 November 2008 23:26 Go to next message
Adam Bryzak is currently offline Adam BryzakFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

I have a feature request for Subversive and I wasn't sure where to put
it, so here it is.

In the SVN Repositories view, it would be nice when expanding a
hierarchy of folders, if it was able to automatically expand a series
of single folders, such as packages in Java source (just to save a few
clicks).

Thanks,
Adam Bryzak
Re: Feature Request: Automatically expand single folders [message #37506 is a reply to message #37268] Thu, 13 November 2008 11:50 Go to previous messageGo to next message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Adam,

We reviewed you request and think that this is not a standard behaviour for
trees but we are trying to be consistent with Eclipse.
But if you provide more info why and how this feature could be useful for
users, maybe with more details, we'll review it.
Thanks.

> Hi,
>
> I have a feature request for Subversive and I wasn't sure where to put it,
> so here it is.
>
> In the SVN Repositories view, it would be nice when expanding a hierarchy
> of folders, if it was able to automatically expand a series of single
> folders, such as packages in Java source (just to save a few clicks).
>
> Thanks,
> Adam Bryzak
>
Re: Feature Request: Automatically expand single folders [message #37647 is a reply to message #37506] Thu, 13 November 2008 14:13 Go to previous messageGo to next message
Adam Bryzak is currently offline Adam BryzakFriend
Messages: 3
Registered: July 2009
Junior Member
On 2008-11-13 21:50:47 +1000, "Igor Burilo" <igor.burilo@polarion.org> said:

> Hello Adam,
>
> We reviewed you request and think that this is not a standard behaviour for
> trees but we are trying to be consistent with Eclipse.

The most similar thing in Eclipse is the Java Package Explorer. When
you expand a source folder in a project, instead of showing all the
packages in a hierarchy, it's able to collapse a common package prefix
into a single tree node.

e.g. You have a project called 'server' and all your classes for that
project are in the com.example.server package or a subpackage (lets say
com.example.server.io and com.example.server.util), the package manager
will show a tree node for com.example.server and then child nodes for
the io and util subpackages (if you have the hierarchical package
presentation selected).

The SVN Repositories view could work in a similar way when you expand a
source folder of a Java project. So instead of expanding com, then
example, then server manually you simply expand com and it
automatically expands it to com/example/server (as a single node in the
tree).

> But if you provide more info why and how this feature could be useful for
> users, maybe with more details, we'll review it.

This feature would make it a little quicker and easier for users to
navigate to specific source files in a project (as I often do when my
workspace is on a different branch to the one I need to check).

Thanks for considering my suggestion,
Adam Bryzak

>
>> Hi,
>>
>> I have a feature request for Subversive and I wasn't sure where to put it,
>> so here it is.
>>
>> In the SVN Repositories view, it would be nice when expanding a hierarchy
>> of folders, if it was able to automatically expand a series of single
>> folders, such as packages in Java source (just to save a few clicks).
>>
>> Thanks,
>> Adam Bryzak
Re: Feature Request: Automatically expand single folders [message #37713 is a reply to message #37647] Fri, 14 November 2008 02:28 Go to previous messageGo to next message
Adam Bryzak is currently offline Adam BryzakFriend
Messages: 3
Registered: July 2009
Junior Member
On 2008-11-14 00:13:09 +1000, Adam Bryzak <abryzak@gmail.com> said:

> On 2008-11-13 21:50:47 +1000, "Igor Burilo" <igor.burilo@polarion.org> said:
>
>> Hello Adam,
>>
>> We reviewed you request and think that this is not a standard behaviour for
>> trees but we are trying to be consistent with Eclipse.
>
> The most similar thing in Eclipse is the Java Package Explorer. When
> you expand a source folder in a project, instead of showing all the
> packages in a hierarchy, it's able to collapse a common package prefix
> into a single tree node.

I found two more examples of this. The Synchronize view defaults to the
"Compressed folders" presentation which demonstrates most of what I'd
like to do (except that subfolders aren't child nodes of the compressed
folder). The History view also will collapse folders when its set to
Hierarchical Affected Path Layout. The history view shows exactly how I
think it should behave.

Adam

>
> e.g. You have a project called 'server' and all your classes for that
> project are in the com.example.server package or a subpackage (lets say
> com.example.server.io and com.example.server.util), the package manager
> will show a tree node for com.example.server and then child nodes for
> the io and util subpackages (if you have the hierarchical package
> presentation selected).
>
> The SVN Repositories view could work in a similar way when you expand a
> source folder of a Java project. So instead of expanding com, then
> example, then server manually you simply expand com and it
> automatically expands it to com/example/server (as a single node in the
> tree).
>
>> But if you provide more info why and how this feature could be useful for
>> users, maybe with more details, we'll review it.
>
> This feature would make it a little quicker and easier for users to
> navigate to specific source files in a project (as I often do when my
> workspace is on a different branch to the one I need to check).
>
> Thanks for considering my suggestion,
> Adam Bryzak
>
>>
>>> Hi,
>>>
>>> I have a feature request for Subversive and I wasn't sure where to put it,
>>> so here it is.
>>>
>>> In the SVN Repositories view, it would be nice when expanding a hierarchy
>>> of folders, if it was able to automatically expand a series of single
>>> folders, such as packages in Java source (just to save a few clicks).
>>>
>>> Thanks,
>>> Adam Bryzak
Re: Feature Request: Automatically expand single folders [message #38265 is a reply to message #37713] Thu, 20 November 2008 14:40 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Adam,

In SVN Repositories view we work with remote resources in contrast to
Package Explorer which works with local resources and in order to achieve
such a behaviour we need to add extra processing which in the end will
decrease responsiveness.

> On 2008-11-14 00:13:09 +1000, Adam Bryzak <abryzak@gmail.com> said:
>
>> On 2008-11-13 21:50:47 +1000, "Igor Burilo" <igor.burilo@polarion.org>
>> said:
>>
>>> Hello Adam,
>>>
>>> We reviewed you request and think that this is not a standard behaviour
>>> for
>>> trees but we are trying to be consistent with Eclipse.
>>
>> The most similar thing in Eclipse is the Java Package Explorer. When you
>> expand a source folder in a project, instead of showing all the packages
>> in a hierarchy, it's able to collapse a common package prefix into a
>> single tree node.
>
> I found two more examples of this. The Synchronize view defaults to the
> "Compressed folders" presentation which demonstrates most of what I'd like
> to do (except that subfolders aren't child nodes of the compressed
> folder). The History view also will collapse folders when its set to
> Hierarchical Affected Path Layout. The history view shows exactly how I
> think it should behave.
>
> Adam
>
>>
>> e.g. You have a project called 'server' and all your classes for that
>> project are in the com.example.server package or a subpackage (lets say
>> com.example.server.io and com.example.server.util), the package manager
>> will show a tree node for com.example.server and then child nodes for the
>> io and util subpackages (if you have the hierarchical package
>> presentation selected).
>>
>> The SVN Repositories view could work in a similar way when you expand a
>> source folder of a Java project. So instead of expanding com, then
>> example, then server manually you simply expand com and it automatically
>> expands it to com/example/server (as a single node in the tree).
>>
>>> But if you provide more info why and how this feature could be useful
>>> for
>>> users, maybe with more details, we'll review it.
>>
>> This feature would make it a little quicker and easier for users to
>> navigate to specific source files in a project (as I often do when my
>> workspace is on a different branch to the one I need to check).
>>
>> Thanks for considering my suggestion,
>> Adam Bryzak
>>
>>>
>>>> Hi,
>>>>
>>>> I have a feature request for Subversive and I wasn't sure where to put
>>>> it,
>>>> so here it is.
>>>>
>>>> In the SVN Repositories view, it would be nice when expanding a
>>>> hierarchy
>>>> of folders, if it was able to automatically expand a series of single
>>>> folders, such as packages in Java source (just to save a few clicks).
>>>>
>>>> Thanks,
>>>> Adam Bryzak
>
>
Previous Topic:Find/Check out as... and svn:externals
Next Topic:Autoupdate after upload adn Maximize compare dialog in commit dialog
Goto Forum:
  


Current Time: Tue Apr 16 15:36:08 GMT 2024

Powered by FUDForum. Page generated in 1.39968 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top