SCITE: adding projects - html tags (like jedit's clipper) snippets?

Hi everyone!
I really do like SciTe ... I really like JEdit though in all the tiling DMs jedit does only a small window regardless of how big the tile is... as you may know. There's some hack that might work so if anyone knows how to do the:
[you can set the following environment variable (to use the older Motif backend instead): AWT_TOOLKIT=MToolkit.]
that would be solution...
Though really, I'd love to get scite doing projects... ie. simply open up a bunch of files at once etc.
Also, in jedit there is an addon that is called: clipper... it's great as I can add html tags with a click... they're all there.
Then my third wish for scite is to be able to have snippets available...  no a big one that as really, I'm useing scite to manage projects that are just text mostly. And, groups of css and html.
ANY thought on jedit fix and how to do it... OR, potentially WAY better for me  >>> tricking out SciTe...???
There's one extension for scite that needs ruby... may as well use jedit is I have to use ruby for a scite feature I think.
thanks!
Last edited by yvonney (2009-02-06 00:53:22)

Hi skottish !!
whew, thought about writing and have now found the info and the time....
The info being where I actually put:
export AWT_TOOLKIT=MToolkit
FOR JEDIT: (using the latest 4.3r16 beta) Which is my option to SciTe as it has some amazing plugins, with projects and html tags in the 'clipper' plugin .... and ...the problem is with dwm my tiling wm is oes the..'weird sized windows' thing... seems to do this with many WMs and also with all java apps.... um, generally that is.... who knows quite the extent...
long one short:
I put:
export AWT_TOOLKIT=MToolkit
in both my ~/.bashrc        and also in  the file: /etc/environment
and voila....very nice jedit!
I've read that putting the same line in   /etc/profiles might be needed or useful for some things...
Anyways.... riushing here...
I love scite, have discovered anew Geany... and will be using jedit for my ridiculously simply collections of text files until something simple that covers the  projects grouping and the html tags thing i'd like to have.
so!!!!!!
best wishes....
and now back to much crazy business again.... thanks for the fun break from it all!

Similar Messages

  • CF on server adding an /html tag to doc!

    Hi all,
    I'm not sure what the culprit is here. I'm looking at a file
    on my localhost that renders fine. But when I push it to my live
    server, it's got a big break between the header and body content
    (which is a .cfm template include).
    As far as I can tell, the problem is that the javascript
    added on the server by CF is adding a </html> tag to the very
    beginning of my file, causing the break.
    Here's the code I see when there's a problem:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Application</title>
    <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
    SRC="/CFIDE/scripts/cfform.js"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
    <!--
    function _CF_checkCFForm_1(_CF_this)
    if (!_CF_hasValue(_CF_this.PID, "PASSWORD" ))
    if (!_CF_onError(_CF_this, _CF_this.PID, _CF_this.PID.value,
    "YOU MUST ENTER A VALID PID"))
    return false;
    return true;
    //-->
    </SCRIPT>
    </head>
    </html>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    Any ideas where this </html> is coming from?
    Thanks!
    Rick

    Use CSS.
    hr { margin:5px;padding:5px; }
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "DJDEL0530" <[email protected]> wrote in message
    news:f4esuk$p8o$[email protected]..
    > Hello All,
    > Inserting a seperator bar using the "HTML" tab and
    clicking the "hr" gives
    > me
    > a nice seperator.
    > The page I'm talking about is
    >
    http://empdigital.net/boxingpreview/home_testv1.html
    in the "Spnsors"
    > column.
    > I can't figure out how to control the amrgin above &
    below the rule.
    > Any help?
    > thanks
    >

  • Handle invalid html tag in the htmlText

    Hello,
    I"ve a <mx:text control which takes html text, it is a chat application, so, the client will simply concatinate the text comming through the network. But if the html text has invalid tags, it does not show the rest of the chat messages.
    I get something like
    <a href="http://google.com&quot;">http://google.com<a>
    here the red text is creating problems.
    P:S: you might want to say, handle it when sending from other client, but, we are dealing with legacy data, which has a lot of html format issues.

    Thanks for responding
    I understand that adding more HTML tags will change the font size. What I don't get is why it changed from one size to another by adding a HTML tag in the first place. I figured that it should have retained the same size it was without the tag when I added the tag. If I had added a font tag I would have excpected the font to change size but I added  a href.
    Sorry for the confusion.

  • HTML Tags escape while exporting to PDF

    Hi friends,
    I have two columns in my BI report like
    Business Group(BG) and OU
    Since in the BG column under the edit formula i used the html tags to show each and every BG column value in bold like below
    '<b>' || "D1.Company"."Business Group Full Name" || '</b>'
    Now the report is appearing fine in answers and dashboard but when i export the same report to PDF i can see the html tags in each and every name of the BG group.
    Is there anything to be done to escape these html tags in PDF while exporting.
    And also if we give the tooltip for the numeric columns like below under the column properties-->Data format-->Custom like
    [html]<p title=\""Employee Count" \">#
    And after that if i tried to escape the same report with the tooltip on the numeric column to pdf means, the number values are missing for the entire column in the PDF, but this case is not appearing while exporting the report to pdf if i set the tooltip to the text column, as the values is missing only for the tooltip of the numeric column. What could be the fix for this problem.
    Thanks
    Regards,
    Saro

    Hi svee,
    Thanks for the reply.
    For an example i tried with the bold option in the edit formula inorder to portray the html tags problem while exporting it to the pdf inspite of using the default bold option within the column properites like u said.
    Suppose if i used html tags like
    <br>, </br>
    in the edit formula section or if i used any other html tags which is not present as a default option in bi like bold. At that time while exporting the report to pdf i can face the issue.
    And also i need ur suggestion regarding with the values disappearing for the numeric column if a tooltip is used in it while exporting it to the pdf.
    Regards,
    Saro

  • URL defined in formula column not converting as proper HTML tags

    We are migrating a report to 10Gr2 (10.1.2.0.2) from reports 9i (9.0.2.03); This report has to route to a different web page. For this we have a formula column with meta tag call to refresh;its Contains HTM property set to Yes. But when run, the view source of HTML shows as if the tag is truncated and put in <tt> tag around it.
    Any help on this is very much appreciated.

    Hi svee,
    Thanks for the reply.
    For an example i tried with the bold option in the edit formula inorder to portray the html tags problem while exporting it to the pdf inspite of using the default bold option within the column properites like u said.
    Suppose if i used html tags like
    <br>, </br>
    in the edit formula section or if i used any other html tags which is not present as a default option in bi like bold. At that time while exporting the report to pdf i can face the issue.
    And also i need ur suggestion regarding with the values disappearing for the numeric column if a tooltip is used in it while exporting it to the pdf.
    Regards,
    Saro

  • Smartform with text containing html tags

    I am reading from a table that contains html tags like
    <br>
    <menu>
    <LI type="disc">This is a line which contains html tags
    that goes over to 2nd line
    <LI type="disc"> This is also another line which contains html
    tags.
    and each line is stored in a different row. The customer has agreed to use only 3 of the above html tags (
    <br>, <menu> and <LI type="disc">
    When the output is previewed in smartforms, the html tags needs to be formatted and not print in raw format as follows: 
    <LI type="disc">This is a line which contains html tags
       that goes over to 2nd line
    <LI type="disc"> This is also another line which contains html
       tags.
    How can this be done ?

    ok understood...
    you can try this
    Loop at i_html into wa_html.
    tmp = strlen( wa_html-line).
    do tmp times.
    if wa_html-line+0(1) = <
    l_start = 1.
    __elseif wa_html-line+0(1) = >
    l_start = 0.
    concatenate l_char wa_html-line+0(1) into l_char.
    endif.
    if l_start = 1.
    concatenate l_char wa_html-line+0(1) into l_char.
    wa_html-line = wa_html-line+1(l_tmp - sy-index) OR use the keyword SHIFT LEFT...plz chk the syntax
    elseif l_start = 0 and l_char = <LItype=disc>
    concatenate <BULLET>  wa_html-line into  wa_html-line separated by space.
    endif.
    enddo.
    modify i_html form wa_html.
    endloop.
    now u define two text element one with bullet and another without bullet. this is how u insert bullet:
    goto to the texteditor of a text element in smartform. Its a small button on the left hand side of.
    Then goto insert>characters>sap symbols.
    for ur requirement u can use the symbol SYM_FILLED_CIRCLE.
    Remember these icons or symbols whatever u will not be able to see in print preview....u have to take a print
    and see
    Now at the time of display check if the line contains the
    tag <BULLET> ( if wa_html-line+0(8) = '<BULLET>')
    if the line has the tag then display ur text in the text element with bullet
    otherwise
    display it in the non bullet text element..
    remeber to remove the tag before dispalying
    hope this solves ur prob...

  • HTML tags  in emails sent through java

    Hi all,
    I am trying to send an email through my java code. I have set the content type of email to html. It is working fine for the html tags like <tm>,<head>,<table>,<td> etc but it is not working for the tabs whic set color ,border etc. <font color=#fffd"dd> ,<table border ="10"> etc
    How to enable this tags in java. What kind of API's i need to use for it.
    Hope my question is clear to all of you.
    Any pointers in this regard will be very helpful.
    Thanks,
    Abhishek chowdhury

    I am trying to send an email through my java code.No problem. As long as you construct the message correctly it should work.
    I have set the content type of email to html. It is working fine for the html tags like <tm>,<head>,<table>,<td> etc but it is not working for the tabs whic set color ,border etc. <font color=#fffd"dd> ,<table border ="10"> etcSo you haven't constructed them correctly.
    How to enable this tags in java.Java neither knows nor cares what is in a message body that it is sending. It is up to you.
    What kind of API's i need to use for it.I doubt that you need any APIs. Just construct the HTML correctly.
    Hope my question is clear to all of you.It's not, because the problem has nothing to do with Java and everything to do with your programming.

  • HTML tags in RTF--- Urgent pls help

    i have a field in answers with the name comments which returns the data in html tags like <~a>abcd <~/a>, it has to dispaly as a link but it is displying as <~a>abcd</~a>
    the same with html tags in it... how can i parse the HTML tags in BI publisher, can any one help me here pls
    pls remove the ~ code as it is not displaying those HTML tags in forum
    Edited by: user10744081 on Feb 5, 2010 9:48 PM
    Edited by: user10744081 on Feb 5, 2010 9:49 PM

    Hi Experts,
    to be precise, i have a column in my oracle DB has XHTML tags as a data in it, when i use this column in BIP report i am getting tha XHTML tags as my data in my output.how can i parse those and get only the required data to be displayed in RTF ?
    Any update on this? i am out of ideas on this.. can any one help me on this

  • HTML Tags in the Webdynpro ABAP

    Hi Experts,
                    How to create a html page in the webdynpro ABAP, we have existing page in the HTML format. I have tried the Formatted Text View it is not supporting all existing HTML tags like <table>
    .Can u suggest me how to integrate the HTML in the Application ...

    As you stated, the SAP recommendation is to not use iFrames.  That UI element is depricated.  The recommended solution is to use the NetWeaver Portal or NetWeaver Business Client.  You create two iViews and place them both in the same page if you need to mix Web Dynpro with more free form HTML coding.  The one iView can be Web Dynpro and the other can be one of many types of technologies (static HTML, BSP, JSP, JSF, ASP.NET, etc).  You can use portal eventing to communicate between these two separete iViews if needed.

  • How to change inner content of HTML tag using HTMLDocument?

    I want to change the inner content of an HTML tag from a HTMLDocument. The tag is like
    <span id ="id1">Replace me</span>.
    So I want to change the text "Replace me" inside the span tag and replace it with an other text.
    I can get the span element using
    HTMLDocument.getElement("id1")
    I have tried many things with the Element instance i got from getElement. But I find no way to change the inner content of the HTML element. Any ideas?

    If I use JDK 1.5 the SPAN tag works, so I checked the core of the problem which is inserting HTML code in an HTML tag.
    setInnerHTML works fine for block tags like DIV but not if the tag is a leaf element like the SPAN tag. I have tried to use the following code for leaf elements:
    Element elem = m_htmlDocument.getElement(id);
    int nStartOffest = elem.getStartOffset();
    int nEndOffset = elem.getEndOffset();
    int nLength = nEndOffset - nStartOffest;
    m_htmlDocument.replace(nStartOffest, nLength, html, elem.getAttributes());
    This works, but only if the new HTML string does not contain HTML tags like a link <href..... >. If the string contains HTML tags the replace method masks all characters like < or >. So the link is not shown as link in the HTML page but as HTML text.
    The next thing I have tried is using
    m_htmlDocument.setOuterHTML(elem, html);
    This works too but it replaces the whole original HTML element like the SPAN tag.
    So there is still the question how to insert HTML text into a leaf Element in a HTMLDocument.

  • How to use html Tags from MySQL with PHP

    I like HTML tags like <b>bold</b> or <BR>
    and others placed in the MySQL database and used by PHP to show up
    in my pages but I don't succeed. I tryied HTML encode
    (htmlentities) from the bindings POP-up menu but nothing happened.
    What is the way this should be acomplished and where is HTML
    encode (and the others in the pop-up menu) being used for?
    Any help will be appreciated,
    Jos

    arnhemcs wrote:
    > I like HTML tags like
    bold or <BR> and others placed in the MySQL
    > database and used by PHP to show up in my pages but I
    don't succeed. I tryied
    > HTML encode (htmlentities) from the bindings POP-up menu
    but nothing happened.
    Just store the HTML as plain text in your database. Using
    htmlentities()
    turns < into &lt; and so on. Using it is what's
    preventing your HTML
    from displaying correctly.
    David Powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • Validate the user input against HTML tags

    There is text field in my form, the user inputs in this field should be validated against HTML tags. like:
    <H1>HAI</H1> ,
    and "<script>alert('Hai')</script>"
    it should say pls validate a text without HTML tags.
    Pls let me how can I achieve this?
    Regars,
    Nagalakshmi

    You have to spilt the text in the form field, identifiy the difference between the text and HTML tags. The available options are ucan use String.lastIndex("<") methos apply some logic to find the same
    baiju

  • Insert HTML.Tag attributes?

    Hey,
    How would I insert html attributes? I am making a HTML Editor.
    The following are some valid java html attributes. How would I insert it properly?
    HTML.Tag.P, HTML.Tag.BLOCKQUOTE, HTML.Tag.CENTER,
    HTML.Tag.CITE, HTML.Tag.CODE, HTML.Tag.H1, HTML.Tag.H2,
    HTML.Tag.H3, HTML.Tag.H4, HTML.Tag.H5, HTML.Tag.H6,
    HTML.Tag.PRE
    Like for example, to make text bold, you would do
    MutableAttributeSet attr = new SimpleAttributeSet();
    StyleConstants.setBold(attr, true);
    textpane.setCharacterAttributes(attr,false);
    Is there similar code like the one above to add HTML.Tags like the ones I listed above in my post?
    Thanks in advance

    Hi,
    sorry about the delay, couldn't find this thread last night.
    Useful docs:
    http://java.sun.com/products/jfc/tsc/articles/text/element_interface/index.html
    and
    http://java.sun.com/products/jfc/tsc/articles/text/attributes/
    Those methods are in javax.swing.text.html.HTMLDocument and take the form insertBeforeStart(Element, String). As I said yesterday, as soon as you have text then the caret is in a character Element and a Paragraph element. So for e.g. if you're in a P element and you want to create an H1 element, how do you do it? If the user clicks your H1 button then you create an empty heading, easy enough. But if they have some text selected then you have a choice. You could just create an empty H1 or you could assume that they have typed the H1 content and have highlighted it so that it becomes an H1. You then have to change the existing element so that is no longer has the (now H1) text in it.
    That's where the other two methods (setInnerHTML and setOuterHTML) come into play.
    The other problemette that I'm working on is reseting text back to normal after it has been formatted.
    Suppose you have a P paragraph. The user highlights a single word, clicks Bold. That's easy. Then they decide that they don't want it bold, so they click the Normal button. Taking bold off is easy, but should you. What if the paragraph element was actually an H1 element. If you turn bold off now then that word no longer matches the H1 style.
    You could check at the caret position just before the start of the element that the user has selected and see what the style is there. BUt then waht if the user has the word before perhaps underlined. Again it's unreliable.
    Also I'm finding then when I remove the bold formatting that the element isn't being reabsorbed into it's parent. In a paragraph if I go through and make each word formatted (B, i, u) and then switch the formatting off word at a time I end up with each word as an element.
    Still working on these, so I'll post a solution when I have one.
    regards
    sjl

  • HTML tag problem when adding Google rich snippets in templates?

    The new Google plus Rich Snippets allow us to add a schema tag like this example:
    <html itemscope itemtype="http://schema.org/Article">
    I can do this on my .html pages but as soon as I make any changes to the .dwt template for the page it reverts all of the tags back to <html>
    How do I stop this happening?
    I have tried:
    Changing preferences in Dreamweaver's default code rewrite settings to "'Never Rewrite Code' for HTML document type " but this does not appear to fix things.
    Very frustrating as I have lost days of work.
    Any help would be appreciated
    many thanks
    Craig

    I've done what you have said (I think) however something is not quite right. I am asssuming that I need to add the schema below the <BODY> tag if I make the changes to the template as you have suggested.
    This is my practice page which is in a template:
    http://www.psychics.co.uk/lovepsychic/index.html
    Following the Adobe instruction on the forum: High at the top of the header section we get this code:
    <!-- InstanceParam name="GRS" type="text" value="itemscope itemtype=&quot;http://schema.org/Product"" -->
    For the customised body tag we get this:
    <body itemscope itemtype="http://schema.org/Product">
    Then on the left column of the page and below the navigation and below the <body> I have added this:
    <!-- Start Google snippet -->
    <h1 itemprop="name" content="Love Psychics Readings">Love Psychics - Psychic Love Predictions Online</h1> 
    <img itemprop="image" content="http://www.psychics.co.uk/images/schema/love.jpg" src="/images/stars.gif" width="160" height="76" alt="Psychics and Mediums Network"></img> 
    <p itemprop="description" content="Getting a reading with love psychics to find out about relationships, love, romance, marriage and family. Article about our Love psychics readings onlineservices.">Copyright Psychics &amp; Mediums Network - QKE Ltd.</p>
      <!-- End Google snippet -->
    I must be getting close but it just shows the normal Google plus stuff.
    I need to get your microdata markup into the body of the document somewhere - otherwise Google will use the something like <title> and <meta description>  tags and guess at an image.
    Any idea where I am going wrong or is it a quirk in Dreamweaver?

  • Html tags added while exporting to csv

    Hi,
    I am facing issue of html tags got added to some columns while exporting report to the csv format.
    Can anyone help me for this .
    Thanks,
    Vivek

    The TextArea is being included in the csv file probably because it is added to the select query. The main report query has
    select apex_item.hidden(49,triagemd5_wptg||triagemd5_compare) || APEX_ITEM.CHECKBOX(34,triagemd5_wptg||triagemd5_compare) checksel, id,APEX_ITEM.SELECT_LIST(35, response, ''Will Fix;Will Fix,Will Not Fix;Will Not Fix,Not an Issue;Not an Issue'','''',''YES'','''','''') , APEX_ITEM.TEXTAREA(45,comments,0,0,''onMouseOver="title=this.value;" style="width:200px;font: 12px/16px Arial,sans-serif;height:50px; border:0 none; overflow:hidden"'')
    This was implemented like this because the no. in the 1st column of the API (eg. 45 for apex_item.textarea) is needed to write the values to DB. If the textarea and formatting is added as part of report column attribute then writing comments and response to DB will fail.

Maybe you are looking for

  • Safari won't open a window, then it crashes

    After my latest update on my macbook I can't open safari. The program is "running" but then crashes without ever opening a window. So far I have deleted and reinstalled safari 3 times and still get the same message.

  • Delete key broken in iTunes

    I am running Mac OSX 10.6.8 and iTunes 10.4.1, and when I click on an album or artist name to edit it, for example, if I place my cursor to the right of the last letter or select the last word and hit my delete key, all it does is highlight the chara

  • Directory Sync server redundancy.

    How is redundancy for the Directory Sync server accomplished? We have a load balanced pair of ADFS servers, a load balanced pair of ADFS proxies at our primary datacenter. We have additionally deployed an individual ADFS server and proxy at an altern

  • Master Form Defaults

    I am struggling with defaults on a Master/Detail form. Numerous columns on the Header table are foreign keys to other tables. I am attempting to populate these columns from items such as LOV and/or SQL. When I click on the Create button to write the

  • Get version of EXE built outside of LabVIEW

    Hi, I was looking for a way to read the "Versions" File property of an EXE that was built in C++  (or any other EXE).  I would like my application to read it programmatically instead of having the information in some other file that my application re