Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-20 Thread Lluis Sanchez Gual
Xamarin Studio / MonoDevelop is not really going to use MVVM, it will use MVC.

> El 18/11/2014, a les 21:33, Daniel Hughes  va escriure:
> 
> Jonathan can you comment on Xamarins plans for MVVM with Xamarin
> Studio/MonoDevelop, can we expect GTK# support to be added to
> MVVMCross, or is there some other approach you will be taking.
> 
> Cheers,
> Daniel Hughes
> 
> On Wed, Nov 19, 2014 at 4:46 AM, Jonathan Pryor  wrote:
>> On Nov 17, 2014, at 10:55 PM, Edward Ned Harvey (mono) 
>>  wrote:
>>> The fact that XS/MD is or was based on Xwt is a good sign
>> 
>> "based on" might be a bit strong. It *uses* Xwt.
>> 
>> Most of the current Xamarin Studio/MonoDevelop code is based on Gtk#. 
>> *Parts* were done in Xwt so that those parts could use the platform-native 
>> UI and share code with Visual Studio (e.g. File > Open, the Android 
>> designer), but most was written in, and continues to be in, Gtk#.
>> 
>> - Jon
>> 
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] monodevelop perforce addin work

2013-07-09 Thread Lluis Sanchez Gual
The ids of the CommandItem elements must match the ids of the commands. Also, 
make sure you define an enum value for each command. See 
http://monodevelop.com/Developers/Articles/The_Command_System. 

El 02/07/2013, a las 10:07, Ian Norton  escribió:

> Hiya,
> 
> I'm trying to add some command extensions for my p4 addin for monodevelop, 
> I've got a bit lost.
> 
> https://github.com/inorton/XR.Mono.Perforce/blob/master/XR.MonoDevelop.Perforce/XR.MonoDevelop.Perforce.addin.xml
> 
> The xml results in  menu items rather than "Edit file.." or 
> "Submit changes.." as I wanted. Any help would be greatly appreciated.
> 
> Ian
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.8 released

2011-10-05 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.8.

MonoDevelop is an IDE primarily designed for C# and other .NET languages. 
MonoDevelop enables developers to quickly write desktop and ASP.NET Web 
applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for 
developers to port .NET applications created with Visual Studio to Linux and 
Mac OS maintaining a single code base for all platforms.

The official announcement is available here:

http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.8

A detailed description of the features included in this release is available 
here:

http://monodevelop.com/Download/What's_new_in_MonoDevelop_2.8

Many thanks to everybody that made possible this release.
Enjoy!

The MonoDevelop Team.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.6 Beta 3 released

2011-05-24 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.6
Beta 3 (2.5.92). This is the third release of a series of releases that
will lead to MonoDevelop 2.6.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release contains lots of bug fixes. Check the release notes to know
more about the changes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.6_Beta_3

A more complete description of what's new in MonoDevelop 2.6 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.6

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.6 Beta 2 released

2011-04-14 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.6
Beta 2. This is the second release of a series of releases that will
lead to MonoDevelop 2.6.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release contains lots of new features and improvements. Here is a
summary of the new features:

  * Version Control
  * Added option for creating a Git repository when creating
a new solution
  * New commands for creating, applying and managing Git
stashes
  * Greatly improved Git log performance
  * Support for search in log view
  * Allow overriding the author when committing
  * Added rebase command
  * Added support for local repositories
  * Added wrapping option to the commit message style
settings
  * Project Model
  * Added commands for importing/exporting policies
  * Support for external display bindings
  * Improved compatibility with Visual Studio file formats
  * Source Editing
  * Improved performance of the text editor
  * Improved on-the-fly formatting
  * Debugger
  * Improved handling of breakpoints. Breakpoints in invalid
locations are not better detected.
  * Tools
  * The export-project tool now allows specifying which
projects of a solution should be exported.
  * Mac OSX
  * The gettext add-in is now supported in Mac
  * Added support for creating Mac bundles using `mdtool`.
  * C / C++
  * Basic support for the Go-to-declaration command


A more complete description of what's new in MonoDevelop 2.6 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.6

Release notes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.6_Beta_2

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.6 Beta 1 released

