Color code hidden characters

I would like to show hidden characters (paragraph, space,
tab), but I would like to color code them so that they are not so
prominent. Is this possible? I can color code specific HTML tags,
but I don't see that I can color code the hidden characters. Anyone
done this before?

Why do you ask?
I've learned to 'read' my color coding in Cubase -- just like I read ordinary notation (red, yellow, green = C Major, for example). This way I don't need to open a score editor or Sibelius when I work.
Anyway, can't be done in Logic as far as I can see; too bad.

Similar Messages

  • View code view options hidden characters problem

    When I turn on the Hidden characters I get extra tab symbols at the end of the line of code. These will somtimes lay on top of or beyond the paragraph symbol. I have tried using other font and font sizes and some do work better than others. It seems like the text in the code view dosn't respect the hidden characters at all and some times the cursor looks like it is one place but edits a character over one space. Any ideas on the best font and size to use and is there any one else experincing this and or a fix?

    Not sure I understand the issue you're having. 
    I'm using CS6 ver 12.2, build 6006 on Windows. 
    The font is Courier New 12pt.
    See screenshot.
    Nancy O.

  • The ability to color code layers...

    Dear Apple,
    The ability to color code layers would be the biggest time-saving boost to my workflow that I can imagine.
    All layers look so much alike. Add constantly scrolling through dozens or hundreds of them, expanding and contracting often. Loosing ones bearings within the layers window is a given. It seems every few minutes, I have to stop and re-figure out where things are.
    If one could right-click to set a layer header one of eight or so colors (like in photoshop and just about every other program that uses layers) this would increase my productivity quite a bit.
    The rant ends. We now return you to your regularly scheduled forum.

    Granted, color-coding layers could be very helpful. That said, I find that group and layer labeling, and intuitive grouping and organization go a long way to keeping things straight.
    I don't think I've ever done a project with a hundred layers, but I've been as high as 40-50 before and never really had a hard time keeping track.
    Now, there is a shortcut that you might find useful. If you hit the X key on your keyboard, Motion will separate all the layers currently active in the canvas at the playhead's position ala Expose. This will allow you to select any layer easily. When you do so, the layer will become visible in the layers pane no matter how deep it's hidden.
    Finally, there is a feedback thread for product suggestions that is actually read by the Motion team, unlike this forum.
    Andy

  • [Solved] Looking for arch's original man page color codes

    Hey everyone. I'm new to arch, and enjoying having everything begin to work out for me. One thing I was wondering though is what the color codes are that the man pages use before X is loaded or anything similar.
    Per the archwiki, I'm using the following to provide myself with colored man pages in urxvt:
    From .Xresources:
    ! colored man pages on rxvt-unicode-256color
    URxvt.colorIT: #87af5f
    URxvt.colorBD: #d7d7d7
    URxvt.colorUL: #87afd7
    This works, but it's not the same colorscheme as what arch starts out with initially. Anyone know what that colorscheme is? Or where I could look to find it?
    Last edited by zematis (2014-05-12 22:21:30)

    ayekat, thanks for the warm welcome!
    ayekat wrote:What article in the wiki?
    Here's the section in the Wiki I was referring to:
    https://wiki.archlinux.org/index.php/ma … vt-unicode
    karol wrote:Are you talking about using man pages before installing Arch or after installing but in the tty? Do you want to get the same colors in X?
    (I think) I was talking about the colors that the man pages are in the TTY. Specifically, my processes is:
    Boot up arch
    Login (X yet not started)
    Look at a man page - like the colors
    Startx - boot to window manager (i3)
    Look at a man page - want to change the colors
    That said, I liked the colors the man pages had before installing Arch quite a bit, and wouldn't object to learning what those are.
    ayekat wrote:Here you are changing how urxvt displays characters that are marked as underline, italic or bold; in particular you are changing their colours.
    The thing is, it won't only affect man pages viewed in urxvt, but everything.
    Makes sense
    ayekat wrote:As for changing the colour scheme of the manpage, you'll probably want to do it more properly, using the LESS_TERMCAP environment variables.
    I tried copying your format to my .bashrc and it worked great! So that's a win. Now I just need to figure out what the '\e[#;#;#m' numbers mean. I think I can probably handle that one on my own though. I found a resource here at:
    http://misc.flogisoft.com/bash/tip_colo … ng#colors2
    And it looks like it covers what I need to know.
    Thanks for your help!
    And honestly, at this point I think I can figure out what colorscheme I like given the info at hand. So I think we can call this one taken care of.
    If it interests anyone, I found a .sh script at the above link to display all 256 colors, then modified it to show the colors bolded, italicized etc. Here's the script:
    #!/bin/bash
    # This program is free software. It comes without any warranty, to
    # the extent permitted by applicable law. You can redistribute it
    # and/or modify it under the terms of the Do What The Fuck You Want
    # To Public License, Version 2, as published by Sam Hocevar. See
    # http://sam.zoy.org/wtfpl/COPYING for more details.
    for coltype in {0..8} ; do # Bold, Italic etc.
      for fgbg in 38 48 ; do #Foreground/Background
        for color in {0..256} ; do #Colors
          #Display the color
          echo -en "\e[(0${coltype});(${fgbg};5;${color}m ${color}\t\e[0m"
          #Display 10 colors per lines
          if [ $((($color + 1) % 10)) == 0 ] ; then
            echo #New line
          fi
        done
        echo #New line
        echo #New line
      done
      echo #New line
    done
    exit 0

  • Web browsers are displaying 'hidden characters' or dashes between words

    I've just updated to Snow Leopard and now all of my web browsers are displaying 'hidden characters' or dashes in between words on websites like Yahoo and others. Headlines looks like something like this: The-best-places-to-live-in-America. Also, numbers are displayed with a box around each character and a horizontal line going through them, making them almost unreadable. This is happening with Safari, Chrome and Firefox. Is there anyway to fix this problem?

    menchee wrote:
    Is there an option on those browsers to not 'allow pages to choose their own fonts'. 
    No.  To fix it with them you have to get rid of the fonts installed on your system which are causing the problem.  The code of the web pages is calling for certain fonts, and you have junk installed which is substituting for the real ones.  You be able to see the junk by looking at samples in Fontbook.

  • Question Re: Color Codes/Component Style Declaration

    I am not understanding the use of hexidecimal color codes for
    component styles. What is the "0x" for? This is not addressed in
    flash help. What I am trying to figure out is if I can specify
    alpha transparency with style declaration and I'm wondering if the
    seemingly superfluous prefix may have something to do with it.
    Either way I'd at least like to know what it means.
    Thanks in advance,
    JeevesQuimby

    JQ you could actually pass that number in decimal value or
    string. example:
    //blue
    myTextArea.setStyle( "backgroundColor", "blue" );
    // red
    myTextArea.setStyle( "backgroundColor", 0xFF0000 );
    // green
    myTextArea.setStyle( "backgroundColor", 65280 );
    the real color number is actually the decimal number, but
    when ported to an
    hexadecimal system it's just easier to use... Check the doc
    on getPixel32 in
    flash, on top of RGB values you also have alpha values, which
    gives a number
    like 0xAARRGGBB
    JG
    "JeevesQuimby" <[email protected]> wrote in
    message
    news:ejntk8$74h$[email protected]..
    >I understand hex codes, it just seems to me that if
    you're specifying a
    >color
    > as in: TextArea.setStyle("backgroundColor", 0xFFFFFF);
    flash would be
    > expecting
    > the color code, so the 0x seems unnecessary, since it is
    always the same.
    > Any
    > other program identifies the color with just 6
    characters. What would
    > happen if
    > I were to put 2xFFFFFF for example? It just seems wierd
    to me. Thanks
    > anyways
    > though.
    > JQ
    >
    >
    >

  • Why won't the color code I am trying to use from a windows machine work on my Mac? Code: PMS7409

    Hi I'm an intern at a telecommunications and management company who are about to release an update on their website and server screens. My job is to create the new graphics and remake the presentation layers. I am also assigned to create a business card template, which is where my question comes. I am give a color code, from a Windows OS, and try to input that code into Photoshop CS6. That color code won't appear. It's a deep orange and the code I am being told is; PMS7409. I'm not sure thats a code (atleast on the Mac), but I haven't used a Windows OS in so long I don't even know if Windows has their own color coding system or what. Can someone help me out and tell me if this is me, my boss, or we're missing something and I'm going to look like an idiot?

    Definitely not a colour code for mac, the only thing I suggest you do is if you get the code on your windows version is to get the other values i.e
    instead and input those into it rather than the #colour code (Hue, Sat, B, R, G B) etc.
    Also ... Colour codes are 6 figures long i.e the one displayed and also black #000000 and white #ffffff
    however the one you gave is 7!
    Message was edited by: ConstantAngel

  • Find Hidden Characters-in downloaded file

    All,
    I have a file interface that downloading file to SANS server using open dataset. But recently we are getting some hidden characters in the file. These are getting from a long text.
    Now my requirement is to find these hidden characters and display in the screen and user can correct then go for download.
    Currently i am using Notepad++ or using this link for finding the hidden characters
    http://string.online-toolz.com/tools/string-functions.php
    Now user wanted to use the same functionality with in SAP using ABAP.
    Any input on this appreciated.

    Similar functionality can be achieved by JavaScript. You can pass the entire Text and create your function in JS to find out the Hidden Characters. If you are successful finding the JS which can do this job for you, you can use [JS Engine|http://help.sap.com/saphelp_nw04/helpdata/en/49/a8e3c8d59811d4b2e90050dadfb92b/frameset.htm] available in ABAP.
    Refer to [ABAP & JavaScript|http://help-abap.zevolving.com/2011/10/javascript-in-abap/] to see the simple JS usage.
    Regards,
    Naimesh Patel

  • How do I replace image color with an exact html color code?

    I simply want to change the color of a small pic to an existing html color code, 3399CC.  The pic is very simple, and only has one color.  In Photoshop CS4, I go to:  Image -> Adjustments -> Replace Color.  For the new replacement color, when I type in 3399CC, it doesn't give me that color - it gives some other shade of that color.  (I can tell because I use a program that tells me the exact html code a color is when I hover my mouse over it).  It seems the only way to really get the color you want is to adjust the sliders (hue, saturation, and lightness).  But it'd be practically impossible to play around with every increment of those sliders until I get the exact color code.  
    There's got to be a way to simply enter the html color code and have the pic changed to that color.  Does anyone have any idea?

    Turns key.  WhirrRRRrrrrRRRrrrr....  Nothing.  (I answered in the other thread)
    Perhaps I've had too much coffee today, because I just got a clear vision of Bart Simpson, at the board, chalk in hand...
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    -Noel

  • Best Calendar App to connect to Google Calendar and color code appointments

    I am looking for a replacement calendar app that will connect to Google Calendar and allow me to color code individual appointments.  I have looked at a ton of apps in the app store but none of them talk about the color coding option I am looking for.  I don't want to do the trial and error thing and waste my time and money. 

    Download Gmail app. itunes.apple.com/us/app/gmail/id422689480?mt=8

  • Setting color codes for more than one photo at a time

    Is there any way to set color codes for more than one photo at a time?

    Hi John,
    I will look at keywords. My issue is speed. Right now I am culling and editing an event shoot that spanned a week with 35 separate events and more than 5000 images. So I use the fastest most convenient method I can and it still takes a long time to have a completed and final shoot. On this shoot I will end up with a final set of around 1500 images. Right now I am finishing processing a show that will hang in the Deutsches Amerikanish Zentrum in Stuttgart.
    As I am sure you are aware by now, having seen enough of my inane questions that over the last two years or since Lightroom version 1.xx if I could not figure out how to do something I skipped it. So many things in Lightroom are buried and unless you have a mind like a steel trap (and think that some of you guys in the forum do) locating how to do something is not obvious.
    For example, I only learned (in the last hour) that I could assign colors as a group of selections by using Shift + number. I found this in a side head in Martin Evenings Lightroom book. I still do not know how to find a way to display the color filter "selection" set in Library mode. Is there a way?
    To top it off, Stuttgart Media University asked me if I would add a Lightroom module to my schedule this year. Now I have a compelling reason to learn all those missing pieces that I have created workarounds for. Hence the number of posts you have been seeing from me over the past few of weeks.
    I tell my class that there are no such things as stupid questions, only questions. Now I am practicing what I have been preaching for the last gazillion years. Guys like you have been great.
    My workflow is
    1. I first separate all images by event. I do that at the time of import.
    2. I do a fast pass rejecting all the obviously bad images
    3. I do a second pass grouping the images by sub-group (speeches, people talking, performances, etc.) This is where I run out of selection methods and your key-wording could work but it would probably take too much time to establish a keyword set for a single event. Where I have more than five subgroups I set up different collection sets with one collection for each sub group. However I would like to keep a single event in one collection.
    4. I then select the images to be used by color code.
    5. Next I process the final images (crop develop etc) by collection.
    6. Last I output the set according to client requirement.
    If you have a better workflow, I am all ears.
    By the way, what is your photo specialty and where are you located?
    Jim

  • 3D Map - Color Code and Cursor Tracking

    Hi, I need some help trying to implement some user interface functionality for a program I am developing.
    This will be a tuning tool for automotive ECU. The program will be reading in two signals (Y-axis is RPM, X-Axis is manifold pressure) and use a 2D interpolation to output a Z value to be used in a calculation. There are two pieces I'd like to add to this. 
    1. Color code the cells based on the cell value in relation to the max and in of the entire 2D-Array
    2. Have a live currsor that tracks the current cell of the 2D array and highlights the cells that are being used in the interp calculation so it makes it easier for the user to make changes and calibrate the tables. 
    3. BONUS: An easy way to be able to select a range of cells and increment them by a set amoun or scale them all by an imput amount (like scale range by 90%).
    Basicly, I'd like to recreate some of the user interface functionality of the software shown below in the second picture and the video linked below. 
    VIDEO:    https://www.youtube.com/watch?v=OkVUJCy0sJ4
    VIDEO:   https://www.youtube.com/watch?v=oeZc-ka6ago      (at 16:45 you can see a good example of the currsor tracking through the cells as teh two inputs change)
    -As you drive and the RPM and loading changes there is a blue ball that tracks on the table the current x-y location of the 2D map and the four coresponding cells around the ball are highlighted to show witch of these cells are being used in the calculation so the user can easily alter these cells in real time to tune the output he is looking for. I'd like to be able to highlight, or blink either a single cell closest to the current value, or the 4 corners around it and have it update real time as the user drives the car. 
    Any ideas of how to implement this kind of functionality? The current VI is attached. I should note the x-array and y-array won't necessarily always be constant spacing between cells.
    Thank you for any help in advance!
    Attachments:
    3D Map Color Coded & Currsor.vi ‏17 KB

    Okay, so I made some progress on this. I was able to use an intensity graph to visually color code the relative position of the cells. Is there a way to make the 2D array translucent and overlay the color array intsity graph behind it? is there a better way to do this. 
    I was able to get the closest current cell value to update as black and track around live on the intensity graph. I did this by temporarily setting the cell's value to 0. Is there a way to somehow highlight the actual cell on the 2D-Array instead? 
    The code is attached. I added a random sine wave input to simultate some signals for the x and y input. The Y array now runs in reverse order which made it tricky to get some of the functions to work properly so I had to use a 2D transpose and 1D reverse array to get it back in the right form. There's probably a better way to do this. 
    Any help is great appreciately and rewarded with Kuddos!  
    Attachments:
    3D Map Color Coded & Currsor (Rev B).vi ‏33 KB

  • How to delete other files(yellow color code) from the hard drive, how to delete other files from the hard drive

    how can i delete the yellow color code items from my hard drive? What are these other files anyway? I wanna save some memory space from my storage.

    Macbook Pro community is here
    Following thread could solve your question.
    https://discussions.apple.com/message/19030300#19030300

  • Color Code is not working, please help

    I am using the color code 080808 from adobe photoshop as my background for my template.  When i put the JPG file into dreamweaver and try to set the page properties in dreamweaver (background) to 080808 it is putting me at pure black.  please help me.080808 is not a pure black its a shade of it.  I need a color code that matches 080808 correctly.  thanks
    I am using adobe CS3

    I'm not quite sure I understand exactly what you are doing, but I ran into something like this myself.  I was creating GIFs in Photoshop -- type on a background color.  I then created DW pages.  I used the same color code for the background color in PS and again for the background color in DW, but when I inserted the images in the page, they did not match.  It turned out that when I created a new file in PS, I was creating it in my default color space, Adobe RGB.  I assumed that when Save For Web converted the file to sRGB, the colors would convert perfectly.  What I found is that I should have been creating my PS files by starting with a new file in sRGB color space.  Once I did that, the background color of my images identically matched the background color of my DW page.
    Hope this helps.
    John

  • InDesign - Hidden Characters Corrupting Documents

    I post this message in the spirit of sharing information, hopefully to be of help others.
    I recently encountered a problem after distilling a document from InDesign which, as an Acrobat PDF, would not print - giving three successive error messages:
    1. The Document could not be printed.
    2. There were no pages selected to print.
    3. A drawing error occurred.
    Well, that covers about everything !
    After about an hour of patient diagnosis I discovered some erroneous characters had appeared in some bullet points and removal of these cured the problem.
    I found them only after copying and pasting the text into Word (using the paste as "text only" option) and copying and pasting it back into InDesign. The spurious characters then appeared as a red-highlighted squares and could be easily deleted.
    (Note: I had previously used the 'Show hidden characters' option in InDesign which did not reveal these little devils, neither did they 'appear' in the Word document)
    I believe the erroneous character is probably a result of formatting which was in the original Word document imported into InDesign and which could be a 'flag' for bullet formatting (in Word).
    The lessons I learned from this are:
    patiently isolating the section of the document led to the discovery of the problem
    be aware, in the future, of possible odd characters appearing (invisibly) from Word and corrupting InDesign documents.
    Hope this may be of assistance.
    I haven't given version numbers of my software since this is almost certainly not relevant - but the general principle is.
    I hope this may be of assistance.

    Thankyou for putting that on the record...

Maybe you are looking for