D - DIDE - ask for feature
- Felix (27/27) Jan 14 2004 Could a particular form of comment to be standardized (i.e. like
- C (18/51) Jan 14 2004 It'd require modifiucation of Scintilla ( I think , Ill double check ). ...
- Nam (8/72) Jan 14 2004 Could I make a plugin for DIDE ? If yes , how can I do it ??
- J Anderson (20/23) Jan 14 2004 DIDE has code-completion (and you can add you own
Could a particular form of comment to be standardized (i.e. like //#foldingregion regionname and, of course, //#endfoldingregion regionname) that will be recognized by DIDE/others IDE as a folding mark (to fold some particular code zones)? Notice is not part of language but of IDE settings... Simpler syntax is desirable, I think. More, is there any possib to fold the code in other manner: either by keeping both { and } or by keeping none? I know DIDE is Scintilla-based so I think it is a Scintilla matter, but it would be possible? Ex: void fcn1 { //etc 1 //etc 2 } to be folded in: void fcn1 { //folding mark } or void fcn1 //folding mark These will avoid human interpretation errors, even if indentation works fine. Ah, another thing: about colors: could we have an option to color up the pointers by one color, the classes and structs by other (or variables), type by other one etc. I don't know if it is feasible or useful, I just launch the idea. Felix
Jan 14 2004
Could a particular form of comment to be standardized > [for folding ]Yes I like this idea Ill add it to the list.More, is there any possib to fold the code in other manner: either by keeping both { and } or by keeping none?I dont think so , not without modifications to Scintilla.Ah, another thing: about colors: could we have an option to color up the pointers by one color,It'd require modifiucation of Scintilla ( I think , Ill double check ). It has some options for adding keywords of type 3 but I couldn't get it work , ill check. Also in the future could you send FR's , comments to http://groups.yahoo.com/group/dide/ . Preciate it , C "Felix" <Felix_member pathlink.com> wrote in message news:bu43vs$1tis$1 digitaldaemon.com...Could a particular form of comment to be standardized (i.e. like //#foldingregion regionname and, of course, //#endfoldingregionregionname) thatwill be recognized by DIDE/others IDE as a folding mark (to fold someparticularcode zones)? Notice is not part of language but of IDE settings... Simpler syntax is desirable, I think. More, is there any possib to fold the code in other manner: either bykeepingboth { and } or by keeping none? I know DIDE is Scintilla-based so I thinkit isa Scintilla matter, but it would be possible? Ex: void fcn1 { //etc 1 //etc 2 } to be folded in: void fcn1 { //folding mark } or void fcn1 //folding mark These will avoid human interpretation errors, even if indentation worksfine.Ah, another thing: about colors: could we have an option to color up the pointers by one color, the classes and structs by other (or variables),type byother one etc. I don't know if it is feasible or useful, I just launch theidea.Felix
Jan 14 2004
Could I make a plugin for DIDE ? If yes , how can I do it ?? And when will I get code-complete for D ? "C" <dont respond.com> wrote in message news:bu44ls$1umj$1 digitaldaemon.com...ItCould a particular form of comment to be standardized > [for folding ]Yes I like this idea Ill add it to the list.More, is there any possib to fold the code in other manner: either by keeping both { and } or by keeping none?I dont think so , not without modifications to Scintilla.Ah, another thing: about colors: could we have an option to color up the pointers by one color,It'd require modifiucation of Scintilla ( I think , Ill double check ).has some options for adding keywords of type 3 but I couldn't get it work,ill check. Also in the future could you send FR's , comments to http://groups.yahoo.com/group/dide/ . Preciate it , C "Felix" <Felix_member pathlink.com> wrote in message news:bu43vs$1tis$1 digitaldaemon.com...thinkCould a particular form of comment to be standardized (i.e. like //#foldingregion regionname and, of course, //#endfoldingregionregionname) thatwill be recognized by DIDE/others IDE as a folding mark (to fold someparticularcode zones)? Notice is not part of language but of IDE settings... Simpler syntax is desirable, I think. More, is there any possib to fold the code in other manner: either bykeepingboth { and } or by keeping none? I know DIDE is Scintilla-based so Iit isthea Scintilla matter, but it would be possible? Ex: void fcn1 { //etc 1 //etc 2 } to be folded in: void fcn1 { //folding mark } or void fcn1 //folding mark These will avoid human interpretation errors, even if indentation worksfine.Ah, another thing: about colors: could we have an option to color up the pointers by one color, the classes and structs by other (or variables),type byother one etc. I don't know if it is feasible or useful, I just launchidea.Felix
Jan 14 2004
Nam wrote:Could I make a plugin for DIDE ? If yes , how can I do it ?? And when will I get code-complete for D ?DIDE has code-completion (and you can add you own Settings->Abbreviations) Tagging. Ctrl+Space will try to compile the word. Abbreviations. If you type for<space> (where space is literal) it'll write for ( ; ; ; ) { } (I've reason to believe (and hope) that the above may be made easier in future versions). Charles has said that he's working on better tagging for the next version. DIDE does not have plugins but it has been discussed a little. Any ideas how a DIDE plugin would look? Also there's a DIDE egroup for suggestions http://groups.yahoo.com/group/dide/. Anderson
Jan 14 2004
J Anderson wrote:Nam wrote:I am a big proponent of com/activex, its the best and most widely used plugin system available, and allows plugins in many languages to be written (i.e delphi, basic, c++) Inventing new app specific plugin architectures seems always a brittle solution to me... my $.02, LewisCould I make a plugin for DIDE ? If yes , how can I do it ?? And when will I get code-complete for D ?DIDE has code-completion (and you can add you own Settings->Abbreviations) Tagging. Ctrl+Space will try to compile the word. Abbreviations. If you type for<space> (where space is literal) it'll write for ( ; ; ; ) { } (I've reason to believe (and hope) that the above may be made easier in future versions). Charles has said that he's working on better tagging for the next version. DIDE does not have plugins but it has been discussed a little. Any ideas how a DIDE plugin would look? Also there's a DIDE egroup for suggestions http://groups.yahoo.com/group/dide/. Anderson
Jan 15 2004
"Lewis" <dethbomb hotmail.com> wrote in message news:bu65v7$25ap$1 digitaldaemon.com...J Anderson wrote:Settings->Abbreviations)Nam wrote:Could I make a plugin for DIDE ? If yes , how can I do it ?? And when will I get code-complete for D ?DIDE has code-completion (and you can add you ownpluginTagging. Ctrl+Space will try to compile the word. Abbreviations. If you type for<space> (where space is literal) it'll write for ( ; ; ; ) { } (I've reason to believe (and hope) that the above may be made easier in future versions). Charles has said that he's working on better tagging for the next version. DIDE does not have plugins but it has been discussed a little. Any ideas how a DIDE plugin would look? Also there's a DIDE egroup for suggestions http://groups.yahoo.com/group/dide/. AndersonI am a big proponent of com/activex, its the best and most widely usedsystem available, and allows plugins in many languages to be written (i.e delphi, basic, c++) Inventing new app specific plugin architectures seemsalwaysa brittle solution to me... my $.02,Since D supports COM almost as a part of the language (at least on Win32), it'd be silly to invent another architecture.
Jan 17 2004
The only experience I have with extending an IDE is through scripting , Im really not sure what you mean by extending by writing modules ( Ill look over MSVC's architecture see how they do it ). What do you think would be a good architechture ? I'd love to hear some suggestions / links to other good architectures / notes on implementation if you have time. Thanks, C "Matthew" <matthew.hat stlsoft.dot.org> wrote in message news:buas7v$10m8$1 digitaldaemon.com..."Lewis" <dethbomb hotmail.com> wrote in message news:bu65v7$25ap$1 digitaldaemon.com...inJ Anderson wrote:Settings->Abbreviations)Nam wrote:Could I make a plugin for DIDE ? If yes , how can I do it ?? And when will I get code-complete for D ?DIDE has code-completion (and you can add you ownTagging. Ctrl+Space will try to compile the word. Abbreviations. If you type for<space> (where space is literal) it'll write for ( ; ; ; ) { } (I've reason to believe (and hope) that the above may be made easierideasfuture versions). Charles has said that he's working on better tagging for the next version. DIDE does not have plugins but it has been discussed a little. Any(i.epluginhow a DIDE plugin would look? Also there's a DIDE egroup for suggestions http://groups.yahoo.com/group/dide/. AndersonI am a big proponent of com/activex, its the best and most widely usedsystem available, and allows plugins in many languages to be writtenseemsdelphi, basic, c++) Inventing new app specific plugin architecturesalwaysa brittle solution to me... my $.02,Since D supports COM almost as a part of the language (at least on Win32), it'd be silly to invent another architecture.
Jan 17 2004