2011-03-01 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.6
Beta 1. This is the first release of a series of releases that
will lead to MonoDevelop 2.6.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release contains lots of new features and improvements. Here is a
summary of the new features:

  * Version Control
  * Support for GIT
  * Improved version control views
  * New conflict resolution window
  * Project Model
  * User defined policies
  * Improved support for xbuild/MSBuild
  * Support for .NET 4.0
  * New Add Folder to Project command
  * Source Editing
  * MCS based parser and formatting engine
  * New C# formatting options dialog
  * New path bar
  * VI mode improvements
  * DocFood add-in
  * Improved XML editing experience
  * Debugger
  * IL disassembly view
  * Catchpoints and conditional breakpoints in the Win32
debugger
  * Improved support for debugging anonymous methods and
iterators
  * New Stop Evaluation command
  * Tools
  * Improved T4 Templating Engine
  * Mac OSX
  * Native file dialogs
  * C / C++
  * Improved symbol navigation and completion using ctags.
  * Limited navigation and completion support for the
default OSX ctags
  * Rudimentary project support for Objective C has been
added.
  * Add-in management
  * New add-in manager window

A more complete description of what's new in MonoDevelop 2.6 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.6

Release notes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.6_Beta_1

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono.Addins 0.6 released

2011-02-25 Thread Lluis Sanchez Gual
Hi,

I'm pleased to announce the release of Mono.Addins 0.6.

Mono.Addins is a generic framework for creating extensible applications,
and for creating libraries which extend applications.

The 0.6 release of Mono.Addins includes many improvements, bug fixes and
new features:

  * Add-in engine
  * Add-in name and description can now be localized. There
are new custom attributes for defining them, and can
also be specified as xml elements in an add-in manifest
instead of attributes.
  * Support for custom add-in properties. It is now possible
to specify arbitrary properties in add-ins, which can be
queried at install time (using the Mono.Addins.Setup
API) or at run-time.
  * Custom extension attributes now allow specifying an
extension path. In this way it is now possible to use a
single custom attribute to define extensions for
different extension points.
  * The default add-in directory and the add-in database
directory can now be customized. In previous releases,
those directories were always created as a subdirectory
of the main registry directory. In this release, the
location can be set to any directory.
  * Improved error reporting when a dependency is missing.
  * Added support for specifying the type of the content of
string node attributes. This information is used for
documentation purposes only.
  * The Cecil based reflector now uses the new Cecil/Light,
which is smaller and faster
  * Add-in management
  * Added support for enabling/disabling registered
repositories.
  * Added support for downloable support files, to be used
for package icons, screenshots, etc.
  * New and improved add-in manager for GTK#. The user
interface has been completely redesigned to make it more
usable. Add-in updates are more visible and easy to
install. The add-in gallery is integrated in the main
window, and can show custom add-in icons and preview
images.
  * Added new API for accessing custom add-in properties,
even before installing them.
  * Included information about download size.
  * Bug fixes:
  * Allow overwriting files when installing.
  * Fixed add-in unloading issues.
  * Fixed crash when running in .NET 4.0
  * AddinRepository.LastModified is always 01.01.1900
00:00:00
  * Addin registry access/creation errors when accessed via
UNC path
  * Addin discovery/loading fails when running Visual Studio
unit tests
  * ImportAddinAssemblyAttribute can't be used multiple
times
  * Fix bug in GetAvailableAddin.
  * Fix add-in database issue when the last add-in of a
folder is deleted or upgraded
  * Don't allow inheriting CustomExtension attributes. The
attribute must be explicitly applied to classes to be
marked as extensions.

If you are interested in knowing more about Mono.Addins, take a look at
http://monoaddins.codeplex.com/documentation.

You can download the source code from:
http://monoaddins.codeplex.com/releases/view/61370

and from GitHub:
https://github.com/mono/mono-addins/tree/mono-addins-0.6

Enjoy!
Lluis.


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.4.2 released

2011-01-19 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.4.2.

This is a release based on the 2.4 stable branch, and includes several
bug fixes and some feature improvements.

Release notes:
http://monodevelop.com/Download/MonoDevelop_2.4.2_Released

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] http://go-mono.com/md/ -> monodevelop repository site dead

