Re: [Github-comments] [geany/geany-plugins] WebHelper - Preview (#764)

2018-08-08 Thread caltrop-3
 I tried it and... well I can just do that with a browser.
Also when WebHelper is configured for a separate window that window hogs the 
viewport.In other words you can not get at Geany anymore.
I find this Plug-In worthless.


On Wednesday, August 8, 2018, 10:12:11 AM EDT, Colomban Wendling 
 wrote:  
 
 
WebHelper is not exactly a preview for your currently edited HTML file.
Most web development nowadays are a lot more than one HTML file, the page 
delivered to the client is usually generated a way or another; so it is seldom 
enough to simply display the page you're editing. Because of this, the 
WebHelper plugin is displaying a URI of your choice (here in your example, it's 
displaying about:blank), which can be any scheme supported by WebKit: http, 
file, etc.

It was suggested to add a feature to ease displaying the currently edited file, 
but there was not enough interest for anybody to implement it.
If you wanted real-time update (instead of having to save the file first), one 
could investigate the idea of loading a data URI that changes dynamically, or 
any other available mean through the WebKit API.

Anyway, basically to see you page you need to make the WebHelper URI point to 
file:///home/caltrop/Web Page/LINUX.htm.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
   

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/764#issuecomment-411504824

[Github-comments] [geany/geany-plugins] WebHelper - Preview (#764)

2018-08-08 Thread caltrop-3
I got nothing. Big Blank White Nothing.

![geany - 
webhelper](https://user-images.githubusercontent.com/31071746/43840768-7e6a20d2-9aef-11e8-840b-eb1fe4440dde.png)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/764

[Github-comments] [geany/geany] Find (#1634)

2017-10-09 Thread caltrop-3
Find -> In Session
says 2 matches but when Next clicked says NOT FOUND


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1634

[Github-comments] [geany/geany] file warnings (#1617)

2017-09-28 Thread caltrop-3
keep getting can not load markers warning every time project is opened
tried clearing markers & still get warning
a project file was edited outside geany
there needs to be a way to reset the project & save this information


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1617

[Github-comments] [geany/geany] Key-Bindings & Make (#1614)

2017-09-26 Thread caltrop-3
can not take screen-shot while menu open or toolbar open
ie. ALL system key interaction is suspended
but wait, there is a screenshot, taken with delay

not all menu items have key-bindings

did I mention that key-bindings do not update until Geany is restarted

'Build Toolbar' does not match the edited 'Build Menu'

 ??? same as the control key but why  ?

'Make Custon Target' even when edited asks for user input; that's OK, I just 
used the empty line at the bottom but no key-binding available

Problem: I am wanting custom make commands available to ALL my projects. I have 
a set of make commands that are the same for ALL of my projects.

No I do not use the default name for make. I use my project 'prefix.mak'. Much 
easier to keep track of the makefiles instead of the default - 'makefile'.
example:
Test.mak
Test.h
Test.c
Test_1.c
Test_fx.c

my make commands:
F8   Make (Make All)   make -f %e.mak
F9   Clean (Make Object)   make -f %e.mak clean
??   Real Clean (empty)make -f %e.mak realclean
F5   Execute
S-F8 Compile
S-F9 Build

otherwise LOVING IT! reminds me of TurboC I used in DOS way back...

screen shots:
![geany 
make](https://user-images.githubusercontent.com/31071746/30873599-c94ec648-a2bb-11e7-9af4-4668197943cc.png)
![geany build 
menu](https://user-images.githubusercontent.com/31071746/30873644-e9baf1fe-a2bb-11e7-881d-51132173b8af.png)
![geany build 
toolbar](https://user-images.githubusercontent.com/31071746/30873689-18d3ddc0-a2bc-11e7-8034-47351d4fc4c0.png)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1614

Re: [Github-comments] [geany/geany] Colors (#1604)

2017-09-18 Thread caltrop-3
Linux Mint Mate edition.

'xed' has its' own configurationsI was able to edit the XML for that to get it 
to do what I wanted.
'mate-terminal' is customizable from the preferences, though the colors are not 
labeled and take some experimentation.



I like a dark background, uses less poser too, and it has always been an issue 
getting the colours right no matter the Operating System. I quit Micro$oft and 
am totally Linux now and liking it better every day.
I have been enjoying your IDE. I have not done any 'C' programming for many 
years since I was at University. Nothing but Java Script and VBA for M$ Office 
for the last 15 years.


  From: Matthew Brush <notificati...@github.com>
 To: geany/geany <ge...@noreply.github.com> 
Cc: caltrop-3 <caltro...@yahoo.com>; Mention <ment...@noreply.github.com>
 Sent: Monday, September 18, 2017 12:35 PM
 Subject: Re: [geany/geany] Colors (#1604)
   

Many apps allow changing the default theme colours which is what my question is 
about.
Can you give some examples of this, preferably GTK+ apps so we can steal their 
code :)—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.  

   

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1604#issuecomment-330283725

Re: [Github-comments] [geany/geany] Colors (#1604)

2017-09-18 Thread caltrop-3
Probably going to have to dig into the Desktop Theme to get the colours to 
change.
Many apps allow changing the default theme colours which is what my question is 
about.Horrid trying to view some of the default Geany colours in the side panes 
with the default theme colour.

This has nothing to do with Plug-Ins but Geany itself.


  From: elextr <notificati...@github.com>
 To: geany/geany <ge...@noreply.github.com> 
Cc: caltrop-3 <caltro...@yahoo.com>; Mention <ment...@noreply.github.com>
 Sent: Thursday, September 14, 2017 9:28 PM
 Subject: Re: [geany/geany] Colors (#1604)
   
The "project" tabs in the sidebar are created by plugins, they are not part of 
base Geany. Try disabling all the project plugins and see if they go away. Note 
I don't think that the various project plugins are made to work together, just 
choose one. The project plugins are part of the geany-plugins project so any 
suggestions or problems with them should be reported there.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.  

   

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1604#issuecomment-330268887

[Github-comments] [geany/geany] Colors (#1604)

2017-09-14 Thread caltrop-3
more a request than issue

>>> wish panel color was configurable from in Geany

>>> huh, there are two 'Project' tabs in sidebar
one is empty
the other has more files than are in my project
the 'Documents' tab has my correct project files

pretty good app
good as the old Turbo C I used 15 years ago
now that I got 'make' working I'm really liking it - F8 and BOOM! it's all done

keep up the good work!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1604