Article update
-
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[^]
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.
-
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[^]
Should be good now. Also, I added the PowerShell language tag you were looking for. It is <pre lang="PowerShell">
Thanks, Sean Ewington CodeProject
-
Should be good now. Also, I added the PowerShell language tag you were looking for. It is <pre lang="PowerShell">
Thanks, Sean Ewington CodeProject
-
Should be good now. Also, I added the PowerShell language tag you were looking for. It is <pre lang="PowerShell">
Thanks, Sean Ewington CodeProject
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.
-
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.
We should update that dropdown ;) Sorry, what name do you want to change?
Thanks, Sean Ewington CodeProject
-
We should update that dropdown ;) Sorry, what name do you want to change?
Thanks, Sean Ewington CodeProject
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. :)
-
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. :)
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
-
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
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.
-
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.
I followed your steps precisely. I cannot fathom how this is happening. Is this occurring for you in every browser?
Thanks, Sean Ewington CodeProject
-
I followed your steps precisely. I cannot fathom how this is happening. Is this occurring for you in every browser?
Thanks, Sean Ewington CodeProject
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.
-
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.
No problem. Those articles should be deleted.
Thanks, Sean Ewington CodeProject