Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wish_list [2013/05/08 04:01] fowlslegswish_list [2014/05/05 17:13] – Update mousepad request for highlighting andreldm
Line 181: Line 181:
  
 ===== Thunar ===== ===== Thunar =====
 +  * The ability to play a sound file on mouse over, integrated on Thunar. This is really useful when working with music files, because it allows you to listen to a file without having to open the music player. Also there's a package in [[https://aur.archlinux.org/packages.php?ID=40422|AUR]] which does this, maybe you can use that code.
 +  * Ability to change a folder icon from the properties view, just like in gnome.
 +  * Being able to split the window in two like Nautilus used to do. This is something very useful when you need to put order between your files or when comparing two folders contents.  
   * Ability to view and edit the properties of multiple files and/or folders - the most of the other filemanagers can do this.   * Ability to view and edit the properties of multiple files and/or folders - the most of the other filemanagers can do this.
   * <del>Let me delete files directly, every other filemanager can do this!</del>   * <del>Let me delete files directly, every other filemanager can do this!</del>
Line 266: Line 269:
       * Have a visual indicator for workspace switching.       * Have a visual indicator for workspace switching.
         * I like to have certain programs on certain desktops so when I just boot up is is sometimes annoying to try and find what desktop I am on and if I switched.  OpenBox has a great (albeit ugly) dialog.         * I like to have certain programs on certain desktops so when I just boot up is is sometimes annoying to try and find what desktop I am on and if I switched.  OpenBox has a great (albeit ugly) dialog.
 +        * With more than even just two desktops its easy to loose your orientation, especially when some desktops are blank as mentioned above.  This feedback would both please the poweruser and give the casual user useful feedback
 +          * working on implmenting this, based on ochosi (simon)'s work on the alt-tab window improvemt.  Working to make it themeable and pretty using cairo.  I have a public branch on github.  git:\/\/github.com\/lifeisafractal\/xfwm4\/ its in the mcampbell\/workspacewin branch.  Currently compiles and only works well with compositing enabled.
     * Mouse     * Mouse
       * Don't give focus on mouse wheel.       * Don't give focus on mouse wheel.
Line 501: Line 506:
  
 ===== Mousepad ===== ===== Mousepad =====
-  * Support for syntax highlighting. Possible backends are Scintilla or gtksourceview. (don't rely on backends, make a small library just for mousepad, perhaps plugins for mousepad? create another emacs with a billion plugins?... nah. mousepad works just fine. open up GVIM or XEMACS if you want syntax highlighting. *don't reinvent the wheel*) +  * <del>Support for syntax highlighting. Possible backends are Scintilla or gtksourceview. (don't rely on backends, make a small library just for mousepad, perhaps plugins for mousepad? create another emacs with a billion plugins?... nah. mousepad works just fine. open up GVIM or XEMACS if you want syntax highlighting. *don't reinvent the wheel*)</del> 
-    * <del>I disagere.  Mousepad is nice, but virtually useless to me since it doesn't have syntax highlighting.  I want to do development, but I can't stand emacs, and vim is too cryptic.</del> - Use Geany or Scite then +    * <del>I disagere.  Mousepad is nice, but virtually useless to me since it doesn't have syntax highlighting.  I want to do development, but I can't stand emacs, and vim is too cryptic. - Use Geany or Scite then</del> 
-    * Although I agree to not reinvent the wheel, I think mousepad could use a little bit more programmer friendly features. (syntax highlighting is going a little far) +    * <del>Although I agree to not reinvent the wheel, I think mousepad could use a little bit more programmer friendly features. (syntax highlighting is going a little far)</del> 
-    * I disagree with sytax highlightning. For that we have NEdit (if we want to go with light software). I think better improvements would be the ability to call an external progra to process the file (eg.: what about a 'sed-in-place' option?). --- Luis Machuca B.+    * <del>I disagree with sytax highlightning. For that we have NEdit (if we want to go with light software). I think better improvements would be the ability to call an external progra to process the file (eg.: what about a 'sed-in-place' option?). --- Luis Machuca B.</del> 
 +    * This feature was introduced in version 0.3.0. Useful and mousepad remains lighweight.