2010-10-14 Thread Lluis Sanchez Gual
This url is not used anymore. MonoDevelop automatically registers the
correct add-in repository, so you don't have to do it manually.

Lluis.

El dc 13 de 10 de 2010 a les 14:11 +0200, en/na Tomasz Kubacki va
escriure:
> after visiting: http://go-mono.com/md/
> 
> i get:
> 
> Access forbidden!
> 
> You don't have permission to access the requested directory. There is
> either no index document or the directory is read-protected.
> 
> If you think this is a server error, please contact the webmaster.
> 
> Error 403
> 
> go-mono.com
> Wed Oct 13 08:09:15 2010
> Apache
> 
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.4 released

2010-06-16 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.4.

MonoDevelop is an IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and Mac OS maintaining a single code base for all
platforms.

The official announcement is available here:

http://www.monodevelop.com/Download/MonoDevelop_2.4_Released

A detailed description of the features included in this release is
available here:

http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.4

Many thanks to everybody that made possible this release.
Enjoy!

The MonoDevelop Team.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Licencing.

2010-06-09 Thread Lluis Sanchez Gual
El dc 09 de 06 de 2010 a les 14:17 +0530, en/na Akshar Patel va
escriure:
> I need to know if I use mono and make open source but non-free
> applications in Linux, do I have to purchase a commercial license?

No. See http://mono-project.com/FAQ:_Licensing.

Lluis.


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.4 Beta 2 released

2010-05-26 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.4
Beta 2 (2.3.1). This is the second release of a series of releases that
will lead to MonoDevelop 2.4.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release contains lots of bug fixes. Check the release notes to know
more about the changes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.4_Beta_2

A more complete description of what's new in MonoDevelop 2.4 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.4

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono.Addins 0.5 released

2010-05-25 Thread Lluis Sanchez Gual
Hi,

I'm pleased to announce the release of Mono.Addins 0.5.

Mono.Addins is a generic framework for creating extensible applications,
and for creating libraries which extend applications.

The 0.5 release of Mono.Addins comes packed with new features,
including:

  * User defined custom attributes can now be used to declare
extensions and add-in metadata. 
  * The new AddinEngine class allows hosting several independent
add-in engines in a single application domain. 
  * Improved lazy loading of add-ins. More information is now lazy
loaded. 
  * An XML manifest can now be split in several files embedded as
resources in an assembly. 
  * More add-in information can be declared using custom attributes
instead of an XML manifest: author list, imported files and
assemblies, optional modules, localizers. 
  * Added new API based on generic methods and collections. 
  * New MSBuild tasks file and target, which allows using add-in
references directly in a build file (still experimental). 
  * Reorganized the samples directory. 
  * New and improved documentation.
  * Many bug fixes.

Another important change is that Mono.Addins is now hosted in CodePlex:
http://monoaddins.codeplex.com

If you are interested in knowing more about Mono.Addins, take a look at
http://monoaddins.codeplex.com/documentation. The new Programming Guide
document shows some of the new features of this release.

You can download the source code from:
http://monoaddins.codeplex.com/releases/view/45628

Enjoy!
Lluis.


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] MonoDevelop 2.4 Beta 1 released

2010-05-07 Thread Lluis Sanchez Gual
El dj 06 de 05 de 2010 a les 21:16 -0400, en/na Christopher David Howie
va escriure:
> On 05/06/2010 09:06 PM, Mike Christensen wrote:
> > When I'm debugging, I use the Immediate window quite a bit to "mock up
> > code" before I change my program, and some polishing up on the
> > MonoDevelop immediate window would go a long way.  The more this could
> > be like Visual Studio, the better.  (I'm sure you guys hear that one a
> > lot).  Any chance of fixing some of these issues before the final
> > bits?  Thanks!!
> 
> Hopefully even support lambdas and loops, neither of which the VS
> immediate window supports, but that Mono's interactive csharp compiler
> has supported for a long time...

The immediate window is just an expression evaluator, no code generation
is involved. I might be able to hack support for loops, but there is no
way we can support lambdas.

To fully support the interactive csharp compiler, it would have to be
loaded in the debugged process, but that would be very intrusive and
would do more harm than good.

