|
From: Guillaume N. <gn...@gm...> - 2012-02-21 21:17:44
|
Yes, the readline init file supports per application settings. In addition, it's always possible to specify a different configuration file as it was the case previously. But the syntax has changed obviously. http://theory.uwinnipeg.ca/localfiles/infofiles/bash/bashref_86.html#SEC94 On Tue, Feb 21, 2012 at 22:13, Jason Dillon <ja...@pl...> wrote: > I'm not familiar with the inputrc format, but does that still allow for custom settings that are specific to jline? That was the point of that file, to save properties for configuration of jline. > > > > On Tuesday, February 21, 2012 at 1:11 PM, Guillaume Nodet wrote: > >> That's really the main change in 2.6. The goal was to be on par with >> the real readline unix utility, so we now support vi mode, macros and >> the default config comes from ~/.inputrc >> >> >> On Tue, Feb 21, 2012 at 21:13, Jason Dillon <ja...@pl... (mailto:ja...@pl...)> wrote: >> > I put some comments on the various changes. I didn't realize how much has changed. >> > >> > Didn't realize how complex Configuration had become or that ~/.inputrc is now the input file. You should probably add yourself to the authors here and remove me as I have no clue wtf this class is doing anymore. >> > >> > Otherwise, mostly lack of javadocs @since 2.6 and class + method javadocs. >> > >> > --jason >> > >> > >> > On Monday, February 20, 2012 at 11:58 PM, Guillaume Nodet wrote: >> > >> > > Could you be slightly more precise ? >> > > I've just scanned the code quickly and haven't found many commented >> > > block. The only one I've seen is in KeyMap which is actually a new >> > > class and that commented code has been here since the beginning, so >> > > i've just removed it. >> > > On the javadoc side, I've added a description on >> > > Terminal#wrapInIfNeeded. Not sure if there are other new apis. >> > > >> > > On Tue, Feb 21, 2012 at 08:30, Jason Dillon <ja...@pl... (mailto:ja...@pl...)> wrote: >> > > > I was just reviewing the changes since 2.5: >> > > > >> > > > https://github.com/jline/jline2/compare/jline-2.5…master >> > > > >> > > > And seems like some new api has been added w/o proper @since tags or proper javadocs. >> > > > >> > > > Some new files which have commented out block of code, w/o any explanation as well :-( >> > > > >> > > > --jason >> > > > >> > > > >> > > > >> > > > ------------------------------------------------------------------------------ >> > > > Keep Your Developer Skills Current with LearnDevNow! >> > > > The most comprehensive online learning library for Microsoft developers >> > > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> > > > Metro Style Apps, more. Free future releases when you subscribe now! >> > > > http://p.sf.net/sfu/learndevnow-d2d >> > > > _______________________________________________ >> > > > Jline-users mailing list >> > > > Jli...@li... (mailto:Jli...@li...) >> > > > https://lists.sourceforge.net/lists/listinfo/jline-users >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > -- >> > > ------------------------ >> > > Guillaume Nodet >> > > ------------------------ >> > > Blog: http://gnodet.blogspot.com/ >> > > ------------------------ >> > > FuseSource, Integration everywhere >> > > http://fusesource.com >> > >> >> >> >> >> >> -- >> ------------------------ >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> FuseSource, Integration everywhere >> http://fusesource.com > > > -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ FuseSource, Integration everywhere http://fusesource.com |