Git Product home page Git Product logo

dxcorecommunityplugins's People

dxcorecommunityplugins's Issues

Add MoveIt facility to reorder blocks with a single keystroke

A request to provide this facility got shunted in this direction from CR
support[1].  It's a generalised form of [2].

As part of reordering code, I'm looking to be able to tetris around
statements or functions in the same way as Ctrl Up and Down work.  Not
looking for any mad UI, just the ability to swap an item with its next or
previous sibling.

I personally think this belongs in the core product.

... Or is this already available?

[1]
http://www.devexpress.com/Support/Center/p/S130885.aspx?searchtext=reorder&p=T4|
P6|0
[2]
http://www.devexpress.com/Support/Center/p/CS60989.aspx?searchtext=reorder&p=T4|
P6|0

Original issue reported on code.google.com by [email protected] on 22 May 2009 at 9:26

DX_PickFromListStringProvider: Trigger lists after template expansion

It would be much nicer if the initial rendering of the template would
produce output similar to a normal field expansion.

In this way the full expansion of the template would be visible (with
defaults) and then arrival on any given "field" would prompt the user with
the options for that "field".


Original issue reported on code.google.com by [email protected] on 28 May 2008 at 9:51

Organize code in regions automatically

Hi,

I was wondering if there are plans to make an addin which organizes the
code automatically in regions. I used to work with regionerate, but this
will mix up the code after installing dxcore. The ClassCleaner is obviously
not designed for VS 2008 and the CR_memberorg does not offer a lot of
functionality. 

Thank you so much in advance for your feedback 

antoschka


Original issue reported on code.google.com by [email protected] on 25 Oct 2008 at 10:05

Code Column Doesn't Show Initially, Must Go To Options First

What steps will reproduce the problem?
1. When I open a solution the mini code column is not there
2. I go into the options page, change the width, click Apply, now it 
appears. (both checkboxes are checked)

What version of the product are you using? On what operating system?

Visual Studio 2008 SP1
Windows XP Pro SP2, Windows XP Media Center Edition, SP3
MiniCodeColumn.dll v1.0.0.353




Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 6:17

RedGreen doesnt honour default background colour when painting

What steps will reproduce the problem?
1. Install Brad Wilson's Dark theme (or any other theme that uses a
non-white background colour)

When painting, RedGreen doesnt use the default background colour and thus
produces a white bar as long as the function definition, just above it.

I also dont agree with the way that this functionality (hiding the Test
Attribute) obscures stuff like:
a) the Test framework type involved
b) any parameters to the Test/Fact attribute
(until I move the caret into the attribute)

If there was a way to just turn it off via an option dialog, that would be
ducky.

(This is a separate issue but I've already added two to the list and I dont
want to go buffing people - exposing some more actions so they can be bound
to keys like TD.NET does would be nice (stuff like rerun the same tests).)

Original issue reported on code.google.com by [email protected] on 19 May 2009 at 11:14

Enhancement: New Plugin

I created a new plugin:
http://code.google.com/p/dxpluginminicodecol/

Is it possible to become a member, so I can add it to your list ?



Original issue reported on code.google.com by [email protected] on 21 Apr 2009 at 7:26

CR_Initials: Customise the Format String

Being an Aussie it is confusing seeing 4/6/2009, although it would be nice 
to program a couple of months into the future and use it now, would make 
deadlines a thing of the past ;).

What I think would be cool is to have access to a format string and have 
the variables exposed.

So have a textbox labelled format string in the config, and have another 
label below it saying that {0} is the Initials, {1} is the fullname, {2} 
is todays date/time or something like that

This way someone can put in Task prefixs if they wanted. eg.

"'MODIFIED: {0} on {2:dd-MMM-yy HH:mm} -"

What you think?

Sorry for misposting into CR_Documentor :( need more sleep

Original issue reported on code.google.com by [email protected] on 14 Apr 2009 at 5:03

Linq format

How about a plugin to format Linq like this :-

var twitter = FluentTwitter.CreateRequest()
                   .AuthenticateAs (USERNAME, PASSWORD)
               .Statuses ()
               .Update   (message)
               .AsJson   ();

Original issue reported on code.google.com by [email protected] on 13 May 2009 at 10:59

Exception when trying to generalize "Sub Fred"

Try to generalize "Sub Fred" in the following code
-------------------------------------------------------------
Public Class Class1

End Class
Public Class Class1Descendant
    Inherits Class1
    Friend Sub New()
    End Sub
    Public Sub Fred()

    End Sub
End Class
-------------------------------------------------------------

Original issue reported on code.google.com by [email protected] on 29 May 2008 at 9:08

MiniCodeColumns Missing Functionality?

I tried rockscroll and loved it but decided to try this thinking it would 
add even more funtionality.



This appears to be missing some basic functionality that is in Rock Scroll.
RockScroll Has indicators for:
-Bookmarks
-Break points.
-Areas of code in which I've currently edited but have not saved.

I don't see any indicators for these on the code view to the right for 
MiniCodeColumn.

In addition to thes items I was hoping this plugin would add indicators 
for where my coderush markers are.

Thanks

Original issue reported on code.google.com by [email protected] on 12 May 2009 at 11:04

Strange picker location when trying to generalize "Sub Fred"

If you try to Generalize "Sub Fred" in the following code, you will be
unable to locate the picker anywhere suitable.

This may well be a DXCore bug.
-------------------------------------------------------------
Public Class Class1Descendant
    Inherits Class1
    Friend Sub New()
    End Sub
    Public Sub Fred()

    End Sub
    Public Sub Fred2()

    End Sub
    Public Sub Fred3()

    End Sub
End Class
Public Class Class1
    Public Sub New()

    End Sub
End Class
-------------------------------------------------------------

Original issue reported on code.google.com by [email protected] on 29 May 2008 at 9:11

CR_ImplementBaseConstructors - Wrong text in constructor summary tag.

Assume I have Flower class. Plant class is base class for Flower.

Generated constructors for Flower class have summary text:
"Initializes a new instance of the Plant class."

Proper text should be:
"Initializes a new instance of the Flower class."

What version of the product are you using? On what operating system?
Plugin version: 1.0.0.67.
DXCore version: 3.0.8, Daily Build 2008 sep 04.


Original issue reported on code.google.com by [email protected] on 29 Sep 2008 at 10:28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.