Lluis.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] MonoDevelop 2.4 Beta 1 released

2010-05-07 Thread Lluis Sanchez Gual
El dj 06 de 05 de 2010 a les 18:06 -0700, en/na Mike Christensen va
escriure:
> This is awesome, I just installed this on my Mac and looks very good.
> No glaring bugs or anything.  I have a few questions about the
> Immediate window.  It seems to be read-only.  First off, I cannot
> declare a new variable:
> 
> > string s = "Hello";
> EOF expected

The syntax is:

var s = "hello"

although that is also broken in this beta release. I just fixed it.

> 
> Second, if I change an existing variable in the local scope, it
> apparently ignores me:
> 
> > y
> 18
> > y++;
> 
> > y
> 18

Fixed.

> 
> Third, I cannot call methods on local variables:
> 
> > y.ToString()
> Evaluation failed.

Calling methods on primitive values is not currently supported. Other
local variables should work.

> 
> (Note there's also no Autocomplete within the Immediate window which
> would be a nice to have as well)..

Maybe in MD 2.6 ;)

> 
> When I'm debugging, I use the Immediate window quite a bit to "mock up
> code" before I change my program, and some polishing up on the
> MonoDevelop immediate window would go a long way.  The more this could
> be like Visual Studio, the better.  (I'm sure you guys hear that one a
> lot).  Any chance of fixing some of these issues before the final
> bits?  Thanks!!

If you find other bugs, please file them through
http://monodevelop.com/Bugs.

Thanks!
Lluis.


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.4 Beta 1 released

2010-05-06 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.4
Beta 1 (2.3). This is the first release of a series of releases that
will lead to MonoDevelop 2.4, hopefully around the end of May.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release contains lots of new features and improvements. Here is a
summary of the new features:

  * Workbench Usability 
  * Improved look
  * Improved pad organization
  * Improved Error Workflow with In-line Error Bubbles
  * New Project/File dialogs
  * New Navigate To dialog
  * Solution and Class pad Zooming
  * New Options for selecting the user interface language,
output pad font and GTK+ theme.
  * Project Model 
  * Standalone Assembly Projects
  * External Console Support for Mac and Windows
  * Support for adding files to solution folders
  * Proper MSBuild file links in projects
  * Source Editing 
  * Improved in-line search
  * Group Mode in Code Completion
  * Symbol Usage Highlighting
  * Editing Support in Block Selection Mode
  * Import Type Command
  * Code Focus Toggle and Follow-cursor
  * Quick Fix Command
  * Scrollable Region Tooltips
  * Improved Filtering in Completion List
  * Debugger 
  * Pinned Quick Watches
  * Debug Value Visualizers
  * Improved expression evaluation
  * New Exception Dialog
  * Tools 
  * New Hex Editor
  * Integrated T4 Templating
  * More Code Metrics
  * ASP.NET
  * Code completion for C# regions
  * Web References
  * Support for WCF Web References
  * Support for references that require authentication
  * Improvements in other add-ins:
  * NUnit
  * MonoTouch
  * Mac OS support
  * Vala

A more complete description of what's new in MonoDevelop 2.4 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.4

Release notes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.4_Beta_1

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] [MonoDevelop] RPM builder addin - GSOC idea

2010-03-25 Thread Lluis Sanchez Gual
El dc 24 de 03 de 2010 a les 06:44 +, en/na saf...@gmail.com va
escriure:
> Hi,
> 
> We have packaging projects in Monodevelop, which let you build source
> and binary packge. The binary package is in the zip format or we can
> say portable format not in the installer format. We can have addin
> which let you create an RPM file that can be used to install on other
> machines.
> 
> I don't know how work it need, can put this idea for GSOC?

This is a nice to have feature, but I don't think there is enough work
for a whole GSOC project. Also, there is also the idea of writing a
fronted for the openSUSE build service, which would provide RPM
generation and package generation for other distros.

> 
> We can extend it to make .msi package for windows. Exisitng
> SharpDevelop code help here.

Yes, that would be nice.

> 
> ---
> Sharique
> ___
> Monodevelop-list mailing list
> monodevelop-l...@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.2.2 Released

