|
List Info
Thread: WANTED: Tip of the day suggestions for the upcoming release
|
|
| WANTED: Tip of the day suggestions for
the upcoming release |

|
2008-02-26 18:35:15 |
MonoDevelop's "Tip of the Day" dialog currently
has only one tip --
requesting you to send us tips! It would be really nice it
could be
filled up before the final 1.0 release.
The kind of tips we're looking for are concise explanations
of useful
but non-obvious feature, for example:
"The key combination ctrl+space can be used to activate
the code
completion window, if available, anywhere in the code
editor"
"Code navigation and refactoring operations can be
accessed by
right-clicking on the variables, types and members in the
code editor"
"The ASP.NET addin automatically adds member
representing controls in
aspx pages to their corresponding CodeBehind classes"
"The 'override' keyword in C# activates code completion
that can stub
out overrides for virtual and abstract members from base
classes and
implementations of members in the interfaces that the class
implements."
"The 'File>Open file in solution' command allows you
to jump quickly
to any file in the solution"
"Search pads can be 'pinned' so that their results are
not lost when
further searches are performed"
--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: WANTED: Tip of the day suggestions
for the upcoming release |

|
2008-03-07 20:57:20 |
On Tue, Feb 26, 2008 at 7:35 PM, Michael Hutchinson
<m.j.hutchinson gmail.com> wrote:
> MonoDevelop's "Tip of the Day" dialog
currently has only one tip --
> requesting you to send us tips! It would be really
nice it could be
> filled up before the final 1.0 release.
Does no-one but Vladimir have any suggestions for tips? I'll
be
preparing the list on Monday.. so if the tips aren't in by
then, they
won't be in 1.0!
--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: WANTED: Tip of the day suggestions
for the upcoming release |

|
2008-03-08 11:00:11 |
One of the tips could be "if you have more monodevelop
tips; you can
send them to michael hutchinson and they might get included
here in the
next release".
Martin
Michael Hutchinson wrote:
> On Tue, Feb 26, 2008 at 7:35 PM, Michael Hutchinson
> <m.j.hutchinson gmail.com> wrote:
>> MonoDevelop's "Tip of the Day" dialog
currently has only one tip --
>> requesting you to send us tips! It would be really
nice it could be
>> filled up before the final 1.0 release.
>
> Does no-one but Vladimir have any suggestions for tips?
I'll be
> preparing the list on Monday.. so if the tips aren't in
by then, they
> won't be in 1.0!
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: WANTED: Tip of the day suggestions
for the upcoming release |

|
2008-03-08 02:19:45 |
On Sat, Mar 8, 2008 at 12:00 PM, Martin Olsson <mnemo minimum.se> wrote:
> One of the tips could be "if you have more
monodevelop tips; you can
> send them to michael hutchinson and they might get
included here in the
> next release".
Actually, the only tip for the last several years has been
"Suggest a
tip of the day by emailing monodevelop-list lists.ximian.com"
Sadly, it hasn't produced many (any?) results yet, but I
will probably
leave it in.
--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: WANTED: Tip of the day suggestions
for the upcoming release |

|
2008-03-09 07:43:30 |
Meant this to go to the list. Sorry, Michael.
On Sat, Mar 8, 2008 at 3:19 AM, Michael Hutchinson
<m.j.hutchinson gmail.com> wrote:
> Actually, the only tip for the last several years has
been "Suggest a
> tip of the day by emailing monodevelop-list lists.ximian.com"
>
> Sadly, it hasn't produced many (any?) results yet, but
I will probably
> leave it in.
Probably because everyone else, like me, turns off the
"tip of the
day" feature in every new application ASAP.
--
Chris Howie
http://www.chrishowie.com
a>
http
://en.wikipedia.org/wiki/User:Crazycomputers
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: WANTED: Tip of the day suggestions
for the upcoming release |

|
2008-03-09 13:05:23 |
On Sun, Mar 9, 2008 at 7:43 AM, Chris Howie <cdhowie gmail.com> wrote:
> On Sat, Mar 8, 2008 at 3:19 AM, Michael Hutchinson
> <m.j.hutchinson gmail.com> wrote:
> > Actually, the only tip for the last several
years has been "Suggest a
> > tip of the day by emailing monodevelop-list lists.ximian.com"
> >
> > Sadly, it hasn't produced many (any?) results
yet, but I will probably
> > leave it in.
>
> Probably because everyone else, like me, turns off the
"tip of the
> day" feature in every new application ASAP.
Which is why it's been disabled by default for years too
Nonetheless, the original #Develop's MOTD was where I found
out about
several minor but useful features (Ctrl+Space etc), so I'k
like to
have it there if our users want to look through it and maybe
enable
it.
--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: WANTED: Tip of the day suggestions
for the upcoming release |

|
2008-03-10 10:11:35 |
- You can change the targetted runtime - 1.1, 2.0,
Silverlight 1.1 -
by right-clicking on the project name in the Solution tab,
and going
to General -> Runtime Options.
- You can refresh your project file list by right-clicking
on the
project name, and selecting Display Options -> Refresh.
This can be
handy if you use the Version Control Addin and you update /
commit any
of your files externally and need to refresh their updated
status
inside MonoDevelop.
- If you need to use an external assembly in your project,
you can
just add a reference to it by right-clicking on References
and
selecting it from either: the list of assemblies registered
in your
system; a list of projects that are currently loaded in
MonoDevelop;
or any assembly that exists on your filesystem.
- You can control how a file is treated in your project,
whether it is
included in the build, embedded as a resource, included in
deployment,
or ignored yet still be included in the file list. To change
these
options for each file, open the Properties tab by going to
View ->
Properties, and select the file you want from your project
file list.
You can then select how the file is treated by changing the
Build ->
Build Action option the the Properties tab.
- You can add new or open existing Solutions inside other
Solutions,
so you can partition your work accordingly.
andreia
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
[1-7]
|
|