Jump to page: 1 2 3
Thread overview
Mono-D 1.8 - Conditional code highlighting
Mar 30, 2014
Alexander Bothe
Mar 31, 2014
Alexander Bothe
Mar 31, 2014
Théo Bueno
Mar 31, 2014
Alexander Bothe
Mono-D 1.9 - opIndex/opSlice overload recognition + completion
Apr 04, 2014
Alexander Bothe
Apr 04, 2014
Adam Wilson
Apr 04, 2014
Adam Wilson
Apr 04, 2014
Adam Wilson
Apr 04, 2014
Alexander Bothe
Apr 04, 2014
Adam Wilson
Apr 04, 2014
Alexander Bothe
Apr 05, 2014
Alexander Bothe
Apr 16, 2014
Adam Wilson
Apr 17, 2014
Kapps
Apr 17, 2014
Adam Wilson
Apr 18, 2014
Adam Wilson
Apr 01, 2014
Tofu Ninja
Apr 01, 2014
Alexander Bothe
Apr 02, 2014
#Coder
Apr 02, 2014
Alexander Bothe
Apr 03, 2014
#coder
March 30, 2014
Hi everyone,

just messed around with the MonoDevelop APIs and got some nice editing-related feature working.

http://mono-d.alexanderbothe.com/conditional-highlighting-v1-8/

Hopefully it won't crash immediately or obstruct the displayed code in any other wise..but let's see. :-P



Cheers,
Alex
March 31, 2014
Just couldn't let these primary issues pass by that easily..

http://mono-d.alexanderbothe.com/improved-conditional-highlighting-completion-v1-8-1/



Cheers everyone
March 31, 2014
As usual, thank you for bringing more awesomeness to D :)

Mono-D seems pretty complete to me now, I was wondering if you are thinking about new major features ?
March 31, 2014
On Monday, 31 March 2014 at 21:41:26 UTC, Théo Bueno wrote:
> As usual, thank you for bringing more awesomeness to D :)
>
> Mono-D seems pretty complete to me now, I was wondering if you are thinking about new major features ?

Thanks :)

Well, atm there are too many smaller bugs to fix and little things to improve.

Perhaps some more refactorings or better semantic highlighting, perhaps some better way to cache completion results to make everything even faster..dunno, for now.
April 01, 2014
On Sunday, 30 March 2014 at 18:59:51 UTC, Alexander Bothe wrote:
> Hi everyone,
>
> just messed around with the MonoDevelop APIs and got some nice editing-related feature working.
>
> http://mono-d.alexanderbothe.com/conditional-highlighting-v1-8/
>
> Hopefully it won't crash immediately or obstruct the displayed code in any other wise..but let's see. :-P
>
>
>
> Cheers,
> Alex

Am i the only one who has never been able to get your website to
load, i haven't been able to for months.
April 01, 2014
On Tuesday, 1 April 2014 at 13:13:12 UTC, Tofu Ninja wrote:
> Am i the only one who has never been able to get your website to
> load, i haven't been able to for months.

I can do - and several others, too.

http://www.downforeveryoneorjustme.com/mono-d.alexanderbothe.com *cough*

Try a proxy like hidemyass or openthis.eu :P
April 02, 2014
I am getting following error when debugging a simple program and try to see a variable value in watch or immediate or locals window (OpenSuse Linux latest, latest MonoDevelop and latest Mono-D plug-in)


System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'D_Parser.Resolver.ExpressionSemantics.ExpressionTypeEvaluation.EvaluateType'.
  at MonoDevelop.Debugger.Gdb.D.DGdbBacktrace.CreateVarObject (System.String exp) [0x00000] in <filename unknown>:0
  at MonoDevelop.Debugger.Gdb.GdbBacktrace.GetParameters (Int32 frameIndex, Mono.Debugging.Client.EvaluationOptions options) [0x00000] in <filename unknown>:0
  at MonoDevelop.Debugger.Gdb.D.DGdbBacktrace.GetParameters (Int32 frameIndex, Mono.Debugging.Client.EvaluationOptions options) [0x00000] in <filename unknown>:0
  at MonoDevelop.Debugger.Gdb.GdbBacktrace.GetAllLocals (Int32 frameIndex, Mono.Debugging.Client.EvaluationOptions options) [0x00000] in <filename unknown>:0
  at Mono.Debugging.Client.StackFrame.GetAllLocals (Mono.Debugging.Client.EvaluationOptions options) [0x00025] in /home/lx/Dokumente/Projects/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Client/StackFrame.cs:165
  at Mono.Debugging.Client.StackFrame.GetAllLocals () [0x00044] in /home/lx/Dokumente/Projects/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Client/StackFrame.cs:157
  at MonoDevelop.Debugger.LocalsPad.OnUpdateList () [0x0004b] in /home/lx/Dokumente/Projects/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/LocalsPad.cs:61
  at MonoDevelop.Debugger.ObjectValuePad.<Initialize>m__0 (System.Object , System.EventArgs ) [0x0000d] in /home/lx/Dokumente/Projects/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/ObjectValuePad.cs:97
  at MonoDevelop.Ide.Gui.PadWindow.NotifyContentShown () [0x0003c] in /home/lx/Dokumente/Projects/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/IPadContainer.cs:305
  at MonoDevelop.Ide.Gui.DefaultWorkbench+<AddPad>c__AnonStorey0.<>m__2 (System.Object , System.EventArgs ) [0x00017] in /home/lx/Dokumente/Projects/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs:1343
  at MonoDevelop.Components.Docking.DockItem.UpdateContentVisibleStatus () [0x00033] in /home/lx/Dokumente/Projects/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockItem.cs:384
  at MonoDevelop.Components.Docking.DockItem.SetupContent (System.Object ob, System.EventArgs args) [0x0009f] in /home/lx/Dokumente/Projects/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockItem.cs:211
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0
April 02, 2014
On Wednesday, 2 April 2014 at 05:06:31 UTC, #Coder wrote:
> I am getting following error when debugging a simple program and try to see a variable value in watch or immediate or locals window (OpenSuse Linux latest, latest MonoDevelop and latest Mono-D plug-in)
>
>
> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found:

k I've fixed it in v0.2.7
April 03, 2014
On Wednesday, 2 April 2014 at 05:26:21 UTC, Alexander Bothe wrote:
> On Wednesday, 2 April 2014 at 05:06:31 UTC, #Coder wrote:
>> I am getting following error when debugging a simple program and try to see a variable value in watch or immediate or locals window (OpenSuse Linux latest, latest MonoDevelop and latest Mono-D plug-in)
>>
>>
>> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found:
>
> k I've fixed it in v0.2.7

Works now. Thanks!!!
April 04, 2014
On Monday, 31 March 2014 at 21:41:26 UTC, Théo Bueno wrote:
> Mono-D seems pretty complete to me now, I was wondering if you are thinking about new major features ?

http://mono-d.alexanderbothe.com/mono-d-v1-9-opindexopslice-overload-recognition-completion/

:-)
« First   ‹ Prev
1 2 3