2010-03-18 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2.2.

This is a release based on the 2.2 stable branch, and includes many bug
fixes and some feature improvements.

Release notes:
http://monodevelop.com/Download/MonoDevelop_2.2.2_Released

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.2.1 Released

2010-02-04 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2.1.

This is a release based on the 2.2 stable branch, and includes many bug
fixes and some feature improvements.

Release notes:
http://monodevelop.com/Download/MonoDevelop_2.2.1_Released

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.2 released

2009-12-15 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2.

MonoDevelop is an IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and Mac OS maintaining a single code base for all
platforms.

The official announcement is available here:

http://www.monodevelop.com/Download/MonoDevelop_2.2_Released

A detailed description of the features included in this release is
available here:

http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.2

Many thanks to everybody that made possible this release.
Enjoy!

The MonoDevelop Team.


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.2 RC released

2009-12-10 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2
RC (2.1.2). This is the third release of a series of releases that will
lead to MonoDevelop 2.2.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release includes plenty of bug fixes and some new features,
including:
  * A new Soft Debugger add-in (requires the upcoming 2.6 Mono
release or trunk)
  * Improved debugging experience for ASP.NET and Moonlight
  * New debugging options panel
  * Some text editor improvements: code focus and caret
highlighting.

Release notes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.2_RC_1

A complete description of what's new in MonoDevelop 2.2 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.2

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] [MonoDevelop] MonoDevelop 2.2 Beta 2 released

2009-10-20 Thread Lluis Sanchez Gual
El dc 14 de 10 de 2009 a les 12:20 -0700, en/na Mike Christensen va
escriure:
> Will MonoDevelop 2.2 (final release) support the debugging of Mono web
> applications on OS/X?  Or will that remain only supported on Linux?

Linux and Windows only.

> Thanks!
> 
> Mike
> 
> On Wed, Oct 14, 2009 at 12:03 PM, Lluis Sanchez Gual  wrote:
> > The MonoDevelop team is proud to announce the release of MonoDevelop 2.2
> > Beta 2 (2.1.1). This is the first release of a series of releases that
> > will lead to MonoDevelop 2.2, hopefully around November.
> >
> > MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
> > languages. MonoDevelop enables developers to quickly write desktop and
> > ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
> > makes it easy for developers to port .NET applications created with
> > Visual Studio to Linux and to maintain a single code base for all
> > platforms.
> >
> > This release includes plenty of bug fixes and an important change: the
> > license of MonoDevelop has been changed from GPL to LGPL 2.1.
> >
> > Release notes:
> > http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.2_Beta_2
> >
> > A complete description of what's new in MonoDevelop 2.2 is
> > available here:
> > http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.2
> >
> > Sources and packages are available here:
> > http://www.monodevelop.com/Download
> >
> > Enjoy!
> >
> >
> > ___
> > Mono-list maillist  -  Mono-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
> ___
> Monodevelop-list mailing list
> monodevelop-l...@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.2 Beta 2 released

2009-10-14 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2
Beta 2 (2.1.1). This is the first release of a series of releases that
will lead to MonoDevelop 2.2, hopefully around November.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release includes plenty of bug fixes and an important change: the
license of MonoDevelop has been changed from GPL to LGPL 2.1.

Release notes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.2_Beta_2

A complete description of what's new in MonoDevelop 2.2 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.2

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Can not startup Windows version MonoDevelop 2.2 Beta 1

2009-10-01 Thread Lluis Sanchez Gual
Try using the latest windows installer from:
http://monodevelop.com/Download/Trunk_Builds

