Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Article Writing
  4. Article update

Article update

Scheduled Pinned Locked Moved Article Writing
c++comquestionannouncement
12 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aljodav
    wrote on last edited by
    #1

    I submitted about 6 hours ago, an update to the article I wrote, but so far, I don't see it published. Did I miss something? I'm not used to the forms since a long time ago, so, maybe I did miss something. MFC PowerShells Easily[^]

    P S 2 Replies Last reply
    0
    • A aljodav

      I submitted about 6 hours ago, an update to the article I wrote, but so far, I don't see it published. Did I miss something? I'm not used to the forms since a long time ago, so, maybe I did miss something. MFC PowerShells Easily[^]

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      There's a review process in place now, for articles. Most articles have to go through this process where we work out whether or not an article is quite up to scratch and point out areas that can be improved if one's not quite to standard. As this is a community effort, it may take some little time.

      1 Reply Last reply
      0
      • A aljodav

        I submitted about 6 hours ago, an update to the article I wrote, but so far, I don't see it published. Did I miss something? I'm not used to the forms since a long time ago, so, maybe I did miss something. MFC PowerShells Easily[^]

        S Offline
        S Offline
        Sean Ewington
        wrote on last edited by
        #3

        Should be good now. Also, I added the PowerShell language tag you were looking for. It is <pre lang="PowerShell">

        Thanks, Sean Ewington CodeProject

        A 2 Replies Last reply
        0
        • S Sean Ewington

          Should be good now. Also, I added the PowerShell language tag you were looking for. It is <pre lang="PowerShell">

          Thanks, Sean Ewington CodeProject

          A Offline
          A Offline
          aljodav
          wrote on last edited by
          #4

          Thank you, very much.

          1 Reply Last reply
          0
          • S Sean Ewington

            Should be good now. Also, I added the PowerShell language tag you were looking for. It is <pre lang="PowerShell">

            Thanks, Sean Ewington CodeProject

            A Offline
            A Offline
            aljodav
            wrote on last edited by
            #5

            Hi, I just posted an article, but didn't find the tag listed in the dropdown box. The only language starting with a 'P' is PHP. I'm just thinking now, maybe I should change the name in html text. I'm not sure now that the article is already posted. Thanks.

            S 1 Reply Last reply
            0
            • A aljodav

              Hi, I just posted an article, but didn't find the tag listed in the dropdown box. The only language starting with a 'P' is PHP. I'm just thinking now, maybe I should change the name in html text. I'm not sure now that the article is already posted. Thanks.

              S Offline
              S Offline
              Sean Ewington
              wrote on last edited by
              #6

              We should update that dropdown ;) Sorry, what name do you want to change?

              Thanks, Sean Ewington CodeProject

              A 1 Reply Last reply
              0
              • S Sean Ewington

                We should update that dropdown ;) Sorry, what name do you want to change?

                Thanks, Sean Ewington CodeProject

                A Offline
                A Offline
                aljodav
                wrote on last edited by
                #7

                Hi, I just saw I can't include an image here, so, let me explain it, in steps: 1- start an article or tip/trick 2- in the default article shown, click over the code shown below title USING THE CODE. 3- on the LANGUAGE dropdown combobox (it's probably C++ by default) try to choose PowerShell - you won't find it there. Thus, leave it as C++ and go on. 4- switch the design to html mode, and go to the text **<pre lang="C++">**and change it to <pre lang="PowerShell"> 5- switch back to design mode and see the result - it's not what we'd expect. Thanks. :)

                S 1 Reply Last reply
                0
                • A aljodav

                  Hi, I just saw I can't include an image here, so, let me explain it, in steps: 1- start an article or tip/trick 2- in the default article shown, click over the code shown below title USING THE CODE. 3- on the LANGUAGE dropdown combobox (it's probably C++ by default) try to choose PowerShell - you won't find it there. Thus, leave it as C++ and go on. 4- switch the design to html mode, and go to the text **<pre lang="C++">**and change it to <pre lang="PowerShell"> 5- switch back to design mode and see the result - it's not what we'd expect. Thanks. :)

                  S Offline
                  S Offline
                  Sean Ewington
                  wrote on last edited by
                  #8

                  Do you mean the code colourization is not what you'd expect? I tried this out and it maintains the PowerShell as the language tag.

                  Thanks, Sean Ewington CodeProject

                  A 1 Reply Last reply
                  0
                  • S Sean Ewington

                    Do you mean the code colourization is not what you'd expect? I tried this out and it maintains the PowerShell as the language tag.

                    Thanks, Sean Ewington CodeProject

                    A Offline
                    A Offline
                    aljodav
                    wrote on last edited by
                    #9

                    Sorry, but it doesn't work for me. I have just tried again, and it failed. After I changed the language from C++ to PowerShell inside the pre tag ( <pre Lang="PowerShell"> ), and switched the editor to design mode, I saw the PowerShell code moved out of the pre tags, and with a-href's tags added to some text. Inside the pre tags either nothing, or sometimes, a PowerShell language comment ( when I have such comment as the 1st line in the code ). :omg: Did you try the steps I mentioned in a previous reply? I followed them again.

                    S 1 Reply Last reply
                    0
                    • A aljodav

                      Sorry, but it doesn't work for me. I have just tried again, and it failed. After I changed the language from C++ to PowerShell inside the pre tag ( <pre Lang="PowerShell"> ), and switched the editor to design mode, I saw the PowerShell code moved out of the pre tags, and with a-href's tags added to some text. Inside the pre tags either nothing, or sometimes, a PowerShell language comment ( when I have such comment as the 1st line in the code ). :omg: Did you try the steps I mentioned in a previous reply? I followed them again.

                      S Offline
                      S Offline
                      Sean Ewington
                      wrote on last edited by
                      #10

                      I followed your steps precisely. I cannot fathom how this is happening. Is this occurring for you in every browser?

                      Thanks, Sean Ewington CodeProject

                      A 1 Reply Last reply
                      0
                      • S Sean Ewington

                        I followed your steps precisely. I cannot fathom how this is happening. Is this occurring for you in every browser?

                        Thanks, Sean Ewington CodeProject

                        A Offline
                        A Offline
                        aljodav
                        wrote on last edited by
                        #11

                        Hi, I guess you did some work since my last post, because it's improved since then. I started 2 new articles using Chrome and IE11, and both are working exactly the same. The 2 new articles are called Delete this - using Chrome and Delete this - using IE11, both with status Work in progress: don't publish. If you preview both, the result will be the same: I see colors, but the color syntax is not correct. For instance, in the PS code, you can see: dir $f $t. Both ($f and $t) must have the same color, but they haven't. Anyway, now, things are much better (the code is not moved out of pre tags, and the language PowerShell appears as the selected language in the dropdown listbox). Please, after previewing the 2 articles above, could you delete them? Thanks.

                        S 1 Reply Last reply
                        0
                        • A aljodav

                          Hi, I guess you did some work since my last post, because it's improved since then. I started 2 new articles using Chrome and IE11, and both are working exactly the same. The 2 new articles are called Delete this - using Chrome and Delete this - using IE11, both with status Work in progress: don't publish. If you preview both, the result will be the same: I see colors, but the color syntax is not correct. For instance, in the PS code, you can see: dir $f $t. Both ($f and $t) must have the same color, but they haven't. Anyway, now, things are much better (the code is not moved out of pre tags, and the language PowerShell appears as the selected language in the dropdown listbox). Please, after previewing the 2 articles above, could you delete them? Thanks.

                          S Offline
                          S Offline
                          Sean Ewington
                          wrote on last edited by
                          #12

                          No problem. Those articles should be deleted.

                          Thanks, Sean Ewington CodeProject

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups