In Case You Missed It: MonoDevelop, aC# IDE for Gnome Developers - InfoQ.com

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News In Case You Missed It: MonoDevelop, aC# IDE for Gnome Developers - InfoQ.com
# 1  
Old 06-17-2007
In Case You Missed It: MonoDevelop, aC# IDE for Gnome Developers - InfoQ.com

In Case You Missed It: MonoDevelop, aC# IDE for Gnome Developers
InfoQ.com, Canada - Jun 14, 2007
To create a best of breed development environment for Unix systems for Mono. Since its written in Gtk#, and we like Gtk# and we get good support from Gtk#, ...


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Find missed numbers

I have a file as follows: 1 3 7 12 78 ... 999998 1000000 I want to find out all numbers not in the file above and put into another file like 2 4 5 6 8 9 10 (13 Replies)
Discussion started by: dtdt
13 Replies

2. Shell Programming and Scripting

Backup & restore Gnome Desktop and all settings in Gnome

Hi I'm looking for scripts to backup & restore Gnome Desktop and all settings in Gnome. (0 Replies)
Discussion started by: ccc
0 Replies

3. Linux

Apache folder missed

Hi, I am confused on apache service. Please advice me There is no apache directory in my linux box. Even I cant find out httpd.conf file also. But If browse my Hostname in Internet Explor, I can able to apache service there. Please How it is working .. This file is available in... (1 Reply)
Discussion started by: Mani_apr08
1 Replies

4. HP-UX

vgchgid missed one disk

Hi, Suppose I have 3 disks c0t0d0, c0t0d1, and c0t0d2 all with the *same* VGID. I then run: # vgchgid /dev/rdsk/c0t0d0 /dev/rdsk/c0t0d1 (notice I *accidentally* skipped the third disk!) How would I fix this so that all 3 disks have the same VGID again? I'm looking for step-by-step... (7 Replies)
Discussion started by: apra143
7 Replies

5. Filesystems, Disks and Memory

shift hard disk from primary IDE channel to secondary IDE channal

Wellcomes All, some times ago I 've installed a Debian ditribution on an Hard Disk who was set as Primary Master. Few days ago, I 've decided to install another Hard Disk with a different Operating System. When I did that, I turned off the old hard disk, and I mouted the new one on the Primary IDE... (1 Reply)
Discussion started by: thekarsillo
1 Replies

6. Shell Programming and Scripting

Script needed to select and delete lower case and mixed case records

HELLO ALL, URGENTLY NEEDED A SCRIPT TO SELECT AND DELETE LOWER AND MIXED CASE RECORDS FROM A COLUMN IN A TABLE. FOR EXAMPLE : Table name is EMPLOYEE and the column name is CITY and the CITY column records will be: Newyork washington ... (1 Reply)
Discussion started by: abhilash mn
1 Replies

7. Shell Programming and Scripting

asked question about script before missed ansewr..

linux fedora core2 :) i am trying to write a script to clear, date, pwd and tty a linux termnal or konsole.. when I test the tty against $0 i am, getting a premission denied on the terminal that I am trying to printf to.. I tried using an awk command, test condition, an if then fi clause, but... (6 Replies)
Discussion started by: moxxx68
6 Replies

8. UNIX for Dummies Questions & Answers

lower case to upper case string conversion in shell script

How can convert a Lower case variable value to an upper case in the kron shell script. (3 Replies)
Discussion started by: dchalavadi
3 Replies
Login or Register to Ask a Question
mdtool(1)						      General Commands Manual							 mdtool(1)

NAME
mdtool - MonoDevelop Application Runner SYNOPSIS
mdtool <applicationId> ... mdtool setup ... mdtool -q DESCRIPTION
mdtool is a tool that can execute head-less MonoDevelop applications, this can be used for example to do batch compilations without start- ing up the MonoDevelop GUI. USAGE
applicationId ... Runs the specified application. -q Lists available applications. Available Applications The list of applications returned by the option -q might be different depending on which add-ins are installed. gsetup Graphical add-in setup utility. build [options] [project-file] Project build tool. Use this tool to build any solution supported by MonoDevelop (eg. .mds, .sln). If no solution/project is speci- fied then it will pull the first solution it can find in the current directory. You can use this option to build packages in a head-less or batch fashion. Options -c , --configuration:CONFIGURATION Name of the solution configuration to build. -t , --target:TARGET Name of the target: Clean or Build -p , --project:PROJECT Name of the project to build. dbgen Parser database generation tool. project-export Project conversion tool. IDE The MonoDevelop IDE. generate-makefiles <solution-file> [--simple-makefiles] [-d:default-config] Makefile generator tool. This can be used to generate makefiles from any solution supported by MonoDevelop. Options --simple-makefiles , -s Generates set of Makefiles with the most common targets, and a configuration script that does a basic check of package dependencies. Default is to generate Makefile structure based on Autotools with the standard targets and configuration scripts. -d:default-config Configuration that the Makefile will build by default. Other configurations can be selected via the '--con- fig' or '--enable-*' option of the generated configure script. setup command [arg1, .., argn2] Runs the MonoDevelop add-in setup command. You must specify a command to execute. If none is provided a list of commands is dis- played Add-in Commands install (i) [package-name|package-file] Installs an add-in or set of addins. The command argument is a list of files and/or package names. If a package name is provided the package will be looked out in the registered repositories. A specific add- in version can be specified by appending it to. the package name using MonoDevelop.SourceEditor/0.9.1 uninstall (u) [package-name] Uninstalls an add-in. The command argument is the name of the add-in to uninstall. check-install (ci) Checks if a package is installed. If it is not, it looks for the package in the registered repositories, and if found the package is downloaded and installed, including all needed dependencies. update (up) Downloads and installs available updates for installed add-ins. list (l) Prints a list of all installed add-ins. list-av (la) Prints a list of add-ins available to install in the registered repositories. list-update (lu) Prints a list of available add-in updates in the registered repositories. Repository Commands rep-add (ra) url1 [url2 [url2]] Registers an add-in repository. Several URLs can be provided. rep-remove (rr) url1 [url2 [url2]] Unregisters an add-in repository. Several URLs can be provided. rep-update (ru) Updates the lists of addins available in all registered repositories. rep-list (rl) Shows a list of all registered repositories. Add-in Registry Commands: reg-update (rgu) Looks for changes in add-in directories and updates the registry. New add-ins will be added and deleted add-ins will be removed. reg-build (rgu) info [filename|package-name] Prints information about an add-in. Packaging Commands rep-build (rb) path Scans the provided directory and generates a set of index files with entries for all add-in packages found in the directory tree. The resulting file structure is an add-in repository that can be published in a web site or a shared directory. pack (p) file-path Creates an add-in package (.mpack file) which includes all files needed to deploy an add-in. The command parameter is the path to the add-in's configuration file. help (h) [command] Shows help for the given command Debug Commands: dump-file Prints the contents of a registry file for debugging. SEE ALSO
monodevelop(1), mono(1), mcs(1) COPYRIGHT
Copyright (C) 2007 Novell, Inc (http://www.novell.com) MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/monodevelop-list for details. WEB SITE
Visit http://www.monodevelop.com for details mdtool(1)