El dj 01 de 10 de 2009 a les 16:02 -0600, en/na chuchieh...@micron.com
va escriure:
> (1) I am trying to use Windows version MonoDevelop.  My computer
> already got .NET framework 3.5  and couple other older version of .NET
> framework.  Downloaded and installed Gtk# for .NET 2.12.9.  Downloaded
> and installed MonoDevelop 2.2 Beta 1 version (MonoDevelop-2.2.b1.msi).
> From the start button to startup MonoDevelop.  The hour glass will
> show for couple seconds and gone.  Nothing else happen.  All
> installation I tried are using default path setting.  Actually tried
> above process twice and same result.  What I missed or missing?  (BTW:
> I endup used Xdevelop a little bit which has more success running
> Windows.Forms managed apps both on Windows and RedHad Linux).
> 
> (2) I know that Mono version is upto 2.4 now.  Do not see a
> package from mono website for RedHat.  What should I do to (or where I
> can) get a version 2.4 mono framework for Linux RedHat 2.6 version
> (which should work with MonoDevelop, X-develop Linux version also)?
> Do I need to checkout Mono source onto my RedHat box and GNU rebuild
> Mono to get my own RedHat version 2.4 mono?  Have anyone done this
> before?
> 
> This is my 4th days experience on mono.  Thanks for
> your help.
> 
> 
> 
> The message may contain information that is privileged, confidential
> and exempt from disclosure under applicable law. If the reader of this
> message is not the intended recipient, or the employee or agent
> responsible for delivering the message to the intended recipient, you
> are notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.
> 
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.2 Beta 1 released

2009-09-09 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2
Beta 1 (2.1). This is the first release of a series of releases that
will lead to MonoDevelop 2.2, hopefully around the end of October.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop
makes it easy for developers to port .NET applications created with
Visual Studio to Linux and to maintain a single code base for all
platforms.

This release contains lots of new features and improvements. Here is a
summary of the new features:

  * Windows and Mac OSX are now officially supported platforms 
  * Support for multiple target runtimes 
  * Per mime-type formatting settings 
  * Custom execution modes 
  * Text Editor improvements: 
  * Support for auto-save 
  * Improved code templates, which now can have
placeholders 
  * Block selection 
  * C# and XML formatters 
  * On-the-fly formatting 
  * Acronym matching in code completion 
  * Dynamic Abbrev command 
  * Code generation window 
  * New code refactoring engine, with plenty of new operations 
  * Resolve namespace, remove and organize 'using'
declarations 
  * Rename refactoring with preview. In-line rename for
variables and parameters. 
  * Extract method 
  * Declare Local Variable and Integrate Temporary Variable 
  * Introduce constant 
  * Move type to own file 
  * Create/remove the backing store of a property 
  * Debugger improvements: 
  * Immediate window 
  * Win32 debugger 
  * ASP.NET MVS add-in 
  * IPhone add-in for MonoTouch development. 
  * Moonlight add-in 
  * Python binding 
  * Version Control improvements: 
  * Show annotations command 
  * Create patch command 
  * Many other fixes in the C/C++ binding, database support, Vala.

A more complete description of what's new in MonoDevelop 2.2 is
available here:
http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.2

Release notes:
http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.2_Beta_1

Sources and packages are available here:
http://www.monodevelop.com/Download

Enjoy!



___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Use MonoTouch In MonoDevelop for Windows

2009-07-03 Thread Lluis Sanchez Gual
El dj 02 de 07 de 2009 a les 11:34 +0200, en/na Lennie De Villiers va
escriure:
> Hi,
> 
> I've the latest Mono and MonoDevelop for Windows, where can I get the
> templates etc for writing MonoTouch iPhone apps?

There are no such templates yet, and even if we had them, I fear you
won't be able to develop iPhone apps on windows because the required
iPhone build tools are only available for Mac.

> 
> thanks
> 
> cheers
> 
> Lennie
> 
> -- 
> Lennie De Villiers Blog: http://lenniedevilliers.blogspot.com/
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Unable to find 'resgen' tool

2009-07-03 Thread Lluis Sanchez Gual
The problem is that resgen does not come with the default 3.5 framework
runtime. You need to install the Framework SDK.

El dc 01 de 07 de 2009 a les 14:06 -0700, en/na Darrek va escriure:
> I am trying to build a program solution from Visual Studio, but I keep
> getting this error that it cannot find the resgen tool.  Any suggestions?  I
> am using Windows.  I have searched the forums, but haven't been able to find
> a solution to this problem.  I have the 3.5 framework installed.
> 
> http://www.nabble.com/file/p24297135/unabletofindresgentool.png 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.0 released

