![]() |
[Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Hi.
I've managed to compile Mono 2.10.1 and MonoDevelop. I've resolved most issues with GUI patching GTK# bindings. For example, if some dialog doesn't fit the screen, scrollbars will be added automatically. But because of some differences between Maemo and a normal Debian system it still needs testing. http://img15.imageshack.us/img15/847...1050112331.png One more thing. MonoDevelop uses right click for context menus. Because there is no right click capability on N900, I've patched GTK# and it recognizes Fn+Tap as a right click. You can also set a GTK theme for it in Edit-Preferences. Now I'm looking for a theme that will be compatible with it, because with most themes in some dialogs you will see black text on dark background. Here is a short demo. Please, vote for the package. It seems to be almost stable. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Good to have it's own thread, started by a dev, not by smb who saw it somewhere. Спасибо
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
So we will be able to code and then compile app directly from the app? Or is it just for coding? Sorry I am kind of noob at those things.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Compiler and debugger are included. You can see it in work on the video from the first post.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
will i be able to code and compile C++ also with this or is it only C# and asp.net?
thanx for this =) |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
But seriously: this is a really awesome development. Now, another 5-10 years from now, I might actually know these coding languages well enough to use this program, but in the meantime, I think it's really neat that someone ported it, and I am sure there's plenty less-newbish people who can use this. P.S. I like the music in your videos - you make running something on your N900 that was meant for a desktop sound almost as epic as it actually is. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
0.o gcc from the repository on your n900? I tried that a year ago and I dunno but I think RootFS space isn't enough to install just gcc. Well when I installed it it prompts not enough space on device. :/
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Today updates:
1) Compiled xsp (now you can run and debug ASP.NET) 2) Fixed code that opens hyperlinks 3) Disabled loading of damn hildon GTK theme. It fixes all issues with black text on black background supposing that "Default" theme is selected in preferences. It also fixes toolbars' size to a reasonable value. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
i cant install it from extras-devel. Lert me quote you the FAM errors
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Ehm. Try to install mono-complete first. May be there is too many packages. Now I'll try to install it on the clean system.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Some more specific here
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
It fails here:
if [ -x /usr/share/cli-common/gac-install ]; then /usr/share/cli-common/gac-install mono fi The first line of "/usr/share/cli-common/gac-install": #!/bin/bash It looks like, that you haven't bash installed on your system. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Wow! Spectacular! Thank you for this unholy gift!
I have one problem though. I'm unable to drag widgets, etc. from the toolbox when using the designer. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
thank you , this is just awesome , also for people asking about c++ , you can run the sdk in a chroot environment as previously mentioned , and some one has already done the work for you , Here :
http://talk.maemo.org/showthread.php?t=71546 now you have mono and the maemo sdk :D note : you can also install the full Qt sdk using easy debian , but Qt creator runs quite slowly . |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Re: gcc from sdk repository: You must have had a really full rootfs at the time. The situation is better on the N900 now - we have more optified programs, even in devel, so it's easier to keep rootfs space down.
Anyway, gcc won't by itself take up too much space (relatively speaking...) - it's all the -dev packages that'll rape your rootfs. Currently, I manually optify all these packages right after I install them, and as of this last reflash I got annoyed and started saving the optifications in a script to run to do it automatically next time. But yes, sometimes you need a decently large handful of MB to fit all the stuff into rootfs before you can optify it yourself. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
If it is needed, maybe should be in the dependencies list |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Sorry, I forgot to add this package to dependencies. Installing libgtk-dnd should fix the problem.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Hi Guys, i just downloaded it and looks excellent, i tried to create a Web Application and seems like is working ok, but when i tried to create a Console Application i receive an exception message that says: File name has not been set. Does anyone has the same exception? How can i solve it? Thanks!!!!
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Please, launch it from console and provide the full log. It's compiled with debugging symbols so I will be able to determine where is the source of this exception.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
I created a cpp console project.My hellogtk+ app built success but when i ran it i got error msg like: cannot execute "myproject",file name has not been set. detail>> is
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Hm... Try to install xterm.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
i compiled a simple console application that does console.write and found a few issues:
1. i have to disable "Run on external console" to make the project compile without a message "File name has not been set". 2. when i execute it from the IDE it works fine, but when i do this from x-term i get this (Lsxtest.exe is the compiled file): Nokia-N900:/home/user/Projects/Lsxtest/Lsxtest/bin/Debug# ./Lsxtest.exe ./Lsxtest.exe: line 1: MZ?♥♦??,@?▼º': ┼~├ °~┤┼d ↓/L_│├e_├↓e│e: ┌?┼e 7: _≤┼├▒│ e──~─: ")" ┤┼e│─ec├ed N~┐?▒↑N900:/▒~└e/┤_e─/P─~┘ec├_/L_│├e_├/L_│├e_├/b?┼/Deb┤±# ↓/L_│├e_├↓e│e ↓/L_│├e_├↓e│e: ┌?┼e 1: MZ?♥♦??,@?▼º': ┼~├ °~┤┼d ↓/L_│├e_├↓e│e: ┌?┼e 6: _≤┼├▒│ e──~─: EOF ?┼ b▒c┐─┤~├e _┤b_├?├┤├?~┼ N~┐?▒↑N900:/▒~└e/┤_e─/P─~┘ec├_/L_│├e_├/L_│├e_├/b?┼/Deb┤±# 3. there are screen rendering issues many times - the picture of the IDE does not show correctly the location of the objects - the project/solution in the left panel for example and many other places. you have to click all around until the correct object you want to click on is highlighted. This IDE is extremely impressive. i am a .net developer under windows using visual studio and this one does not fall much from it from what i've experienced so far. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
This is truly excellent. Thank you. Any chance of getting webkit-sharp in the repos soon? ;) |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
Quote:
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Update: new version supports Nokia's terminal. It's quite strange, so I have to generate startup script on the fly.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
I also tried to get subversion working but it looks like that something is broken in libsvn_client because svn itself also fails with SIGSEGV.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
Thanks for the help :) |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Is there a good .net framework API documentation for mono (something like MSDN with example codes)?
i was trying to add an item to a combobox at runtime but i can't access its "Items" property (only from designer's properties). |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
It looks like that you need documentation for GTK#.
Try these links: http://www.mono-project.com/GtkSharpBeginnersGuide http://www.go-mono.com/docs/index.as...classlib-gnome http://www.mono-project.com/GtkSharp |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Thanks, i was able to build & run a simple gtk-sharp app.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
i mostly use the MSDN for non UI API. |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Guys, please, vote for the package. It seems to be almost stable.
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
how can i use gtk designer for vb.net app?
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
i've tried searching the web for this but couldn't find a solution:
does anybody know how i can get the x y coordinates of a textview control inside a ScrolledWindow? Another issue i have is a crash when i use File operations (File.Copy for example) - the crash only happens when i execute it from the shortcut i made for it in hildon desktop - if i run from xterm the same command it works well. i thought it was probably a security issue so i tried executing it with sudo but it didn't help... anyone knows how to solve this? is there a good place to post these kind of questions? Thanks :) |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
Quote:
|
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
the problem is - how do i log the exception? i cannot seem to be able to write to a file...
any other way? |
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
For example:
Quote:
|
All times are GMT. The time now is 15:41. |
vBulletin® Version 3.8.8