2009-03-30 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop
2.0.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. MonoDevelop enables developers to quickly write desktop and
ASP.NET Web applications on Linux. MonoDevelop makes it
easy for developers to port .NET applications created with Visual Studio
to Linux and to maintain a single code base for all platforms.

The main features of MonoDevelop 2.0 are:

  * Improved ASP.NET and C# 3.0 support - The MonoDevelop code
editor now offers an improved developer experience with improved
code navigation, source outlining, and support for code
completion in C# 3.0, ASP.NET, XML and HTML. Additionally, the
MonoDevelop ASP.NET editor provides support for developing with
master pages and custom web controls.
  * Built-in debugger - The MonoDevelop debugger supports both
debugging Mono-based applications as well as native
applications, empowering developers to quickly locate and
resolve issues in their codebase from directly within the
development environment.
  * Interoperability and capability improvements – MonoDevelop now
uses MSBuild-style project files to increase interoperability
with Visual Studio. Web projects are now also compatible with
Visual Studio 2008 and Visual Web Developer 2008 SP1, providing
more options for developers who want to build and deploy their
web applications on both Windows and Linux.


Please see the MonoDevelop 2.0 announcement page [1] for a detailed
description of the features included in this release.

Many thanks to everybody that made possible this release.
Enjoy!

The MonoDevelop Team.

[1] http://www.monodevelop.com/Download/MonoDevelop_2.0_Released


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.0 Beta 2 Released

2009-03-16 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.0
Beta 2 (1.9.3). MonoDevelop is a GNOME IDE primarily designed for C# and
other .NET languages. 

This release is the last step before the final release of MonoDevelop
2.0. It contains lots of bug fixes, some performance improvements and
memory use reductions.

Complete release notes are available here:
http://www.monodevelop.com/Release_notes_for_MonoDevelop_2.0_Beta_2

Sources and packages are available here:
http://www.monodevelop.com/Download_-_Unstable

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] what about debugger in monodevelop

2009-02-17 Thread Lluis Sanchez Gual
El dt 17 de 02 de 2009 a les 07:23 -0300, en/na Daniel Soto va escriure:
> Hi List!
> 
> I've take a look to new features in Monodevelop Beta 1, released few
> days ago (yesterday to be more exact). But I not see the built-in
> debugger integration in the feature list.
> 
> According to Mono roadmap, the future release of Mono 2.4 in March 2009
> it will include Monodevelop 2.0 with built-in debugger integration. This
> will be true? Anyone has test the Beta 1 of Monodevelop?

The release notes only describe new features. Debugger integration was
included in the previous release.

> 
> Mono is every day greater!!
> 
> Thanks!
> 
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.0 Beta 1 released

2009-02-12 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop
2.0 Beta 1 (1.9.2). This is the third release of a series of releases
that will lead to MonoDevelop 2.0 around the end of March.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. 

This release contains several new features and improvements, including:
  * Per-project/solution policies.
  * Better support for the MSBuild format.
  * Improved code completion support.
  * New Go to File/Type dialog with acronym matching support.

Complete release notes are available here:
http://www.monodevelop.com/Release_notes_for_MonoDevelop_2.0_Beta_1

Sources and packages are available here:
http://www.monodevelop.com/Download_-_Unstable

Enjoy!


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.0 Alpha 2 released

2008-11-21 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop
2.0 alpha 2 (1.9.1). This is the second release of a series of releases
that will lead to MonoDevelop 2.0.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. 

This release contains lots of new features and improvements, including:
  * Integrated debugger (for managed and native applications)
  * Better support for the MSBuild format.
  * A new code completion engine, with basic support for C# 3.
  * vi modes support in the editor.
  * Improved support for editing ASP.NET pages.

Complete release notes are available here:
http://www.monodevelop.com/Release_notes_for_MonoDevelop_2.0_Alpha_2

Sources and packages are available here:
http://www.monodevelop.com/Download_-_Unstable

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono.Addins 0.4 released

2008-11-06 Thread Lluis Sanchez Gual
Hi,

I'm pleased to announce the release of Mono.Addins 0.4.

Mono.Addins is a generic framework for creating extensible applications,
and for creating libraries which extend those applications.

The 0.4 release includes several improvements and bug fixes: 

  * Added support for specifying paths to exclude from the add-in
scan in .addins files [1] and in add-in manifests [2].
  * There are several new flags [3] which can be applied to
add-ins: 
  * Can't uninstall: the add-in can't be uninstalled.
  * Can't disable: the add-in can't be disabled.
  * Hidden: the add-in won't be visible in the setup tools.
  * Fixes in the add-in scanner. 
  * The new (and optional) Mono.Addins.CecilReflector
assembly provides a Cecil-based backend for the add-in
scanner. This scanner is more reliable than the
reflection based scanner.
  * When updating the registry, the add-in scanner will only
update add-ins belonging to the running application
(ignoring directories from other instances of the same
or different applications sharing the same registry).
  * Fixed issue with path length limitation in Windows.
  * Other bug fixes and API improvements.

If you are interested in knowing more about Mono.Addins, take a look at
http://www.mono-project.com/Mono.Addins.

You can download a tarball from:
http://ftp.novell.com/pub/mono/sources/mono-addins/mono-addins-0.4.tar.bz2

Enjoy!
Lluis.

[1] http://www.mono-project.com/Mono.Addins_Reference_Manual#Add-in_folders
[2] 
http://www.mono-project.com/Mono.Addins_Reference_Manual#Files_included_in_an_add-in
[3] http://www.mono-project.com/Mono.Addins_Reference_Manual#The_add-in_header


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] MonoDevelop 2.0 Alpha 1 released

2008-07-04 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop
2.0 alpha 1 (1.9). This is the first release of a series of releases
that will lead to MonoDevelop 2.0, hopefully around the end of the year.

MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages. 

This release contains lots of new features and improvements, including:
  * Better support for the MSBuild format.
  * Support for opening multiple solutions.
  * Code completion for ASP.NET and XML files.
  * Improved editor with code folding, incremental search, split
view.
  * New assembly browser.
  * Basic code metrics add-in.
  * Vala add-in.

Complete release notes are available here:
http://www.monodevelop.com/Release_notes_for_MonoDevelop_2.0_Alpha_1

Packages are available here:
http://www.monodevelop.com/Download_-_Unstable

Enjoy!

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Help! I accidentally deleted "Button" from my Widgets in the Toolbox

2008-06-05 Thread Lluis Sanchez Gual
Right click on the toolbox -> Add Items -> select Gtk.Button

El dc 04 de 06 del 2008 a les 07:10 -0700, en/na xt225geo va escriure:
> I accidentally deleted the "Button" widget from my toolbox in the IDE, and
> now I can't find it to restore it.  Can someone please walk me through this?
> 
> I know- really a dumb question... but it's really frustrating when trying to
> learn a new IDE you have to stop everything to correct a seemingly simple
> mistake.
> 
> I am running Mono Develop in Ubuntu Hardy Heron.
> 
> Thanks in advance for any help.
> 
> -Chris
> 
> 
> 
> 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] monodevelop

2008-04-08 Thread Lluis Sanchez Gual
Please use http://lists.ximian.com/mailman/listinfo/monodevelop-list

El dt 08 de 04 del 2008 a les 21:54 +1000, en/na Lindsay Mathieson va
escriure:
> Is this the correct list for monodevelop issues?

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] [MonoDevelop] Mono 1.9 / MD Idea

2008-04-07 Thread Lluis Sanchez Gual

El ds 05 de 04 del 2008 a les 15:13 +0200, en/na Petit Eric va escriure:
> Hi folk
> I have folowed this step and have a little trouble.
> My system is MDV 2008, after a fresh install i had Mono 1.25 and MD ,
> located in /usr/ dir, i think about trying mono 1.9, so uninstall all
> rpm, download the linux generic install from mono and install it in
> /opt/ dir.
> 
> When starting MD in the good environment (/opt/) i have error message
> about file in /usr/lib/monodevelop

Knowing the error message you got would be helpful.

> 
> So i delete/clean evrything in ~/.config about MD/Mono and then no
> more problem, so i conclude there is some config file with absolute
> path and/or environment var.
> 
> It isn't possible to use the startup path than the one in the config files?

Well, I don't know which config path is that.

Lluis.


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list